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

Add functionality for calculating the CAAQS ozone metric value #2

Closed ateucher closed 7 years ago

ateucher commented 9 years ago

Will probably need to generalize a lot of PM2.5 functions

stephhazlitt commented 8 years ago

Functionality for assessing data completeness criteria and calculating the CAAQS ozone metric should follow the methodologies, procedures, and requirements in the Guidance Document for the Achievement Determination (GDAD) for the Canadian Ambient Air Quality Standards for Fine Particulate Matter and Ozone, pages 13-16.

ateucher commented 8 years ago

NOTE: Due to a change in dplyr 0.5.0 where arrange() now ignores groupings defined using group_by(), the method for selecting the fourth highest daily maximum here (lines 48-54) will no longer work. A different solution will be required.