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 #174
- pyhdf 0.11.4 is now on cf by @zmoon in #173
- New readers from MM satellite group by @rrbuchholz in #112
- Pandora GEOMS data by @zmoon in #172
- ICARTT: support non-whole-number data interval, apply scaling factor by @ytangnoaa in #178
- fix the bug of calculating NOx in cmaq.py by @ytangnoaa in #179
- Replace np.NaN by np.nan by @blychs in #180
- Reduce warnings by @zmoon in #183
- feature/_camx_mm by @blychs in #187
- fix lat and lon in _cesm_fv_reader by @blychs in #181
- TEMPO NO2 reader by @blychs in #188
- hotfix/_camx_mm by @blychs in #191
- Fix bugs in layer height and temperature by @blychs in #192
- TROPOMI updates including pressure calculation by @zmoon in #184
- Update pre-commit hooks by @zmoon in #193
- OpenAQ v1 fixes + initial OpenAQ v2 reader by @zmoon in #141
- Fix staggered height var name by @zmoon in #195
- Small changes to OMPS nadir mapper level 2 reader by @mbruckner-work in #199
- Skip ISH tests if the root pages unreachable by @zmoon in #202
- Hotfix/_camx_mm consistent with _wrfchem_mm by @blychs in #197
- Bugfix: missing colon in
dz_m
in CAMx reader by @blychs in #203 - MODIS L2 reader update by @dwfncar in #201
New Contributors
- @rrbuchholz made their first contribution in #112
- @ytangnoaa made their first contribution in #178
- @blychs made their first contribution in #180
- @mbruckner-work made their first contribution in #199
Full Changelog: v0.2.6...v0.2.7