0

DriverError: '/vsizip//vsimem/3a044273ad394c659206ed9154647032.zip' not recognized as a supported file format.

I am trying to read shape file link which is on my github using gpd.read_file() but I got this error help me please DriverError: '/vsizip//vsimem/3a044273ad394c659206ed9154647032.zip' not recognized as a supported file format.

I tried without using zip format as well

url_shp_file = "https://github.com/Ezeysay16/veridosyalari/blob/main/shapefile/countries.shp?raw=true"
countries_gdf = gpd.read_file(url_shp_file)#Geopandas ile verilen shape dosyasını read_file() fonksiyonu ile okuyabiliriz.

  • 1
    Does this answer your question? [Issue with downloading a file from a given URL and saving it using Google Colab](https://stackoverflow.com/questions/68354212/issue-with-downloading-a-file-from-a-given-url-and-saving-it-using-google-colab) – Michael Delgado Dec 27 '22 at 16:02

0 Answers0