Skip to content

Monitoring Data Access

Compare
Choose a tag to compare
@jonathancallahan jonathancallahan released this 04 Jan 17:30
· 589 commits to master since this release

PWFSLSmoke 1.0.2

  • monitor~ functions now test for empty ws_monitor objects
  • new Github localNotebooks/ directory contains detailed examples

PWFSLSmoke 1.0.1

  • monitor~ functions now test for empty ws_monitor objects
  • ~_loadLatest() functions now explicitly create and close connections
  • fixed bug in monitor_dailyStatistic() that didn't test for minHours 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 columns siteID and instrumentID
  • added initializeMazamaSpatialUtils() convenience function
  • new US_52 vector of all US state codes including DC and PR
  • upgraded all ~_createMetaDataframes() to produce v1.0 metadata
  • airnow_createMetaDataframes() filters incoming sites for countryCode %in% c('CA','MX','US'),
    discarding sites associated with other countries
  • monitorPlot_timeseries() argument aqiDots renamed to aqidots
  • new airnow_createMonitorObjects() function
  • new addUSGSElevation() function
  • deprecating addGoogleMetadata() in favor of new functions addGoogleElevation() and addGoogleAddress()
  • 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() to airnow_downloadParseData()
  • new monitor_join() function allows you to merge the data of ws_monitor objects with shared monitorIDs
  • renamed CarmelValley dataset to Carmel_Valley
  • converted all uses of GMT to UTC
  • new createEmptyMetaDataframe() function
  • monitor_subset~() functions now return 'meta' dataframes with zero rows and 'data' dataframes with a single datetime column rather than NULL when no monitors exist in the subset.