@@ -0,0 +1,6 @@
import geopandas as gpd
def load_data_geo(path: str):
gdf = gpd.read_file(path)
return gdf
The note is not visible to the blocked user.