geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
459 stars 250 forks source link

update time querying #1690

Open sjordan29 opened 2 weeks ago

sjordan29 commented 2 weeks ago

Overview

I was getting a No Data error when requesting a single datetime in EDR.

Related Issue / discussion

1608

Additional information

Note this will return the closest timestep. Would we want to throw a No Data error if there is not an exact match on datetime?

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)