-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with WFS in Pygeoapi #46
Comments
The GML output of the WFS request has been put into a separate GML file and added to the list of collections. |
@PB-GNM @thijsbrentjens I think the problem is that the GML file is based on an (INSPIRE) GML Application Schema (SU). The An alternative is to download the dataset as a GeoJSON file using the WMS |
How do I tell Pygeoapi to use this GMLAS Driver? Unfortunately &outputFormat=application/json is not working either: |
@PB-GNM See #50 . I've just fixed the WFS connector with OGR in both Sandbox and original as I was preparing data for the Tender. Also @GeoSander. Renamed a bit but https://apisandbox.geonovum.nl/pygeoapi_SU/collections/StatisticalUnits_Gemeente_2016_WFS/items?f=json is working. Had to change the config to have OGR Driver think the endpoint is GeoJSON. See comments in #50. Now all SU testdata (GPKG and WFS) is avaiblable in https://apitestbed.geonovum.nl/pygeoapi/collections?f=html and |
So think we can close. |
I have tried to use the WFS below as input, but it does not seem te work.
https://geodata.nationaalgeoregister.nl/su-vector/wfs?request=GetFeature&version=2.0.0&typeNames=su-vector:SU.VectorStatisticalUnit&filter=%3CFilter+xmlns=%22http://www.opengis.net/ogc%22%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Etessellation_localid%3C/PropertyName%3E%3CLiteral%3Egemeente.2017%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/Filter%3E
It gives an error on: https://apisandbox.geonovum.nl/pygeoapi_SU/collections/StatisticalUnits_Gemeente_2017/items?f=html
Does somebody have a suggestion what might be wrong?
The text was updated successfully, but these errors were encountered: