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.

pas_downloadParseRawData(baseUrl = "https://www.purpleair.com/json")

Arguments

baseUrl

base URL for synoptic data

Value

Dataframe of synoptic PurpleAir data.

References

json formatted PurpleAir data

See also

Examples

if (FALSE) { initializeMazamaSpatialUtils() pas_raw <- pas_downloadParseRawData() View(pas_raw[1:100,]) }