commit #1

Merged
wsc merged 1 commits from csj-001 into master 2024-03-26 11:26:52 +08:00
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)