[top] Download: Gadm Data Version 36 Work

How to Download GADM Data Version 3.6 and Make It Work in Your GIS Workflow

If you work with global administrative boundaries—whether for spatial analysis, cartography, or data visualization—you have likely encountered the Database of Global Administrative Areas (GADM). As of this writing, GADM version 3.6 is the latest stable release. However, many users struggle not only with locating the correct download link but also with getting the data to "work" properly in their software of choice (QGIS, ArcGIS, R, Python).

GADM 3.6 is available in several formats compatible with various software: GeoPackage The current standard format, suitable for Shapefile (.shp): The traditional format used by most GIS software. R Spatial Objects (.rds): download gadm data version 36 work

Step 4: Loading into Software

A. In R (using sf or raster)

library(sf)
  • R (sf): st_read("file.shp", options="ENCODING=UTF-8")
  • Python: gpd.read_file("file.shp", encoding='utf-8')

GADM version 3.6 supports several standard formats for use in software like ArcGIS, QGIS, and R: GeoPackage (.gpkg) : The standard format for most modern GIS applications. Shapefile (.shp) How to Download GADM Data Version 3