Recent Releases of monetio

monetio - v0.3.0

What's Changed

  • Add capability to read HCHO by @blychs in https://github.com/noaa-oar-arl/monetio/pull/208
  • Bump mamba-org/setup-micromamba from 1 to 2 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/213
  • DOC: Specify py2k-compatible version in py3k statement by @DWesl in https://github.com/noaa-oar-arl/monetio/pull/212
  • Tropomi NO2 reader update by @mbruckner-work in https://github.com/noaa-oar-arl/monetio/pull/214
  • Pytest summary a by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/215
  • Handle some special cases for wrf-python by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/218
  • Address codespell updates by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/222
  • More patience when reading GML ozonesonde pages by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/225
  • xfail OpenAQ web API v2 tests by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/224
  • Fix an OpenAQ xfail case for pre 3.11 by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/227
  • Group GML ozonesonde tests discovering files into one xdist group by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/226
  • Add disclaimer by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/223
  • Drop the Python 3.6 and 3.8 CI cases by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/230
  • Simple bugfix: PM2.5 should be dry by @blychs in https://github.com/noaa-oar-arl/monetio/pull/229
  • Use archive link for AirNow description attribution by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/232
  • Remove later-renamed vars from var list in RRFS-CMAQ MM reader by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/234
  • Add unit conversion, variable load limit to RAQMS by @mbruckner-work in https://github.com/noaa-oar-arl/monetio/pull/205
  • Small Bugfix: pressure in camx netCDF met by @blychs in https://github.com/noaa-oar-arl/monetio/pull/239
  • Update OpenAQ web API v2 error code check by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/240
  • Fix bug: concat_dim by @blychs in https://github.com/noaa-oar-arl/monetio/pull/241
  • OpenAQ web API v3 by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/235
  • [develop] feat: add test for surf_only in UFS-AQM driver by @benkozi in https://github.com/noaa-oar-arl/monetio/pull/243
  • Updates to CESM-FV Reader by @noribeth-m in https://github.com/noaa-oar-arl/monetio/pull/228
  • Feature/v0.2.7 by @bbakernoaa in https://github.com/noaa-oar-arl/monetio/pull/244

New Contributors

  • @DWesl made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/212
  • @benkozi made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/243
  • @noribeth-m made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/228

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.7...v0.3.0

- Python
Published by bbakernoaa 9 months ago

monetio - MONETIO v0.2.7

