Documentation
- Updated documentation to include mention of newest supplemental reports (PM10, NO2, CO, and SO2) which were published in early 2024.
- Overall, made the documentation more user-friendly to beginner python users.
- Included instructions for an optional way of downloading sensortoolkit using a YAML file to create a conda virtual environment with the required dependencies and the latest version of sensortoolkit.
Code
- Updated code to include report generation for PM10 (https://cfpub.epa.gov/si/si_public_record_report.cfm?dirEntryId=360419&Lab=CEMM) which includes ratio (PM2.5/PM10) calculation of number of 1-hr periods FRM/FEM measurements that are <=0.4.
- Updated code to include report generation for NO2, CO, and SO2 (https://cfpub.epa.gov/si/si_public_record_Report.cfm?dirEntryId=360578&Lab=CEMM).
- Addition of optional wind speed and direction plots in the SensorEvaluation object.
- Made minor adjustments to formatting of reports
- Made minor adjustments to formatting of plots.