Monitoring Data Access
jonathancallahan
released this
04 Jan 17:30
·
589 commits
to master
since this release
PWFSLSmoke 1.0.2
monitor~
functions now test for emptyws_monitor
objects- new Github
localNotebooks/
directory contains detailed examples
PWFSLSmoke 1.0.1
monitor~
functions now test for emptyws_monitor
objects~_loadLatest()
functions now explicitly create and close connections- fixed bug in
monitor_dailyStatistic()
that didn't test forminHours
properly
PWFSLSmoke 1.0.0
- changed the non-guaranteed columns in
ws_monitor$meta
ws_monitor$meta$monitorID
is now a combination of new metadata columnssiteID
andinstrumentID
- added
initializeMazamaSpatialUtils()
convenience function - new
US_52
vector of all US state codes includingDC
andPR
- upgraded all
~_createMetaDataframes()
to produce v1.0 metadata airnow_createMetaDataframes()
filters incoming sites forcountryCode %in% c('CA','MX','US')
,
discarding sites associated with other countriesmonitorPlot_timeseries()
argumentaqiDots
renamed toaqidots
- new
airnow_createMonitorObjects()
function - new
addUSGSElevation()
function - deprecating
addGoogleMetadata()
in favor of new functionsaddGoogleElevation()
andaddGoogleAddress()
- removed all
openaq_~
data download and processing functions - added
zeroMinimum
parameter to data ingest functions to specify whether negative values should be converted to zero - renamed
airnow_downloadData()
toairnow_downloadParseData()
- new
monitor_join()
function allows you to merge the data of ws_monitor objects with shared monitorIDs - renamed
CarmelValley
dataset toCarmel_Valley
- converted all uses of
GMT
toUTC
- new
createEmptyMetaDataframe()
function monitor_subset~()
functions now return 'meta' dataframes with zero rows and 'data' dataframes with a singledatetime
column rather thanNULL
when no monitors exist in the subset.