This release primarily includes bug fixes and new satellite and model readers for MELODIES MONET. It also adds a new reader for the OpenAQ v2 web API (#141), though its days may be numbered (#198).

monetio should now work with NumPy v2, which removed np.NaN (#180).

What's Changed

  • Tweak AirNow UTC offset test by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/174
  • pyhdf 0.11.4 is now on cf by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/173
  • New readers from MM satellite group by @rrbuchholz in https://github.com/noaa-oar-arl/monetio/pull/112
  • Pandora GEOMS data by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/172
  • ICARTT: support non-whole-number data interval, apply scaling factor by @ytangnoaa in https://github.com/noaa-oar-arl/monetio/pull/178
  • fix the bug of calculating NOx in cmaq.py by @ytangnoaa in https://github.com/noaa-oar-arl/monetio/pull/179
  • Replace np.NaN by np.nan by @blychs in https://github.com/noaa-oar-arl/monetio/pull/180
  • Reduce warnings by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/183
  • feature/camxmm by @blychs in https://github.com/noaa-oar-arl/monetio/pull/187
  • fix lat and lon in cesmfv_reader by @blychs in https://github.com/noaa-oar-arl/monetio/pull/181
  • TEMPO NO2 reader by @blychs in https://github.com/noaa-oar-arl/monetio/pull/188
  • hotfix/camxmm by @blychs in https://github.com/noaa-oar-arl/monetio/pull/191
  • Fix bugs in layer height and temperature by @blychs in https://github.com/noaa-oar-arl/monetio/pull/192
  • TROPOMI updates including pressure calculation by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/184
  • Update pre-commit hooks by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/193
  • OpenAQ v1 fixes + initial OpenAQ v2 reader by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/141
  • Fix staggered height var name by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/195
  • Small changes to OMPS nadir mapper level 2 reader by @mbruckner-work in https://github.com/noaa-oar-arl/monetio/pull/199
  • Skip ISH tests if the root pages unreachable by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/202
  • Hotfix/camxmm consistent with wrfchemmm by @blychs in https://github.com/noaa-oar-arl/monetio/pull/197
  • Bugfix: missing colon in dz_m in CAMx reader by @blychs in https://github.com/noaa-oar-arl/monetio/pull/203
  • MODIS L2 reader update by @dwfncar in https://github.com/noaa-oar-arl/monetio/pull/201

New Contributors

  • @rrbuchholz made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/112
  • @ytangnoaa made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/178
  • @blychs made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/180
  • @mbruckner-work made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/199

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.6...v0.2.7

- Python
Published by zmoon over 1 year ago

monetio - MONETIO v0.2.6

This maintenance and bugfix release also includes two new readers: icap_mme (International Cooperative for Aerosol Prediction Multi-Model Ensemble) and gml_ozonesonde (NOAA GML ozonesondes, currently just the 100-m interpolated data).

What's Changed

  • Skip OpenAQ S3 bucket test by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/148
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/155
  • Add retry and timeout options for ISH reader by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/157
  • build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/162
  • Feature/icap mme by @bbakernoaa in https://github.com/noaa-oar-arl/monetio/pull/166
  • Fix daily option for wide-format AQS by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/163
  • Fix broken Python 3 Statement link by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/169
  • GML 100-m ozonesondes by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/159

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.5...v0.2.6

- Python
Published by zmoon almost 2 years ago

monetio - MONETIO v0.2.5

This is a maintenance release, mostly focused on CI but there are also some fixes for readers.

What's Changed

  • Fix Sphinx link check failure for AQS by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/133
  • AERONET dates when parallel option used by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/125
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/135
  • Spelling by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/136
  • AQS now doesn't need special OpenSSL treatment by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/137
  • Deal with AirNow UTC offsets that are 0 but shouldn't be by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/126
  • For AirNow UTC offset test, use yesterday instead of current day by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/142
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/140
  • Add retries for Sphinx linkcheck by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/143

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.4...v0.2.5

- Python
Published by zmoon over 2 years ago

monetio - MONETIO v0.2.4

This release includes bug fixes for the ISH (ISD and ISDLite), OpenAQ, and HYSPLIT readers, as well as CI maintenance.

What's Changed

  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/108
  • Fix hysplitdev tests by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/110
  • Fix CI for Python 3.6 by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/115
  • Fix ISH for empty sites by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/109
  • build(deps): bump mamba-org/provision-with-micromamba from 15 to 16 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/117
  • Codespell by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/119
  • Check that AQS test fails with default conda env by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/121
  • Fix OpenAQ reader by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/116
  • Update AERONET single site lunar test site ID by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/127
  • CI: Move to setup-micromamba by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/128

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.3...v0.2.4

- Python
Published by zmoon over 2 years ago

monetio - MONETIO v0.2.3

This is primarily a maintenance and bugfix release. Fixes include HYSPLIT PARDUMP reading on Windows and the ISH (aka ISD) readers. There are also some updates/fixes in support of MELODIES MONET, including a few new "private" readers and one new public reader (raqms).

lxml was added to the conda-forge recipe for the ISH readers, which use pandas.read_html.

What's Changed

  • Remove module-level Dask progress bar registration by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/75
  • Develop satellite by @dwfncar in https://github.com/noaa-oar-arl/monetio/pull/71
  • Updated pytspack install by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/76
  • Fix RRFS-CMAQ reader memory issue by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/77
  • build(deps): bump mamba-org/provision-with-micromamba from 12 to 13 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/80
  • Short fix to _cesm_se_mm reader for cases in which only surface variables are present in the var_list. by @dwfncar in https://github.com/noaa-oar-arl/monetio/pull/81
  • Be more strict about RRFS-CMAQ reader PM2.5 merge by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/79
  • AERONET interp for daily product by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/84
  • _gridded_eos_mm.py reader for gridded NASA EOS hdf files by @dwfncar in https://github.com/noaa-oar-arl/monetio/pull/88
  • Convert pressure variables in RAQMS reader by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/85
  • build(deps): bump mamba-org/provision-with-micromamba from 13 to 14 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/91
  • Work around EPA AQS server OpenSSL 3 incompat by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/93
  • raqms: Add surf_only option by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/92
  • Fix WRF-Chem reader to work with latest xarray by @rschwant in https://github.com/noaa-oar-arl/monetio/pull/95
  • Ignore KZ filter ref link by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/96
  • Revert recent RRFS-CMAQ MM change by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/97
  • build(deps): bump mamba-org/provision-with-micromamba from 14 to 15 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/98
  • Fix pardump reading on some platforms by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/101
  • Fix ISH-lite reader by @bbakernoaa in https://github.com/noaa-oar-arl/monetio/pull/105
  • Fix ISH reader by @bbakernoaa in https://github.com/noaa-oar-arl/monetio/pull/107

New Contributors

  • @dwfncar made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/71

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.2...v0.2.3

- Python
Published by zmoon almost 3 years ago

monetio - MONETIO v0.2.2

This release contains fixes for bugs that were uncovered when @rschwant was attempting to run the MELODIES MONET observation processing example notebooks.

What's Changed

  • Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/69
  • Bump actions/setup-python from 3 to 4 by @dependabot in https://github.com/noaa-oar-arl/monetio/pull/68
  • Fixes for MM data proc examples by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/70

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.1...v0.2.2

- Python
Published by zmoon over 3 years ago

monetio - MONETIO v0.2.1

What's Changed

  • Initial GEOMS reader for TOLNet by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/57
    • Reads the single-profile "calval" files
  • CI updates
    • Target develop branch with dependabot
    • Update CI to use micromamba by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/67
    • Use mamba for Read the Docs (to avoid memory issues in conda env creation)
    • Update pre-commit and GHA versions

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.2.0...v0.2.1

- Python
Published by zmoon over 3 years ago

monetio - MONETIO v0.2

This release includes: * fixes and new features for the AERONET and AirNow readers * various updates to the HYSPLIT tooling * dev updates (adding pre-commit, initial tests, API documentation updates, CITATION.cff, ...) * some readers for MELODIES MONET

What's Changed

  • traj.py by @aring1988 in https://github.com/noaa-oar-arl/monetio/pull/9
  • Amcdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/10
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/12
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/17
  • Update the GOES 16 and 17 readers by @bbakernoaa in https://github.com/noaa-oar-arl/monetio/pull/19
  • hysplit.py Added sampletimestamp option to open_dataset and combine… by @amcz in https://github.com/noaa-oar-arl/monetio/pull/23
  • Created reader for PAMS data by @aring1988 in https://github.com/noaa-oar-arl/monetio/pull/21
  • Development by @amcz in https://github.com/noaa-oar-arl/monetio/pull/27
  • Made necessary adjustments and removed unnecessary function by @aring1988 in https://github.com/noaa-oar-arl/monetio/pull/29
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/28
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/32
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/34
  • Attribute Fixes by @aring1988 in https://github.com/noaa-oar-arl/monetio/pull/37
  • New .gitignore by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/40
  • Add pre-commit by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/41
  • Start testing by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/42
  • Use setup.cfg by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/43
  • CITATION.cff by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/44
  • Docs CI by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/46
  • AERONET fixes by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/45
  • Hysplitdev by @amcz in https://github.com/noaa-oar-arl/monetio/pull/51
  • AirNow fixes by @zmoon in https://github.com/noaa-oar-arl/monetio/pull/47
  • Add in MM Reader Scripts for WRF-Chem, CMAQ, RRFS-CMAQ, and CESM-FV by @rschwant in https://github.com/noaa-oar-arl/monetio/pull/52
  • Move CESM SE reader file to monetio by @Duseong in https://github.com/noaa-oar-arl/monetio/pull/53

New Contributors

  • @aring1988 made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/9
  • @zmoon made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/40
  • @rschwant made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/52
  • @Duseong made their first contribution in https://github.com/noaa-oar-arl/monetio/pull/53

Full Changelog: https://github.com/noaa-oar-arl/monetio/compare/v0.1...v0.2.0

- Python
Published by zmoon almost 4 years ago

monetio - MONETIO v0.1

This is the initial release of monetio version 0.1. monetio is was formed to house the I/O operations of the Model and Observation Evaluation Tool (MONET; Baker and Pan 2017).

- Python
Published by bbakernoaa almost 6 years ago