GeoscienceAustralia / dea-notebooks

Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and Xarray
https://docs.dea.ga.gov.au/notebooks/
Apache License 2.0
442 stars 128 forks source link

Allow `model_tides` to work for one timestep per one point #1134

Closed robbibt closed 11 months ago

robbibt commented 1 year ago

Currently model_tides automatically runs multiple timesteps for each tide modelling lat/lon point. This serves our main DEA use case: predicting tides at set tide modelling locations for every timestep in a satellite timeseries. This is effectively:

However, another common use case is to model tide heights where each lat/lon point has a unique timestep. E.g.:

We should also support this second use case, perhaps by adding a new "mode" param:

robbibt commented 11 months ago

Closed by #1142