powered by
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.
MazamaSpatialUtils
pas_addAirDistrict(pas = NULL)
PurpleAir Synoptic pas object.
A pa_synoptic dataframe
pas_enhanceData
# NOT RUN { library(AirSensor) initializeMazamaSpatialUtils() pas_enhanced <- example_pas_raw %>% pas_addSpatialMetadata() %>% pas_addAirDistrict() # }
Run the code above in your browser using DataLab