[984] Using geopandas to read geodatabase

alex_bn_lee / 2024-04-22 / 原文

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.