first commit

This commit is contained in:
nghiadang
2024-08-28 05:10:02 +00:00
commit 92c760f474
68 changed files with 23322 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