Releases: GeoscienceAustralia/dea-intertidal
Releases · GeoscienceAustralia/dea-intertidal
Release list
2.5.3
2.5.2
2.5.1
2.5.0
What's Changed
Minor changes made in preperation for the DEA 2026 annual product runs, including important Python packaging updates.
- Add SRTM to the ancillary lineage in product metadata. by @vnewey in #152
- Added a Sentinel-2A filter to temporarily remove mission extension data until proper evaluation by @vnewey in #153
- Pin higher version of datacube to resolve geometry data loading issue, update uv.lock by @robbibt in #156
- Update requirements to latest eo-tides, rerun workflow by @robbibt in #151
- Pin lower rasterio to fix possible data access issue by @robbibt in #158
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Adds a new
tide_dataparameter to theelevationfunction to allow users to pass in external time series data instead of modelling tides (e.g. observed tide gauge data, or the outputs of local hydrodynamic modelling). See example usage notebook here: https://github.com/GeoscienceAustralia/dea-intertidal/blob/develop/notebooks/Intertidal_elevation_from_external_sea_level_data.ipynb
Full Changelog: 2.3.2...2.4.0
2.3.2
2.3.1
2.3.0
What's Changed
A major update to update Python packaging, remove the dependency on datacube, and publish the package on PyPI: https://pypi.org/project/dea-intertidal/
Other changes:
- Update ga_s2ls_intertidal_cyear_3.odc-product.yaml by @robbibt in #131
- Add ensemble model function arguments by @lars-fillmore in #136
- Allow additional modelling args by @lars-fillmore in #138
- Bump eodatasets and datacube by @lars-fillmore in #137
- Update mosaics_cli.py by @vnewey in #139
- Use latest DEA Tools in dev requirements, make
postgresoptional extra by @robbibt in #140 - Fix change in xarray that requires .item() to be called on max() by @alexgleith in #143
- Fix sunglint issue in
.ioby @robbibt in #135 - Update packaging by @robbibt in #144
- Format with ruff, publish to pypi by @robbibt in #145
- Make datacube optional by moving imports to function level by @robbibt in #146
New Contributors
- @lars-fillmore made their first contribution in #136
- @alexgleith made their first contribution in #143
Full Changelog: 2.2.0...2.3.0