python shapefile to polygons code example
Example: read shp in python
import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)
import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)