-
We allow stac searches with a datetime property: `/stac/search?datetime=`
Currently `datetime` can be a timestamp:
```
/stac/search?datetime=2018-02-12T23:20:50Z
```
or a range:
```
/sta…
-
When crafting the ODC query for the case of a non-default CRS:
```python
if self.crs is not None:
query['crs'] = 'epsg:' + str(self.crs)
query['x'] …
-
# Background
To get good performance from AWS S3, it's necessary to parallelise requests.
The `odc-aio` library provides functions used in the odc-tools CLI applications, and is implemented usi…
-
working on cube-in-a-box for the JupyterHub docker
- modifed .requirements.txt to add 'dask'
- working with port 8888:8888 in docker-compose.yaml, 8888 and 5432 added to my nectar security groups …
-
I've been getting an error, below, and I'm finding it hard to reproduce in other environments.
If I run with group_by = None, I can get stats to finish happily.
But when including group_by solar…
-
Valid datasets that DO overlap with query polygon might be rejected by the post-query filtering step. Problem is in `select_datasets_inside_polygon`
https://github.com/opendatacube/datacube-core/bl…
-
This is a list of things that could be imported from our RAGMAC exercise code, mostly related to creating stack from multiple rasters and saving/reading to/from zarr format (taken from personal notes …
-
an EO3 document is a document that:
a) conforms with the (undocumented) metadata conventions established by `eo-datasets`; and
b) conforms to `datacube-core`'s (undocumented) assumptions about the…
-
## The Problem
While looking for sample data for https://github.com/opendatacube/datacube-explorer/pull/487 , I noticed that some `ga_ls_wo_3` data indexed in the Production AWS data is missing th…
-
It would be nice that, if at Collection or Item level the [datacube extension](https://github.com/stac-extensions/datacube) is present, the provided dimension names would be reflected in the final ret…