refactor: reorganize project structure by moving core modules and update import paths in API server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import geopandas as gpd
|
||||
|
||||
|
||||
def load_data_geo(path: str):
|
||||
gdf = gpd.read_file(path)
|
||||
return gdf
|
||||
Reference in New Issue
Block a user