Pyshp is a pure Python shapefile library which can be used to read, write and edit ESRI shapefiles.

learn more… | top users | synonyms

1
vote
0answers
77 views

How to construct a line from points in pyshp?

I am reading a shapefile for a pipeline and what I've noticed is that if I just draw a line from one point to the next (in the order I read them), there will be points where the line terminates, and ...