mirror of
https://git.victorphan.net/basketballcantho/CSIROBoeingPhase5-Vietnam.git
synced 2026-08-05 21:53:12 +07:00
6 lines
100 B
Python
6 lines
100 B
Python
import geopandas as gpd
|
|
|
|
|
|
def load_data_geo(path: str):
|
|
gdf = gpd.read_file(path)
|
|
return gdf |