Once you have downloaded the data, you need to know how to load and analyze it. Below are the standard ways to work with this data. 1. Working in QGIS the downloaded .zip file. Open QGIS . Go to Layer -> Add Layer -> Add Vector Layer . Navigate to the .shp file within the extracted folder.
GADM 3.6 is stable, but if you encounter these issues, consider moving to GADM 4.1+:
. Delineating 386,735 distinct administrative areas , this specific release is highly valued by geospatial data scientists, academic researchers, and urban planners. While newer iterations exist, Version 3.6 is uniquely integrated into numerous legacy automated classification systems, long-term environmental models, and multi-temporal spatial projects.
Look for the section mentioning older versions or specifically version 3.6. download gadm data version 36 work
For developers and data scientists, manually downloading data from a website is inefficient. Here is how to programmatically fetch GADM 3.6 data using popular programming languages.
Downloading by country is the most efficient and recommended approach, especially if you only need data for a specific nation or region. The global files are very large and may take a long time to download.
Select your desired country from the dropdown menu (e.g., "India," "United States," "Brazil"). Once you have downloaded the data, you need
GADM 3.6 data is structured hierarchically, with administrative levels increasing in granularity.
gdf_all = gpd.read_file("gadm36_IDN.gpkg")
Global Administrative Areas (GADM) is a high-resolution database of country administrative boundaries. It maps the administrative areas of all countries, at all levels of sub-division. Working in QGIS the downloaded
: Available as a single GeoPackage (the current standard format) or as a shapefile.
: For global analysis, you can download the entire world as a single database. Note that these files are very large and may take significant time to download. Available Data Formats