Closed steffilazerte closed 2 years ago
@steffilazerte The metrics are called 1-hour metric and annual metric for both SO2 and NO2. It looks like these are labelled as so2_3yr, and so2_1yr, respectively. the get_colours() should match in colours. Official colours are in: CCME Document. Look for CAAQS management levels. There are station with only one metric. These should be included in the summary but can be excluded from plot for that
I have a couple of random questions regarding the indicators. Some of these apply to the new ones (SO2, NO2), but for the sake of simplicity I'm going to keep everything here.
For the "pretty" titles and labels I've used SO2 1-Hour for the
so2_3yr
and SO2 Annual forso2_1yr
(same for NO2), based on the CAAQS websiteThe Ambient airzone colours used in the leaflet maps are not exactly the same returned by
rcaaqs::get_colours()
. Should I:rcaaqs
rcaaqs
to match the leaflet map coloursSome stations have data for the Reporting year (2020), but they don't have enough data to generate a CAAQS level.
summary_plot()
function inrcaaqs
to ensure that these stations are included (before they wereNA
) should they be omitted?