Tagged Questions
2
votes
0answers
45 views
traversing KML files with ogr python
i'm new to OGR processing and KML format so be gentle:
i've got a series of KML files all containing multiple regions partitioning a larger area in each. i also have a series of geocoded points for ...
0
votes
0answers
325 views
How do you format an OGR VRT file to best convert a CSV to KML?
I am attempting to get a nice KML for simple review of POI/geocoding from a CSV. I a using ogr2ogr and a vrt. You can see the vet file below, with two attempts to get this right.
Basically, the issue ...
3
votes
1answer
709 views
Convert KML to shapefile without losing attribute data
So I want to convert KML files to SHP shapefiles to load it onto PostGIS. Currently I'm using ogr2ogr to do the conversion for me, but it wipes out all the attribute data. How do i preserve this ...
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 ...
1
vote
3answers
1k views
Read KML file with GDAL/OGR for Python
I have file : test.kml and I try to open it with GDAL/OGR (1.6) librairie in Python (2.5).
But I don't succed can you help me ?
This is my code :
from osgeo import ogr
adresse = 'test.kml'
...