v2.0.1
Adding capabilities for 'grid'
and 'time series'
types for netCDF4 outputs
Fixes to address the number of warnings and to pin scipy
to a working version
Thanks to @bjarnebuchmann for recommending both script and documentation changes
- feat: default geotiff output as cog
- feat: added default field mapping for reading from netCDF4/HDF5 (#152)
- feat: split netCDF4 output for
grid
anddrift
types to address #154 (#159) - feat: use debug level logging instead of import warnings in
tools.py
to address #156 (#159) - feat: add
time series
type to address #153 (#162) - fix: verify warnings have type and only show once #146 (#147)
- fix: pin
scipy
to 1.9.3 for scipy/scipy#17716 (#147) - fix: use default context from
utilities
module (#147) - fix: include more possible dimension names for
grid
andtime series
outputs (#163) - test: add default field mapping test (#152)
- test: validate gridded and time series netCDF/HDF5 io (#163)
- docs: update documentation colors to match new logo
- docs: don't have metavar for
--tide
to address #155 (#159) - docs: updated v2 link for Arc2km to address #157 (#159)
Full Changelog: 2.0.0...2.0.1