Damien Ayers
Damien Ayers
It's been a few years since Open Data Cube was named, but there are still plenty of internal references to the Australian Geoscience Data Cube. It would be great to...
It is extremely slow to query the full available extents for a large Product in a Data Cube Index. This has been frustrating for several developers, and has led to...
### Expected behaviour I should be able to add a new product to a Data Cube index and not have to wait. ### Actual behaviour It's very slow (tens of...
We use [pre-commit](https://pre-commit.com/) to check for trivial errors in code before committing it. It's useful for keeping formatting consistent and catching errors early that can be picked up with a...
### Expected behaviour We should be able to use temporary/expiring/refreshing AWS security credentials while running ODC code. Eg. via the AWS [AssumeRoleWithWebIdentity - AWS Security Token Service](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html) API call. This...
**Summary** At the moment, it's too hard for developers to run the integration tests for ODC. This presents a significant barrier to entry for new contributors, and is a big...
### Proposed changes This PR makes use of some AWS infrastructure I've setup to enable GitHub Actions to connect to the Production DEA ODC PostgreSQL database. This will allow us...
### Description I'm trying to create some awesome dashboards in Grafana to visualise what our OWS service is doing, and noticed a bunch of unhelpful information between exposed. Lots of...
### Description I'm trying to setup CloudFront (AWS's CDN/cache) to work in front of a datacube-ows deployment. We have quite a complex configuration, but I believe I've setup the correct...
Unfortunately `pq` seems to be non-functional when used with `PgBouncer`, especially combined with threads. I haven't done any comprehensive testing yet sorry. 1) Prepared statements seem to persist between connections...