Description Usage Arguments Value Note See Also Examples
View source: R/pas_addAirDistrict.R
Adds an air district (if any) to a pa_synoptic object via the
MazamaSpatialUtils
Package using PurpleAir location coordinates to
determine the air basin the sensor is in.
1 | pas_addAirDistrict(pas = NULL)
|
pas |
PurpleAir Synoptic pas object. |
A pa_synoptic dataframe
As of 2020-04-14, only California air basins is supported.
pas_enhanceData
1 2 3 4 5 6 7 8 | library(AirSensor)
initializeMazamaSpatialUtils()
pas_enhanced <-
example_pas_raw %>%
pas_addSpatialMetadata() %>%
pas_addAirDistrict()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.