Re: [gdal-dev] convert linestring to point data

2013-02-01 Thread Even Rouault
Selon Tyler Mitchell : > Just a brief follow up for posterity on the list... > > I've completed my first run of updates on this script and it's looking pretty > good. Others welcomed to give feedback :) > > It's been modularised now and also allows you to enter a field name to take > the Z value

Re: [gdal-dev] convert linestring to point data

2013-01-31 Thread Tyler Mitchell
u 1/31/2013 7:41 AM > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] convert linestring to point data > > Dear All, > > I would like to convert linestring shape (.shp) file into point shape (.shp) > file using gdal. Is this made by gogr2ogr > > ogr2ogr -f "ESRI S

Re: [gdal-dev] convert linestring to point data

2013-01-31 Thread Tyler Mitchell
lf of Murat BEYHAN Sent: Thu 1/31/2013 7:41 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] convert linestring to point data Dear All, I would like to convert linestring shape (.shp) file into point shape (.shp) file using gdal. Is this made by gogr2ogr ogr2ogr -f "ESRI Shapefile&qu

Re: [gdal-dev] convert linestring to point data

2013-01-31 Thread Even Rouault
Selon Murat BEYHAN : > Dear All, > > I would like to convert linestring shape (.shp) file into point shape (.shp) > file using gdal. Is this made by gogr2ogr > > ogr2ogr -f "ESRI Shapefile" -nlt POINT e34c3_point.shp e34c3_line.shp > I have tried this but it gives an error > Please How can I do u

[gdal-dev] convert linestring to point data

2013-01-31 Thread Murat BEYHAN
Dear All, I would like to convert linestring shape (.shp) file into point shape (.shp) file using gdal. Is this made by gogr2ogr ogr2ogr -f "ESRI Shapefile" -nlt POINT e34c3_point.shp e34c3_line.shp I have tried this but it gives an error Please How can I do using command I do this using qgis b