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
447 stars 128 forks source link

Intertidal exposure #1261

Closed erialC-P closed 2 months ago

erialC-P commented 2 months ago

Proposed changes

This PR adds a new notebook to the Real_world_examples suite and demonstrates customisation options that are available when undertaking intertidal exposure analysis. The notebook is a bit slow to run in some places, with the whole runtime being approximately 6 - 10 minutes. Much of this speed is accounted for in the use of the exposure function which runs very high resolution tidal modelling in the background. However, some of the lagginess may be related to the use of animations/gifs in the notebook.

Checklist

(Replace [ ] with [x] to check off)

sandbox_spellchecker

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 2 months ago

View / edit / reply to this conversation on ReviewNB

robbibt commented on 2024-08-13T03:33:26Z ----------------------------------------------------------------

Line #4.    !pip install sunriset

Is this necessary? It should be installed when we install Intertidal (it's included in the setup.py and requirements.in)


_erialC-P commented on 2024-08-15T01:54:06Z_ ----------------------------------------------------------------

You're right. This was legacy code. Deleted :)

_erialC-P commented on 2024-08-19T03:30:52Z_ ----------------------------------------------------------------

Actually...with a fresh kernel, it turns out that I did need to keep this line. I wonder if it's because it's a non-standard package...?