MazamaScience / AirSensorShiny

An RShiny application based on the AirSensor package
GNU General Public License v3.0
8 stars 1 forks source link

Missing access to historical data #49

Open acollier-oxandale opened 5 years ago

acollier-oxandale commented 5 years ago

In version 0.5.1 there does not seem to be access to historical data via the Overview, Daily Patterns, or Community Timelapse tabs. This is data that is in the archive and was available in previously versions of the app.

For example:

Alhambra/Montery Park, SCAP_50, July 4th- July 6th

http://tools.mazamascience.com/airsensor-test/app/?_values_&lookback_select=%223%22&nav=%22explore%22&date_select=%222019-07-06%22&pas_select=%22SCAP_50%22&tab=%22main%22

jonathancallahan commented 4 years ago

We will have to see what shows up in the next iteration of the Shiny app but this works with AirSensor version 0.5.8:

sensor_load("scaqmd", 20190701, 20190714) %>%
  monitor_subset(monitorIDs = "SCAP_50") %>%
  PWFSLSmoke::monitor_timeseriesPlot(shadedNight = TRUE)