Tagged Questions
2
votes
1answer
98 views
How to debug ogr2ogr ERROR 1: Did not get at least 2 values or invalid number of set of coordinates?
I'm trying to convert a government data contour GML (http://geo.data.linz.gv.at/katalog/geodata/hoehenschichten/2011/1m-Hoehenschichten.gml) to Shapefile.
It seems like it was created by FME:
...
0
votes
0answers
121 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 ...
1
vote
0answers
123 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 ...
2
votes
3answers
387 views
How to merge several GML files into one
I have a folder of GML files that I want to be able to merge to create one GML file that I can then view.
I have tried this using the code described but substuting for GML in this website but to no ...
5
votes
2answers
1k views
Why can't I edit KML/GML layers?
Newbie here confused by my first experience in QGIS
I have a handful of lines defining a bike route.
Originally they were saved in a .gml file and later translated into .kml so they could be viewed ...
3
votes
1answer
239 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 ...
7
votes
2answers
2k views
How to convert GML Surface to SHP Using OGR?
I have a very large .gml file with multiple layers in it. I would like to export one of these layers to .shp. It is a polygon layer (of lakes). However, I am getting the error:
ERROR 1: ...