I have a script for creating points shapefiles, but I can not fix it for make a new polyline shp file.
I have obtained the data from a excel file and extract data in three differents listsLon,lat,label
import shapefile as shpfrom openpyxl import load_workbookfrom mpl_toolkits.basemap import...