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.