noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
16 stars 19 forks source link

AirNow metadata options and other updates #146

Open zmoon opened 8 months ago

zmoon commented 8 months ago

Resolves #129 and makes some progress towards #111.

zmoon commented 7 months ago

Current test failure is openaq-fetches denying access ("PermissionError: Access Denied").

zmoon commented 6 months ago

Need to conserve more info when duplicate-dropping for AQS. For example, currently only get some of the full set of unique networks options (below).

``` ['BORDER GRANT', 'BORDER GRANT; CSN STN', 'BORDER GRANT; NEAR ROAD', 'CASTNET', 'CASTNET; NCORE', 'CSN STN', 'CSN STN; NCORE', 'CSN STN; NCORE; PAMS', 'CSN SUPPLEMENTAL', 'CSN SUPPLEMENTAL; NCORE', 'IMPROVE', 'IMPROVE; NCORE', 'NATTS', 'NATTS; NCORE', 'NATTS; UNOFFICIAL PAMS', 'NCORE', 'NCORE; PAMS', 'NCORE; PAMS; UNOFFICIAL PAMS', 'NCORE; PROPOSED NCORE', 'NCORE; UNOFFICIAL PAMS', 'NEAR ROAD', 'PAMS', 'PAMS; UNOFFICIAL PAMS', 'PROPOSED NCORE', 'PSD', 'SCHOOL AIR TOXICS', 'UNOFFICIAL PAMS', 'VOL SCHOOL AT'] ```
zmoon commented 6 months ago

Should use the CSV parameter list to translate code for ones we don't have custom names for. And/or to construct a new in-code translation table.