📜  在 python 代码示例中读取 shp

📅  最后修改于: 2022-03-11 14:46:41.725000             🧑  作者: Mango

代码示例1
import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)