Merge pull request 'commit' (#1) from csj-001 into master

Reviewed-on: GEP/GEP#1
This commit is contained in:
王思川 2024-03-26 11:26:52 +08:00
commit dfec190015
1 changed files with 4 additions and 1 deletions

View File

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