Damien Ayers
Damien Ayers
This project was initially called `cubedash`, but has been renamed to `datacube-explorer`. It would make sense for the internal naming to be made consistent.
Within DEA we have just switched to generating `interim` quality ARD data instead of `final` quality for Landsat 8, due to the recent unavailability of BRDF. When I go looking...
It was being flaky, and I wrote this fix months and months ago...
The [urlpath · PyPI](https://pypi.org/project/urlpath/) package is used in ODC for a bit of URL handling. However, the package hasn't been updated in a couple of years and is broken in...
I don't understand what globs are supported and what aren't. Wasted so much time on this. ``` $ s3-find s3://dea-public-data-dev/ausbath_09_v4/ga_multi_\*json $ s3-find s3://dea-public-data-dev/ausbath_09_v4/ga_multi_\*.json $ s3-find s3://dea-public-data-dev/ausbath_09_v4/\*.json s3://dea-public-data-dev/ausbath_09_v4/ga_multi_ausbath_0.stac-item.json ``` Which was...
- Okay to mention that this is a staging area for features before going into ODC Core - But most people are here for the [odc-tools CLI apps](https://github.com/opendatacube/odc-tools/tree/develop/apps/dc_tools) - These...
# Background To get good performance from AWS S3, it's necessary to parallelise requests. The `odc-aio` library provides functions used in the odc-tools CLI applications, and is implemented using Async...
See https://github.com/opendatacube/odc-tools/issues/550
I've just put in place two work-arounds due to failing coordinate transform tests. The first is in `odc.algo` for choosing a Transform Path, which is choosing a different transform depending...