MazamaScience/AirSensor2

TODO checklist for 2024

Opened this issue · 0 comments

Items as they come up:


TODO:

New in 2024

  • allow pas_createNew() to specify which fields to download to save money (1/12/24)
  • Add countryCodes argument to all Clarity_ functions so we can avoid expensive stateCode searches for non-US/CA/MX. (8/21/24)

Left over from 2023

  • add sensorToolkit_create???() to create something from data in EPA sensorToolkit format. See: https://sensortoolkit.readthedocs.io/en/latest/index.html (6/01/23)
  • update to httr2 package (6/08/23)
  • parallel data download (9/15/23)
  • The countryCodes argument in pas_createNew() should be required and result in an error message if not supplied. (10/01/23)

Items finished by 2024-08-21

  • Add support for Clarity format = "USFS2". (8/20/24)
  • On May 1, 2024 the limits on requested data will increase. real-time: from 2 days to 30 days; hourly: from 14 days to 180 days. Update functions in PurpleAir_API.R to reflect this. (4/18/24)

Items finished by 2023-09-22

  • test all documented examples in vignettes and README.md. (9/13/23)

Items finished by 2023-06-06

  • update Clarity_API.R to handle the new nowcast QC flag (6/08)