Dirty Freehub is 501(c)3 non-profit organization.
©2026 Dirty Freehub
The of your analysis (e.g., mapping census data, environmental modeling)? Share public link
library(sf)
For global analysis, you can download the entire world as a single database on the World Download page . Note that these are very large files. Available Data Formats download gadm data version 36 work
If you are starting a brand-new project, consider if you need the absolute latest boundaries found in Version 4.1 , or if the specific historical boundaries of 3.6 are required for your study. Download GADM data (version 3.6)
belgium <- gadm(country = "BEL", level = 1, version = "3.6", path = tempdir()) The of your analysis (e
gdf = gpd.read_file('path/to/gadm36_USA_1.shp') print(gdf.head())
To access Version 3.6, you must navigate to the page. From there, you have two primary options for obtaining the data: Available Data Formats If you are starting a
This essay provides a complete workflow: downloading GADM v3.6, verifying the download, loading it into common tools (R, QGIS, Python), and addressing common issues like file corruption and encoding problems.
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: