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

add support for item schema string format (#1691) #1692

Closed tomkralidis closed 1 week ago

tomkralidis commented 1 week ago

Overview

Additional information

cc @KoalaGeo

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

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

pvgenuchten commented 1 week ago

assuming this relates to https://github.com/opengeospatial/ogcapi-features/blob/f810f6652c637cbc045e5baae726e83b9ccaa6d0/extensions/transactions/create-replace-update-delete/standard/requirements/features/REQ_schema.adoc?

tomkralidis commented 1 week ago

assuming this relates to https://github.com/opengeospatial/ogcapi-features/blob/f810f6652c637cbc045e5baae726e83b9ccaa6d0/extensions/transactions/create-replace-update-delete/standard/requirements/features/REQ_schema.adoc?

@pvgenuchten yes. Note that we initially implemented the .../schema endpoint in February for items and coverages as part of 0.16.0.

KoalaGeo commented 1 week ago

See https://github.com/geopython/pygeoapi/issues/1691#issuecomment-2188596324