Damien Ayers
Damien Ayers
I think that StatsD support in the odc-tools applications should be optional. It feels wrong to me to have a mandatory dependency on `datadog`, which in my mind is a...
At the moment, `sqs-to-dc` expects a list of products that it is allowed to index. I think it would be very useful to be able to index any datasets instead...
At the moment, `s3-to-dc` provides an almost complete alternative to `datacube dataset add` and `datacube dataset update`, as well as including extra features like indexing from STAC and glob based...
I noticed when updating the conda-forge package, but I suspect the issue applies for building wheels or source packages with Python 3.12 too. I'm not sure if there's any incompatibilities...
I've been working on a minimal docker image for [datacube-explorer](https://github.com/opendatacube/datacube-explorer/), so installing a minimal set of dependencies. `eodatasets3` depends on `scipy` and `boto3`, both of which I think should be...
## The Problem While looking for sample data for https://github.com/opendatacube/datacube-explorer/pull/487 , I noticed that some `ga_ls_wo_3` data indexed in the Production AWS data is missing thumbnail information. This dataset was...
We are, and need to stop, installing a top level `tests` module when installing this python package. It's far too generic a name, and can easily cause non-obvious problems for...
The error below happened when trying to run an old script in the current `dea` environment. This is due to the `PROJ_LIB` environment variable not being set.  The `dea-env`...
During recent ingest runs (Scenes -> Albers tiles) about 50,000+ duplicate tiles have been created for the `ls8_nbar_albers` product in 2018. It's possible that duplicate data will be returned for...
# Work Generation - [ ] Incremental. Need a way to compare what's on S3 to what's not. - Our current unit of work for COG conversion is a NetCDF...