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
439 stars 127 forks source link

Pull pixel_tide resampling into function for easier re-use #1149

Closed robbibt closed 9 months ago

robbibt commented 9 months ago

Proposed changes

This is a simple refactor that modifies dea_tools.coastal.pixel_tides to pull out our current resampling code (used to resample low resolution modelled tides into the higher resolution of our satellite data) into a separate function.

This will allow us to more easily re-use this functionality in external workflows (e.g. for resampling our ensemble tide models in DEA Intertidal).