Convert EPA data into a ws_monitor object, ready for use with all monitor_~
functions.
epa_createMonitorObject(zipFile = NULL, zeroMinimum = TRUE,
addGoogleMeta = TRUE)
absolute path to monitoring data .zip file
logical specifying whether to convert negative values to zero
logicial specifying wheter to use Google elevation and reverse geocoding services
A ws_monitor object with EPA data.
# NOT RUN {
initializeMazamaSpatialUtils()
zipFile <- epa_downloadData(2016, "88101", downloadDir = '~/Data/EPA')
mon <- epa_createMonitorObject(zipFile, addGoogleMeta = FALSE)
# }
Run the code above in your browser using DataLab