8d377072b96265ec36ec3d3b61dca8d255c577fc
* Implement extra_properties in oracle Provider These can be used to configure additional database-computed fields in the config file which are returned on `get` and `query` calls * Allow mandating properties which are not part of the output Previously, properties which were not requested for the output were not part of `fields`, which means that they were not passed in to the provider as filter properties for e.g. `query()`. This commit adds them there and introduces a new variable `filtered_fields`, which is used for limiting the output of queries. There is also some minor refactoring, but the existing and also the newly written tests should avoid regressions. * Restore previous behavior for default arguments
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.
Please read the docs at https://docs.pygeoapi.io for more information.
Description
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.
Languages
nesC
76.3%
Python
22.3%
HTML
1.3%