Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read shp in python

import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)
Source by gis.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #read #shp #python
ADD COMMENT
Topic
Name
4+3 =