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
488 stars 261 forks source link

add cftime to requirements-provider #1630

Closed sjordan29 closed 5 months ago

sjordan29 commented 5 months ago

Overview

Add cftime dependency to accommodate xarray datasets in the EDR provider that have cftimes. Installing cftime is all that's needed, so I didn't make any updates to the provider code or documentation, as this should all work under the hood.

Related Issue / discussion

closes #1609

Additional information

Dependency policy (RFC2)

Contributions and licensing

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