or_monitors_500 | R Documentation |
The or_monitor_500
dataset provides a set of known
locations associated with Oregon state air quality monitors.
This dataset was generated on 2023-10-24 by running:
library(AirMonitor) library(MazamaLocationUtils) initializeMazamaSpatialUtils() setLocationDataDir("./data") monitor <- monitor_loadLatest() %>% monitor_filter(stateCode == "OR") lons <- monitor$meta$longitude lats <- monitor$meta$latitude table_initialize() %>% table_addLocation( lons, lats, distanceThreshold = 500, elevationService = "usgs", addressService = "photon" ) %>% table_save("or_monitors_500")
or_monitors_500
A tibble with 64 rows and 13 columns of data.
id_monitors_500
wa_monitors_500
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.