[984] Using geopandas to read geodatabase
Like this:
gdf_NSW = gpd.read_file(path_cadastre, layer="NSW")
-
path_cadastre: the filepath of the geodatabase. -
layer="NSW": the different feature files within the geodatabase.
Like this:
gdf_NSW = gpd.read_file(path_cadastre, layer="NSW")
path_cadastre: the filepath of the geodatabase.
layer="NSW": the different feature files within the geodatabase.