import geopandas as gpd
md5sum gadm36_USA_0_gpkg.zip
import geopandas as gpd # Example: Downloading the national border (Level 0) for Afghanistan in GeoPackage format url = "https://ucdavis.edu" gdf = gpd.read_file(url) print(gdf.head()) Use code with caution. Copied to clipboard 📊 R (geodata package) download gadm data version 36 work