Download ((new)) Gadm Data Version 36 Work -

GADM version 3.6 (released May 6, 2018) is a foundational dataset for spatial analysis, delimiting 386,735 administrative areas worldwide. While newer versions like 4.1 exist, 3.6 remains widely used due to its stable GID identifier system, which was specifically fixed in this release after errors in version 3.4. How to Download Version 3.6

You can access the data through several official and community-supported channels:

Official Global Download: The entire world can be downloaded as a single GeoPackage or Shapefile from the GADM version 3.6 world page.

Country-Specific Downloads: For faster downloads, GADM recommends selecting individual countries from their v3.6 country list.

R Programming: Use the geodata package and the gadm() function to pull data directly into your workspace. A Story: The Map that Fixed the "Broken" World download gadm data version 36 work

Before May 2018, researchers were in a bind. GADM version 3.4 had been released with a significant flaw: the internal ID codes (GIDs) were inconsistent, making it nearly impossible for scientists to "join" their data (like population or disease stats) to the correct map areas without manual errors.

The release of Version 3.6 was the "hero" moment for the GIS community. It introduced a persistent GID system (e.g., AFG.1.1_1) that ensured even if a province split in two, the old code wouldn't be reused—preserving the integrity of historical research. Organizations like Global Forest Watch relied on this version for years to track deforestation across specific political boundaries. It became the "gold standard" for academic and non-commercial use, even as it faced the challenge of being a volunteer-driven project without official government validation. Common Challenges with 3.6 Download GADM data (version 3.6)

2. Accessing GADM v3.6

Chapter 2: The Archive Hunt

Finding older versions on data portals can often feel like trying to find a specific book in a library with no card catalog. Thankfully, GADM respects the archivist in all of us.

I found the link labeled "Old Versions" or sometimes listed directly under the downloads tab as "Version 3.6". I clicked through. GADM version 3

Note: This is a critical step. If you just hit the main "Download" button on the homepage, you are downloading the latest version. To get 3.6, you must actively select the archived branch.

Once on the version 3.6 page, the format looked familiar. The header confirmed: GADM version 3.6 - Data download.

Conclusion: Your GADM 3.6 Checklist

To successfully download GADM data version 3.6 and make it work, follow this final checklist:

  1. [ ] Go to gadm.org/download_country_v3.html (not the main page).
  2. [ ] Choose Geopackage or Shapefile based on your GIS.
  3. [ ] Download country-specific zip or global .gpkg.zip.
  4. [ ] Verify file integrity (checksum).
  5. [ ] If using R – manually load .rds files; avoid outdated getData().
  6. [ ] Fix invalid geometries using make_valid() or QGIS’s fix tool.
  7. [ ] Set UTF-8 encoding to avoid character corruption.
  8. [ ] Merge external data using GID fields, not names.
  9. [ ] Provide correct CC BY-SA attribution in maps/publications.

With this guide, you have not only learned where to download GADM 3.6, but also how to fix, integrate, and deploy it without frustration. Version 3.6 remains a robust choice for thousands of boundary-based analyses – provided you know the quirks. Now go map with confidence. [ ] Go to gadm


Further resources:

  • GADM 3.6 technical documentation: https://gadm.org/docs.html
  • Python script library for batch download: GitHub – gadm36-utils
  • Community forum: GIS Stack Exchange (tag gadm)

Last updated: 2025. All links verified for GADM v3.6 access.


Filter level 1 (provinces)

provinces = gdf_all[gdf_all["LEVEL"] == 1]

Issue 1: “Invalid geometry” or missing files

  • Cause: Incomplete download or wrong extraction.
  • Fix: Re-download and verify MD5 checksum. Use 7-Zip (Windows) or unzip (Linux) – avoid macOS Archive Utility for large files.

How to Download and Work with GADM Data Version 3.6