我想使用 geopandas 读取一个 geopackage 文件,它可以读取第一层或带有 layer='' 参数的特定层。但是它如何读取所有层?可能是这样的:
all_layers = gp.read_xxxx('xxx.gpkg') for layer in layers: # fetch this layer
python geopandas geopackage
geopackage ×1
geopandas ×1
python ×1