It looks like the GeoJSON provider is the first, and currently the only, provider to implement create
, update
and delete
operations.
I can't see an example for how to enable these operations in the pygeoapi-config.yml
file. Is it possible?
It looks like the GeoJSON provider is the first, and currently the only, provider to implement create
, update
and delete
operations.
I can't see an example for how to enable these operations in the pygeoapi-config.yml
file. Is it possible?
At the time of writing, create
, update
and delete
transactions are not supported through pygeoapi
, (in part because these are not yet support as part of the OGC API Features specification). This is being discussed in an issue on GitHub:
"OGC-API-Features currently does not offer a specification for transactions yet ...."