Robbi Bishop-Taylor

Results 56 issues of Robbi Bishop-Taylor

For example: https://docs.digitalearthafrica.org/en/latest/index.html ![Image](https://user-images.githubusercontent.com/17680388/229433758-d334c835-a674-40fc-9327-51282c717746.png)

DEA Tools is intended to be an accessible open source package, and many of the tools there are theoretically useful outside of DEA. However, a big issue is we don't...

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...

**Describe the bug/issue** The `calculate_indices` function currently provides a warning if `normalise` is set to False, but an index is requested that needs normalisation. This prevents users from running an...

bug
discussion

https://github.com/digitalearthafrica/deafrica-sandbox-notebooks/blob/5e11108488da61451a464a38afa619fa36146beb/Frequently_used_code/Exporting_continental_animation.ipynb

We currently have two STAC-related notebooks: - This one that shows how to use `odc-stac`: https://docs.dea.ga.gov.au/setup/gis/stac.html - This one that shows how to browse STAC metadata and load data from...

We have a Dask notebook in the Beginners_guide here: https://docs.dea.ga.gov.au/notebooks/Beginners_guide/09_Parallel_processing_with_Dask.html However, DE Africa has also recently added several more detailed guides here: https://github.com/digitalearthafrica/deafrica-docs/tree/main/sandbox/dask-howto We should investigate how this content could...

Currently, functions from `dea_tools.classification` access spatial information about datacube-loaded data using the `.geobox` extension, and geometry tools from `datacube.utils.geometry`. In ODC version 1.9 and above, these tools will be deprecated...

The functions in the `dea_tools.classification` module are now being used for operational DEA product generation. To ensure they do not break in the future, we should write some unit tests...