I have a shape file whose file type is polyline. But I want convert it to polygon. Is it possible with free sources? How can I convert shape file type from polyline to polygon?
feedback
|
|
This can be done pretty easily in python with the help of the PySAL library. For example given a shapefile named "tst.shp" with two polylines,
We can open the shapefile convert the polylines to polygons and write out a new shapefile.
Now we have polygons,
If you need a way to accomplish this without programming, try asking your questions at http://gis.stackexchange.com | |||||||||
feedback
|

