You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many functions in DEA Tools don't directly require datacube access (e.g. our coastal tide modelling functions, RGB and animation code, band indices, vectorising/rasterising tools etc). However, datacube is currently listed as a required dependency here: https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Tools/setup.py#L37
Many functions in DEA Tools don't directly require
datacube
access (e.g. our coastal tide modelling functions, RGB and animation code, band indices, vectorising/rasterising tools etc). However,datacube
is currently listed as a required dependency here:https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Tools/setup.py#L37
To make
dea-tools
easier to install, we should consider makingdatacube
an optional dependency, using "extras" here:https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Tools/setup.py#L68-L72
This should allow users to install
dea-tools
without having to also installdatacube
.The text was updated successfully, but these errors were encountered: