first commit

This commit is contained in:
nghiadang
2024-08-28 05:10:02 +00:00
commit 5daf9882a7
69 changed files with 14881 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import geopandas as gpd
def load_data_geo(path: str):
gdf = gpd.read_file(path)
return gdf