Description Usage Arguments Value See Also Examples
View source: R/pas_addSpatialMetadata.R
Adds spatial metadata to a pa_synoptic object via the
MazamaSpatialUtils
Package using PurpleAir location coordinates to
determine country, state, and timezone.
1 | pas_addSpatialMetadata(pas = NULL, countryCodes = NULL)
|
pas |
PurpleAir Synoptic pas object. |
countryCodes |
(optional) ISO country codes used to subset the data. |
A pa_synoptic dataframe
pas_enhanceData
1 2 3 4 5 6 7 | library(AirSensor)
initializeMazamaSpatialUtils()
pas_enhanced <-
example_pas_raw %>%
pas_addSpatialMetadata()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.