<HTML dir=ltr><HEAD><TITLE>[gdal-dev] convert linestring to point data</TITLE>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16457"></HEAD>
<BODY>
<DIV dir=ltr id=idOWAReplyText78554>
<DIV dir=ltr><FONT color=#000000 size=2 face=Arial>Hi Murat, </FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial>I put together a PYthon script that uses OGR, just for you actually :)</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=Arial></FONT> </DIV>
<DIV dir=ltr><A href="https://github.com/spatialguru/NME/blob/master/ogr_explode.py">https://github.com/spatialguru/NME/blob/master/ogr_explode.py</A></DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Run it like:</DIV>
<DIV dir=ltr>python ogr_explode.py e34c3_line.shp output.csv</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>It doesn't automatically create a shape file but you can convert from CSV to a shapefile with one more step.  But let me know first if this works for you.  Depending on how the Z or 3D dimension is stored, it may only have zeros in the third column of the CSV.  Try it and let me know!</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Tyler</DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> gdal-dev-bounces@lists.osgeo.org on behalf of Murat BEYHAN<BR><B>Sent:</B> Thu 1/31/2013 7:41 AM<BR><B>To:</B> gdal-dev@lists.osgeo.org<BR><B>Subject:</B> [gdal-dev] convert linestring to point data<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Dear All,<BR><BR>I would like to convert linestring shape (.shp) file into point shape (.shp)<BR>file using gdal. Is this made by gogr2ogr<BR><BR>ogr2ogr -f "ESRI Shapefile"  -nlt POINT e34c3_point.shp e34c3_line.shp<BR>I have tried this but it gives an error<BR>Please How can I do using command<BR>I do this using qgis but I have to do using command.<BR>Thanks<BR>Murat<BR><BR><BR>--<BR>This message has been scanned for viruses and<BR>dangerous content by MailScanner, and is<BR>believed to be clean.<BR><BR>_______________________________________________<BR>gdal-dev mailing list<BR>gdal-dev@lists.osgeo.org<BR><A href="http://lists.osgeo.org/mailman/listinfo/gdal-dev">http://lists.osgeo.org/mailman/listinfo/gdal-dev</A><BR></FONT></P></DIV></BODY></HTML>