Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take advantage of space-time view for dataset center time #327

Open
whatnick opened this issue Jul 5, 2020 · 1 comment
Open

Take advantage of space-time view for dataset center time #327

whatnick opened this issue Jul 5, 2020 · 1 comment
Assignees
Milestone

Comments

@whatnick
Copy link
Member

whatnick commented Jul 5, 2020

datacube-ows version:
ows_config.py version/link::

Description

OWS depends on one type of metadata to in Datacube to infer centertime. Take advantage of the timerange stored in postgis materialized view to make this function better.

def dataset_center_time(dataset):
@SpacemanPaul
Copy link
Contributor

dataset_center_time is used by GetFeatureInfo to report the precise date/time of the data.

We know from OWS config whether the product is a "summary" product or a "real-time" product, and we should be tuning our behaviour based on that.

@SpacemanPaul SpacemanPaul added this to the Wishlist milestone Jul 27, 2020
@SpacemanPaul SpacemanPaul modified the milestones: Wishlist, Needed Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants