Skip to content

Releases: GeoscienceAustralia/eo-tides

0.10.4

18 Mar 23:40
d3ba7dd

Choose a tag to compare

What's Changed

Other changes

Full Changelog: 0.10.3...0.10.4

0.10.3

25 Feb 23:43
8f74510

Choose a tag to compare

What's Changed

Bug fixes

  • Fix output_units="cm" failing when cutoff is not inf by @obj809 in #144
  • Fix mypy typing issue with odc.stac.load dtype by @robbibt in #145

New Contributors

Full Changelog: 0.10.2...0.10.3

0.10.2

16 Dec 23:24
38e254f

Choose a tag to compare

What's Changed

Other changes

Full Changelog: 0.10.1...0.10.2

0.10.1

22 Oct 22:05
5ee3b4d

Choose a tag to compare

What's Changed

  • Only include Python code in build to reduce package size by @robbibt in #137

Full Changelog: 0.10.0...0.10.1

0.10.0

20 Oct 04:07
672c506

Choose a tag to compare

What's Changed

  • Add new tag_timeseries function for tagging satellite data with external timeseries data. This function is designed to take a 1D timeseries of tide heights or water levels, and map these back to each satellite observation timestep. This can be used to tag satellite data with observed tides, instead of tides modelled using global tide models. #134

Full Changelog: 0.9.2...0.10.0

0.9.2

07 Oct 05:46
c64d14a

Choose a tag to compare

What's Changed

  • Update validation code and notebook examples in #132

Full Changelog: 0.9.1...0.9.2

0.9.1

02 Oct 05:48
b902f28

Choose a tag to compare

What's Changed

  • Move STAC loading package dependencies to default requirements in #130

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Oct 07:12
983e304

Choose a tag to compare

What's Changed

This release adds new functionality for loading satellite data using STAC metadata, and for ranking tide model performance based on their correlation with satell-observed patterns of inundation. For more information, see:

Jupyter Notebook example: https://geoscienceaustralia.github.io/eo-tides/notebooks/Validating_tides/#tide-correlation-model-rankings

New features

  • Add NDWI-tide correlation function and STAC data loading tools in #87
  • Support STAC loading data by bounding box, geopolygon, Shapely, GeoPandas, GeoJSON in #126
  • Update tide correlation code, add support for masking to STAC functions by @robbibt in #128

Full Changelog: 0.8.3...0.9.0

0.8.3

16 Sep 07:56
3185691

Choose a tag to compare

What's Changed

New features

  • Add support for GESLA 4 tide gauge dataset in validation.py by @robbibt in #123

Other changes

Full Changelog: 0.8.2...0.8.3

0.8.2

18 Aug 05:07
d740697

Choose a tag to compare

What's Changed

Breaking changes

  • Refactor tide_aliasing function to use constituent param name instead of c, use a list of default major tide constituents from pyTMD, remove "type" column, and set a 10 year default max on period values by @robbibt in #118

Bug fixes

  • Fix bug with specifying custom list of constituents in #117 by upgrading pyTMD by @robbibt in #118

Other changes

  • Add spell check to pre-commit, minor formatting updates by @robbibt in #116
  • Minor updates and upgrades to tests and ruff, uv versions by @robbibt in #118

Full Changelog: 0.8.1...0.8.2