opendatacube / datacube-ows

Open Data Cube Open Web Services
Other
69 stars 35 forks source link

Sub-day time resolution support #876

Closed SpacemanPaul closed 1 year ago

SpacemanPaul commented 1 year ago

Currently the finest supported time resolution is day (solar day or "raw" UTC day).

We have had some interest expressed in datacube-ows supporting sub-day time resolutions (e.g. per hour, per minute), to support weather observations, etc.

U-Tyagi commented 1 year ago

It is needed for weather observations acquired every half an hour by geostationary satellites. This issue is crucial for such data acquisitions with only available values of time_resolution parameter. At least Daily Average should be automatically computable through datacube_ows CONFIG.

SpacemanPaul commented 1 year ago

Unfortunately I think getting daily average working would be just as much work as doing it properly.

You could potentially do something useful with the fuse_func setting, depending on the format of the data, but I think an average would be challenging to implement from that angle.