Description Usage Arguments Value References See Also Examples
View source: R/pas_downloadParseRawData.R
Download and parse synoptic data from the Purple Air network of particulate sensors.
The synoptic data provides a view of the entire Purple Air network and includes both metadata and recent PM2.5 averages for each deployed sensor.
1 | pas_downloadParseRawData(baseUrl = "https://www.purpleair.com/json?all=true")
|
baseUrl |
base URL for synoptic data |
Dataframe of synoptic PurpleAir data.
pas_enhanceData
1 2 3 4 5 6 7 8 9 | library(AirSensor)
initializeMazamaSpatialUtils()
pas_raw <- pas_downloadParseRawData()
if ( interactive() ) {
View(pas_raw[1:100,])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.