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

remove hardcoded dea-tools in sys.path #1141

Open emmaai opened 12 months ago

emmaai commented 12 months ago

Describe the bug/issue Noticing that many notebooks got the relative path of dea-tools hardcoded in sys.path. We might want to discourage this as dea-tools is a proper package now. It can be installed either by pip install -e . or pip install dea-tools from pypi. Also might consider to build this in the sandbox image in the future.

Steps to reproduce Steps to reproduce the behaviour. For example: N/A Expected behaviour N/A

Environment information What datacube environment are you using? DEA Sandbox