Download Better Gadm Data Version 36 Work Jun 2026
You can access the data through several official and community-supported channels:
Below, I’ll solve each of these problems step by step.
GADM is a global dataset that uses the ISO 3166-1 standard for country codes. Consequently, it includes territories that may be subject to geopolitical disputes. For example, to retrieve data for a complete map of the region, users may need to download separate files for entities like Hong Kong, Macao, and Taiwan alongside the mainland.
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
It captures small islands and complex borders that generalized global maps often omit. Step-by-Step: How to Download GADM Data Version 3.6
Increasingly granular local government or community areas. Step 1: Locating and Downloading GADM Version 3.6 Data
ogr2ogr -f OGR_GMT ' ' gadm36_USA.gpkg gadm36_USA_1 You can access the data through several official
: Traditional format compatible with almost all GIS software. KMZ (.kmz) : Ideal for viewing in Google Earth. : Specialized format for use with R programming. 2. Administrative Levels GADM data is structured into hierarchical levels: : National boundaries (Country level). : Primary subdivisions (e.g., States, Provinces). : Secondary subdivisions (e.g., Districts, Counties). Level 3 & Higher
Do not run spatial queries on global datasets if you only need one region. Use a definition query or filter by attribute (e.g., NAME_1 = 'California' ) to isolate your study area immediately.
import geopandas as gpd # Load the GADM 3.6 shapefile # Replace 'path_to_gadm36' with your file path gdf = gpd.read_file('gadm36_USA_1.shp') # View the first few rows print(gdf.head()) # Plot the administrative boundaries gdf.plot() Use code with caution. 3. Working in R GADM data is highly compatible with R's spatial packages. For example, to retrieve data for a complete
Once downloaded, you can load and manipulate GADM 3.6 data across various GIS environments. 1. Working in QGIS Open QGIS and create a new project. Go to . Browse to your downloaded GADM 3.6 Geopackage or Shapefile. Select the specific administrative level you want to map.
To access Version 3.6, you must navigate to the page. From there, you have two primary options for obtaining the data:
The recommended standard. It is a single file that works flawlessly in QGIS and ArcGIS Pro.