metno / pyaerocom

Python tools for climate and air quality model evaluation
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
26 stars 15 forks source link

EEA stations number drops from Jan 2022 #940

Closed andagit closed 1 year ago

andagit commented 1 year ago

From Dec2021 to Jan2022 no of EEA stations drop from 350 to 250 for PM10, but also by ~50 stations for PM25, O3 and NO2 pm10-europe-2013-2023 . Why?

lewisblake commented 1 year ago

Keep in mind that some countries may not have submitted yet.

avaldebe commented 1 year ago

maybe updating the EEA.NRT dataset for 2022 will include late submissions.

avaldebe commented 1 year ago

I get the same number of files after downloading them from EEA

# 2022 EEA NRT files on storeB
$ du /lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/EEA_AQeRep.NRT/download/2022 
28G /lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/EEA_AQeRep.NRT/download/2022
$ ls /lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/EEA_AQeRep.NRT/download/2022 | wc -w
14138
# download 2022 files locally
$ airbase download --year 2022 -p SO2 -p PM10 -p O3 -p NO2 -p CO -p NO -p PM2.5
[...]
$ du data/
28G data/
$ ls data/ | wc -w
14138