read shp in python

Solutions on MaxInterview for read shp in python by the best coders in the world

showing results for - "read shp in python"
Leonardo
23 Jan 2020
1import geopandas as gpd
2shapefile = gpd.read_file("shapefile.shp")
3print(shapefile)