Damien Ayers

Results 57 issues of Damien Ayers

I think that they are, but there could be conflicts between PyDoc types and Type Annotation types, and we should make sure they're both consistent, and that we're displaying the...

documentation

We could specify `kwargs` as type `Any` here, since it's not used. However, I think we should change the type of this method to only have the `group_by` argument. I...

The decision to expose two top level commands was a bit of a strange decision in the first place. It was supposed to be something like *user* features vs *administrator*...

usability
cli

The [Python warnings documentation](https://docs.python.org/3.13/library/warnings.html#warning-categories) says that we should be using `FutureWarning` for application user facing changes (Like configuration files). And `DeprecationWarning` for code/API changes. There are several cases where we...

View the logs at https://github.com/opendatacube/datacube-core/actions/runs/13512407085/job/37754980459#step:5:181 Including but not limited to: - ODC code/tests using ODC2 deprecated features. - Usage of `datetime.utcnow()` - Tests of antimeridian splitting with incorrect geometry winding,...

bug

# Issue I'm having trouble with extremely slow responses from `/stac/collections` on a Datacube Explorer instance we're running. It's taking about 45s to return a response, and is no faster...

bug
stac

Our production ODC Explorer STAC API endpoint has stopped working. It returns an unhelpful "Internal Server Error has been logged" message. Checking the application logs reveals a stack trace similar...