GEP/test/test_demo.py

5 lines
122 B
Python

import geopandas as gpd
# shp文件路径
file_path = '../Files/伊金霍洛旗地类.shp'
gdf = gpd.read_file(file_path)