Maxime Collombin
Maxime Collombin
Addressing #851 , this PR allows to update the contents of the attribute table relatively to the map extent and associated bbox filter. The remaining problem is that the page...
**Description** I'm tying to publish this [process](https://gist.github.com/maxcollombin/8561c08fc191bce0b3d88cd827637037) through pygeoapi via docker-compose but I'm getting the following error: ``` pygeoapi.plugin.InvalidPluginError: Plugin ZonalStats not found pygeoapi | ERROR: openapi.yml could not be...
**Description** I've been trying to publish a SensorThings API service but the items are not correctly projected on the map. EPSG:21781 (CH1903/LV03) is the projection used by the service. **Steps...
**Description** I've been trying to publish a netcdf file to OGC API Coverages as explained [here](https://docs.pygeoapi.io/en/latest/data-publishing/ogcapi-coverages.html#publishing-raster-data-to-ogc-api-coverages) but I'm getting the following error: ``` pygeoapi.provider.base.ProviderConnectionError: [Errno 2] No such file or...
Is there any plan to have an equivalent to the GetPropertyValue operation in the WFS standard? This could allow attributes to be selected at: - `https://[...]/collections/{collectId}/items/properties={property1},{property2}?f=json` - `https://[...]/collections/{collectId}/items/properties={property1},{property2}/{featureId}?f=json` It would...
Add a section about OGC API Tiles since it has been approved.