Generating shapefile of polylines using pyshp from a csv file and opening file in qgi

المشرف العام

Administrator
طاقم الإدارة
I tried @gene's the solution posted in this, this and this page to generate polylines from a csv file. When I load the shape file into qgis, qgis not displaying the lines.

Could someone please tell me if this is known issue with qgis?

I am using qgis version 2.8.2 on a Mac. I can see that the coordinates are in the shape file when I do this:

import shapefiletest = shapefile.Reader(shpFilePath)shapes = test.shapes()for i in xrange(0,len(shapes)): x = shapes a = x.__geo_interface__ print a['coordinates']Is there another software we could use to view the shape files?



أكثر...
 
أعلى