Files
remote-sensing/core/utils.py
T

6 lines
100 B
Python
Raw Normal View History

2024-08-28 05:10:02 +00:00
import geopandas as gpd
def load_data_geo(path: str):
gdf = gpd.read_file(path)
return gdf