BRGM / gml_application_schema_toolbox

GML Application Schema toolbox is a QGIS plugin allowing to manipulate OGC Complex Features
https://brgm.github.io/gml_application_schema_toolbox/
GNU General Public License v2.0
28 stars 18 forks source link

Workshop FOSS4G-EU 2017 file/flows to use #12

Closed sgrellet closed 7 years ago

sgrellet commented 7 years ago

An issue to where to add material for the workshop.

BRGM

(at least)

others: please add

Sylvain

ansorchr commented 7 years ago

EEA

EU Registry on Industrial Sites, http://cdrtest.eionet.europa.eu/help/ied_registry

hallin-pihlatie commented 7 years ago

SYKE

A Beta WFS service providing INSPIRE-data products from application schemas in the Protected Sites and Hydrography themes: http://geoserver.ymparisto.fi/geoserver/wfs?service=wfs&version=2.0.0&request=GetCapabilities

Atom feed for the provision of Nature Protected Areas ja Natura 2000 sites according to the Protected Sites application schema, and a selection of feature types from the theme Hydrography theme (GML, ETRS89 / LAEA): http://wwwd3.ymparisto.fi/d3/INSPIREAtom/inspireatomgml.xml

The data products returned (GMLs) are not identical, due to restrictions in to the provision of complex feature types in GeoServer&AppSchema.

Technical remark: When using the URI-type srsName "http://www.opengis.net/def/crs/EPSG/0/3035" the coordinates seem to be interpreted (by GDAL) in order (easting, northing), while the official axis order (according to the EPSG-registry) is (northing, easting). The situation can be solved by changing the coordinate system identifier manually to URN format "urn:ogc:def:crs:EPSG::3035. More information in GDAL ticket 6678.

rouault commented 7 years ago

Technical remark: When using the URI-type srsName "http://www.opengis.net/def/crs/EPSG/0/3035" the coordinates seem to be interpreted (by GDAL) in order (easting, northing), while the official axis order (according to the EPSG-registry) is (northing, easting)

@hallin-pihlatie The issue was fixed in GDAL 2.2 (actually since 2.1.2), and thus the GMLAS driver works out of the box.

mhugo commented 7 years ago

@rouault how is it resolved ? I had a similar issue here: https://github.com/BRGM/gml_application_schema_toolbox/issues/7

I guess it is resolved by knowing which version of WFS is requested ? No chance ogr.CreateGeometryFromGML gets fixed ?