Alex Leith
Alex Leith
Oh wow, with no platform specified at all in that test it's marking it as "ls". I assume we don't want that. It's because the derivate code assumes platform is...
This config directory is being replaced by the one that's being created in this PR: https://github.com/GeoscienceAustralia/dea-config/pull/593 Todo: we need to work out where to put the old `config/ingestion` and `config/products`...
https://github.com/GeoscienceAustralia/digitalearthau/blob/085d69cb6ecc7f277b37be80531de01208ec9caf/digitalearthau/config/eo3/products-aws/ard_ls7.odc-product.yaml#L44 https://github.com/GeoscienceAustralia/digitalearthau/blob/085d69cb6ecc7f277b37be80531de01208ec9caf/digitalearthau/config/eo3/products/ard_ls7.odc-product.yaml#L44 These need to be fixed and then applied on 3 AWS DBs and the NCI DB
I wish this did work with polygons, I know it'll be a pain in the arse, Nathan, but I know you can do it!
This is a pedantic nice-to-have! I would love to be able to get the client like `from pystac.client import Client` rather than `from pystac_client import Client`. It's a little thing,...
I expect either of `odc.stac.configure_s3_access(aws_unsigned=True)` or `configure_rio(cloud_defaults=True, aws=dict(aws_unsigned=True))` to set up the environment so that I don't need AWS credentials for public read S3 objects. In testing, neither of those...
**Describe the bug** I'm trying to install a Python package from GitHub that needs some rust components compiled. I've added **To Reproduce** Steps to reproduce the behavior: 1. Add these...
Work in progress fix for #176
The issue is documented in detail in https://github.com/opendatacube/odc-stac/issues/172 The short reproduction of the cause of the issue is this code: ```python from odc.geo.types import xy_ import numpy as np from...
We've been working to try to resolve issue with loading data at the antimeridian. Currently, there seems to be an issue in both Datacube Core and ODC STAC when loading...