GEP/test/test_demo.py

5 lines
122 B
Python
Raw Normal View History

2024-03-26 11:13:08 +08:00
import geopandas as gpd
# shp文件路径
file_path = '../Files/伊金霍洛旗地类.shp'
gdf = gpd.read_file(file_path)