Join our Mailing list!
Luxury, delivered to your inbox monthly.
By following this guide, you should be able to successfully download, verify, and integrate into your analysis pipeline, whether you are working in R, Python, QGIS, or classic GIS software.
The GADM website recommends downloading data by country due to the large file sizes of global datasets. For each country, you can choose from a variety of file formats, including:
The of your analysis (e.g., mapping census data, environmental modeling)? Share public link download gadm data version 36 work
Before using GADM data in any project, you must understand the licensing terms. GADM data is (license details available at gadm.org/license.html ). However, redistribution, or commercial use is not allowed without prior permission . If you are using GADM data for a commercial project, you must contact the GADM project to obtain the proper licensing.
GADM 3.6 data is available through two primary official channels: the legacy download portal and direct server links. By following this guide, you should be able
is a high-resolution, open-access database containing spatial boundaries for all countries and their sub-divisions. To efficiently download and analyze global boundaries, many spatial data analysts specifically opt to download GADM data version 3.6 . While newer iterations exist, version 3.6 remains a widely adopted baseline for academic research, time-series spatial analyses, and legacy GIS workflows due to its stability and structured layers.
country_name = "France" ad_level = 2 # for departments gdf = downloader.get_shape_data_by_country_name( country_name=country_name, ad_level=ad_level ) Share public link Before using GADM data in
To convert a Shapefile to a GMT-compatible file:
By following this guide, you can confidently integrate GADM 3.6 data into your next project, unlocking the power of precise, global administrative boundaries.
GADM v3.6 shapefiles are delivered as zipped archives containing .shp , .shx , .dbf , .prj , and .cpg . GeoPackage is a single .gpkg file.
Luxury, delivered to your inbox monthly.