From 8c94811ade7b197f2cce022755af2150719878d3 Mon Sep 17 00:00:00 2001 From: sichan Date: Tue, 26 Mar 2024 11:24:50 +0800 Subject: [PATCH] commit --- test/test_demo.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_demo.py b/test/test_demo.py index 0aab811..f0cbe4a 100644 --- a/test/test_demo.py +++ b/test/test_demo.py @@ -2,4 +2,7 @@ import geopandas as gpd # shp文件路径 file_path = '../Files/伊金霍洛旗地类.shp' -gdf = gpd.read_file(file_path) \ No newline at end of file +gdf = gpd.read_file(file_path) + +# 打印数据 +print(gdf) \ No newline at end of file