我正在尝试向 geopandas 读取看起来像合法 shapefile 的内容:
gpd.read_file('https://github.com/altcoder/philippines-psgc-shapefiles/blob/master/source/2015/Municities.zip')
但是,我收到驱动程序错误:
DriverError: '/vsimem/dff0663a4e584987848e40266f6b73e8' not recognized as a supported file format.
不幸的是,搜索并没有产生有用的线索。我希望知道geopandas或fiona的人可以提供帮助。