Re: [gdal-dev] Exporting line vertices to SHP using GDAL

2008-08-11 Thread Mateusz Loskot
D wrote: Thanks for the hint, Mateusz. I am guessing that I will need to get a driver in Python to write from an Oracle table to a DBF field 'Z'? Yes, you've probably seen my script: http://lists.osgeo.org/pipermail/gdal-dev/2008-August/017897.html I am not quite sure how the script will kn

Re: [gdal-dev] Exporting line vertices to SHP using GDAL

2008-08-11 Thread Mateusz Loskot
D wrote: Dear Mateusz, I was not clear enough. what I would need is exporting every single vertex to a single point feature in a SHP. If I am quessing, I can just define in OGR2OGR -NLT POINT and I will point objects of every single vertex? How do I fill in the atribute Z value for every singl

Re: [gdal-dev] Exporting line vertices to SHP using GDAL

2008-08-11 Thread D
Dear Mateusz, I was not clear enough. what I would need is exporting every single vertex to a single point feature in a SHP. If I am quessing, I can just define in OGR2OGR -NLT POINT and I will point objects of every single vertex? How do I fill in the atribute Z value for every single exported

Re: [gdal-dev] Exporting line vertices to SHP using GDAL

2008-08-11 Thread Mateusz Loskot
D wrote: Hi, I would like to export vertices from a 3D Geometry from Oracle Spatial (11g) into an 2D ESRI Shapefile with a field "Z" that comes from the the 3D SDO geometry. Is is possible to do this using GDAL tools? Dejan, You can use ogr2ogr utility with option -nlt, see this: http://gda

[gdal-dev] Exporting line vertices to SHP using GDAL

2008-08-11 Thread D
Hi, I would like to export vertices from a 3D Geometry from Oracle Spatial (11g) into an 2D ESRI Shapefile with a field "Z" that comes from the the 3D SDO geometry. Is is possible to do this using GDAL tools? Any suggestions how to handle this, would be very helpful! Thanks! Dejan