Re: [gdal-dev] Adding Vertex To Linestring in Existing shapefile(Python)

2014-07-24 Thread Eli Adam
Hi Justin, ogr2ogr -segmentize max_dist:(starting with GDAL 1.6.0) maximum distance between 2 nodes. Used to create intermediate points . Mmight do what you want. Best regards, Eli On Wed, Jul 23, 2014 at 2:08 PM, Justin Williams jwill...@hotmail.com wrote: Hello All. I'm trying to add a

[gdal-dev] Adding Vertex To Linestring in Existing shapefile(Python)

2014-07-23 Thread Justin Williams
Hello All. I'm trying to add a vertex to a linestring inside of a shapefile and save the changes that I've made. So if I have a line that has 2 vertices. When I open the shapefile up again(in Global Mapper, QGIS,etc.) I have 3 vertices. How is this accomplished in gdal/ogr?