bcgov / rcaaqs

An R package to facilitate the calculation of air quality metrics according to Canadian Ambient Air Quality Standards
Apache License 2.0
16 stars 5 forks source link

New CAAQS Thresholds #55

Closed jeromerobles closed 2 years ago

jeromerobles commented 3 years ago

2020 CAAQS for PM2.5 and Ozone changes the limits specified in the achievement_levels.rda and management_levels.rda. The following are the changes: PM2.5_24h: 28 to 27 PM2.5_annual: 10 to 8.8 Ozone: 63 to 62 Can you modify?

ateucher commented 3 years ago

This can be done here: https://github.com/bcgov/rcaaqs/blob/master/data-raw/caaqs_levels.R. And then re-run that file to regenerate the internal achievement_levels and management_levels datasets