Tagged Questions
0
votes
0answers
126 views
OGR-Driver GML axis order handling (GDAL, QGIS)
By default the OGR-Driver will swap the axis order to longitude, latitude for geographic coordinate systems.
"Since OGR 1.8.0, the GML driver has coordinate system support. This is only reported ...
2
votes
3answers
490 views
How do I use ogr2ogr to convert a GML to shapefile in Python
I am trying to convert a GML to an ESRI shapefile using ogr2ogr utility in a python script.
I have successfully installed the GDAL/OGR package via osgeo but I am now struggling to find/understand ...
1
vote
0answers
125 views
How to use the OGR/GDAL configure options in QGIS python environment
I’m looking for a solution how to use the OGR/GDAL configure options (--config) in the qgis python environment. http://trac.osgeo.org/gdal/wiki/ConfigOptions
Setting special configure options is ...
1
vote
3answers
209 views
How can I translate a GML definition of SRS to a usual format (e.g. WKT or PROJ.4)?
From GDAL 1.9.0 a new utility is available: gdalsrsinfo.
Although it can yield an XML (GML-based) definition from a source equivalent format or file, it seems that it can only read usual GDAL/OGR ...
3
votes
1answer
242 views
Polygon Shared Boundaries in GML
Last week I was told on a phone conference that GML supports shared boundaries in Polygon's. I have been unable to find any documenatation to substantiate the claim. Here is the situation:
I have a ...

