JohnPaton / airbase

🌬 An easy downloader for the AirBase air quality data.
https://airbase.readthedocs.io
MIT License
9 stars 4 forks source link

cli request confuses "CO" with "Co" #42

Closed avaldebe closed 1 year ago

avaldebe commented 1 year ago

when attempting to download CO data, no data is found

$ airbase pollutant CO --year 2023
Generating CSV download links...
100%|███████████████████████████████████████████████████████| 40/40 [00:52<00:00,  1.32s/it]
Generated 0 CSV links ready for downloading
Downloading CSVs to data...
0it [00:00, ?it/s]

After some debut, I found out that this is a problem in typer (tiangolo/typer#570). The CO CLI option is interpreted as Co, which has no data...