uace-azmet / azmet-forecast-qa

Developing QA/QC routines for AZMet
0 stars 1 forks source link

Interactive report #47

Closed Aariq closed 1 year ago

Aariq commented 1 year ago

Addresses first phase of #45. Converts Quarto report to an interactive document using Shiny runtime. The report is no longer coupled to the targets pipeline and simply pulls data from the API. Caching is enabled so that the slow load time will happen hopefully just once per day. App is currently deployed at https://leafyeric.shinyapps.io/shiny-report/, but will eventually end up on viz.datascience.arizona.edu.

Aariq commented 1 year ago

keeping this open until I can confirm that the cache invalidates after a day and gets new data from the API.