bcgov / bcgov/envair

Missing AQHI PM2.5 Sparwood Centennial Square 2022

Open
#24 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
8
Forks
4
PR merge metrics
No merged PRs in 30d

Description

`envair` version 0.4.0.300

Sparwood Centennial Square has PM2.5 data during 2022, but the AQHI PM2.5 is not in the AQHI dataset:

```
aqhi<-envair::importBC_data(parameter_or_station = "aqhi",
years = 2022,
use_openairformat = FALSE) %>%
dplyr::filter(STATION_NAME=="Sparwood Centennial Square")

#preview the data
head(aqhi %>%
dplyr::select(PARAMETER,
DATE_PST,
STATION_NAME,
contains("AQHI")))

pm25<-envair::importBC_data(parameter_or_station = "pm25",
years = 2022,
use_openairformat = FALSE) %>%
dplyr::filter(STATION_NAME=="Sparwood Centennial Square")

head(pm25 %>%
dplyr::select(PARAMETER,
DATE_PST,
STATION_NAME,
RAW_VALUE))
```

![2024-01-19 scs aqhi pm25](https://github.com/bcgov/envair/assets/24443567/fad24e7b-9d0e-4086-baea-a5f42dd2a199)

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the two importBC_data calls for AQHI and PM2.5 for Sparwood Centennial Square in 2022, then trace the importBC_data entry point and the data source handling those parameters. Done means the AQHI dataset contains the station's 2022 PM2.5 records consistently with the PM2.5 dataset.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.