opendatacube / datacube-stats

Data Cube Temporal Statistic Tools
http://www.ga.gov.au/about/projects/geographic/digital-earth-australia
Other
22 stars 6 forks source link

Grab just the data (no stats) and write out file #178

Closed CEKrause closed 4 years ago

CEKrause commented 5 years ago

It would be really useful to be able to grab data using the stats package, without doing stats on it.

I.e. collect a region of data for a specified time, and just write out a Geotiff/netCDF etc. This would be useful for sharing specific case study areas with stakeholders.

uchchwhash commented 5 years ago

Completely agreed. See the API example:

https://github.com/opendatacube/datacube-stats/blob/master/docs/api_example.py

uchchwhash commented 4 years ago

We had a half-hearted attempt at it, but it seems to involve too much work. Virtual products + Datacube.save() [when it arrives] is the way to go.