-
this was way more involved than I thought, I think my rasterio is too old
https://gist.github.com/mdsumner/8f070bc0bda18bb3722905f9afa1024b
work in progress ... but we should be able to get the …
-
Currently the processor makes use of a KML file provided for the Sentinel-2 mission to get the characteristics for individual MGRS tiles. This file does not define areas at the poles:
…
-
Introduction
============
Datacube now supports network resources, particularly Cloud Optimized GeoTIFFs residing on S3 or other HTTP based storage systems. Network resources might experience inte…
-
**Describe the bug**
I'm trying to install a Python package from GitHub that needs some rust components compiled. I've added
**To Reproduce**
Steps to reproduce the behavior:
1. Add these to the…
-
We've been working to try to resolve issue with loading data at the antimeridian.
Currently, there seems to be an issue in both Datacube Core and ODC STAC when loading an antimeridian-touching geob…
-
### Expected behaviour
A point query on a indexed GeoTIFF should return similar values to it's ingested product
### Actual behaviour
Point query results returns -999 on GeoTIFF point query
###…
-
### Expected behaviour
```
>>> import datacube, geopandas as gpd
>>> shp = "s3://dea-public-data/projects/WaterBodies/moree-test/AusWaterBodies_Moree.shp"
>>> gpd.read_file(shp)
[...a shapefile..…
-
It's hard to reproduce, but if you install `odc-apps-dc-tools` without `aiohttp==3.6.2`, for example, the tool will just hang.
-
This ticket is about beginning the process of updating our documentation, and understanding how we might start to tackle it. The goal is to complete a select number of minor updates to the odc-stac re…
-
xarray 0.18 and rioxarray 0.4 were just released http://xarray.pydata.org/en/stable/whats-new.html#v0-18-0-6-may-2021 , and they included some important changes with backend configuration. Specificall…