digitalearthau icon indicating copy to clipboard operation
digitalearthau copied to clipboard

Code and tools for Digital Earth Australia (a deployment of Open Data Cube)

Results 25 digitalearthau issues
Sort by recently updated
recently updated
newest added

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...

bug

When calling `dc.load` for the first time warnings are printed "Failed to resolve driver datacube.plugins.io.read::s3aio" ```python import datacube.drivers.readers datacube.drivers.readers.reader_drivers() ``` Error is due to missing sharedarray dependency in the s3...

DEA NCI Environment

Example [WOfS dataset](https://data.dea.gadevs.ga/dataset/9c520951-aee9-4a20-8232-00deb1609836) algorithm section: ![screen shot 2018-09-28 at 10 04 27 am](https://user-images.githubusercontent.com/25688/46180821-f5bf2e00-c305-11e8-9919-c890789204df.png) Here's a query for all products with this issue. For most of them it's a small percentage...

bug

Current ARD products include a top-level property called `tile_id`, this maps to `SceneId` in case of Landsat imagery and to `GranuleIdentifier` (also referred as `TILE_ID` in some xml metadata files)....

Should audit product definitions for consistency in `metadata_type`, and datasets for consistency with products. Currently in prod db, ```sql SELECT count(*), array_agg(distinct m.name) as dataset_metadata, pm.name as product_metadata, p.name as...