This commit is contained in:
王思川 2024-03-26 11:24:50 +08:00
parent 673ddc630f
commit 8c94811ade
1 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,6 @@ import geopandas as gpd
# shp文件路径 # shp文件路径
file_path = '../Files/伊金霍洛旗地类.shp' file_path = '../Files/伊金霍洛旗地类.shp'
gdf = gpd.read_file(file_path) gdf = gpd.read_file(file_path)
# 打印数据
print(gdf)