alex_bn_lee

导航

[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.

 

posted on 2024-04-22 12:44  McDelfino  阅读(2)  评论(0编辑  收藏  举报