Items as they come up:
TODO:
New in 2025
New in 2025
New in 2024
version 0.5.x
Items finished by 2024-09-26
I was reading through your NowCast code and saw that you don't calculate NowCast if the current hour is missing. I know you note that it conflicts with the algorithm on the airnowtech blog, but you also cite a wikipedia article that says that's how it's done for AirNow. Problem is, that's not how it's done for AirNow.
Items finished by 2024-02-09
Items finished by 2023-08-25
Items as they come up:
TODO:
New in 2025
monitor_dailyMean()from iwfaqrp_small_projects repo (3/23/26)New in 2025
Error in monitor_leaflet(., slice = 690) : improper use of slice parameter(5/29/25)monitor_aqcTable()fails if any monitor is missinglocationName(7/18/25)aqiCategories()andaqiColors()to accept a matrix as input, e.g. a "dataBrick", and return a matrix as output (10/31/25)New in 2024
monitor_()functions that return monitor objects should test withmonitor_isEmpty()as the first step and, if empty, return the unmodified monitor. This will prevent errors from occurring in the middle of a recipe. (2/29/24)fullAQSIDvignettes/AirMonitor.Rmdlocal_articles/monitor_load()only has data up to the end ofloadDaily()as opposed to the end ofloadLatest(). (8/23/23)fullAQSIDwhich is not available for WRCC data. (9/06/23)monitor_getCurrentStatus()should usemonitor_filterDatetime()withceilingEnd = TRUEonce MazamaTimeSeries has been updated with the associated fix. (6/30/23).assignBreakpointsTable(). (8/07/2024)version 0.5.x
monitor_aqi()figure out whether NowCast should be applied to non-PM2.5 data. (12/03/2024)Items finished by 2024-09-26
Items finished by 2024-02-09
monitor_slice()to select based on row indices in themetatable. (7/13/23)monitor_pull()to domonitor_getMeta() %>% dplyr::pull()(1/16/24)aqiCategories()to return 1:6 similar toaqiColors()(1/25/24)US_AQI$breaks_PM2.5_2024with updated breaks. (2/8/24)monitor_toAqcTable()to create a table with category columns, ddID rows and a count of days in a category for each cell. (2/8/24)monitor_setTimeAxis()for cases where you want to extend a time series to mach other, longer time series. (9/05/23)Items finished by 2023-08-25
@aliases <package>-packageafter@docType packageto satisfy CRAN. (8/23)monitor_load~()functions to always use most recent data at a location. (8/24)