Download Gadm Data Version 36 Work [upd] Official
https://biogeo.ucdavis.edu/data/gadm3.6/gadm36_levels.gpkg.zip (Geopackage, all countries, all levels).
If GADM 3.6 data is integral to your published work (paper, report, app):
| Level | Description | Example Attribute | |-------|-------------|------------------| | 0 | Country | NAME_0 = "Indonesia" | | 1 | First-level admin (province/state) | NAME_1 = "Java Barat" | | 2 | Second-level (regency/district) | NAME_2 = "Bandung" | | 3 | Third-level (subdistrict/commune) | NAME_3 = "Cimenyan" | | 4 | Fourth-level (village/neighborhood) | NAME_4 (not all countries) | download gadm data version 36 work
. Select your country from the dropdown and choose a format. Global Dataset : Available on the World Download page as a single large GeoPackage or Shapefile. Available Formats GeoPackage (.gpkg) : The modern standard and recommended format. Shapefile (.shp)
This command reveals the layers within the file (e.g., gadm36_USA_2 , gadm36_USA_1 , gadm36_USA_0 for levels 2, 1, and 0). https://biogeo
If the hash matches, proceed. If not, re-download.
import geopandas as gpd # Load Geopackage layer gadm_level1 = gpd.read_file("gadm36_DEU.gpkg", layer="gadm36_DEU_1") # View the attribute table head print(gadm_level1.head()) Use code with caution. Common Troubleshooting Tips Global Dataset : Available on the World Download
The global dataset is massive. Filter your data by country or administrative level early in your workflow to avoid performance lag.
The data is organized in two ways: a massive global file or country-by-country.
It captures small islands and complex borders that generalized global maps often omit. Step-by-Step: How to Download GADM Data Version 3.6












