Python Geopandas Lire la couche de GDB

GDB_Path = "foo.gdb"
layername = "bar"
gpd.read_file(GDB_Path, driver='FileGDB', layer=layername)
Intempestive Al Dente