datacube-core icon indicating copy to clipboard operation
datacube-core copied to clipboard

Open Data Cube analyses continental scale Earth Observation data through time

Results 93 datacube-core issues
Sort by recently updated
recently updated
newest added

related to: https://github.com/GeoscienceAustralia/dea-config/issues/1110 ``` 247 | ga_srtm_dem1sv1_0 | {"platform": {"code": "Space Shuttle Endeavour"}, "instrument": {"name": "SIR"}, "product_type": "DEM"} | 1 | {"name": "ga_srtm_dem1sv1_0", "storage": {"crs": "EPSG:4326", "resolution": {"latitude": -0.00027777777778, "longitude":...

pinned

### Reason for this pull request Functionality to delete products via the CLI has long been requested. ### Proposed changes - Add `datacube product delete` CLI command that deletes the...

### Expected behaviour If a single product matcher fails it correctly shows errors generated. ### Actual behaviour Due to Python builtin JSON serialize usage non-string internal representation of datetime fails...

### Expected behaviour There should be a set of installation instructions specifically for end-users. ### Actual behaviour Existing installation instructions are targeted towards developers and include steps like installing datacube...

documentation

### Background Digital Earth Australia provides a Python Environment on the NCI which includes ODC. It's currently running the very old version 1.8.8 under Python 3.8.13 and we want to...

bug

### Reason for this pull request - Postgis driver is still reporting itself as "experimental" and "unstable" - Count methods in postgis driver did not support geospatial search. ### Proposed...

### Reason for this pull request kk to add more context here ### Proposed changes - - - [ ] Closes #xxxx - [ ] Tests added / passed -...

I'm hunting a crash for some users running ODC code on the NCI, somewhere in database connection handling. A unique quirk of the NCI environment is that idle TCP Connections...

We currently use Docker Builds inside GitHub actions for running automated tests. It "works", but is very complicated and very fragile, as recently evidenced by multiple days of work on...

tests

Hi all, as discussed internally within DEA, we have recently encountered an issue where floating point rasters are not displayed correctly in ESRI software due to the lack of an...

bug
improvement proposal