Download Gadm Data Version 36 Work !!link!! -
To download GADM data version 3.6 , you should use the GADM version 3.6 download page for individual countries or the world download page for global datasets. 1. Download by Country (Recommended)
Once downloaded, you can integrate GADM 3.6 into your preferred analysis environment: download gadm data version 36 work
In Python (GeoPandas):
Select your desired country from the dropdown menu (e.g., "India," "United States," "Brazil"). To download GADM data version 3
- In QGIS:
Vector→Geometry Tools→Fix geometries. Save as new layer. - In Python (geopandas):
import geopandas as gpd gdf = gpd.read_file("gadm36_levels.gpkg", layer="ADM_ADM_1") gdf = gdf.make_valid() gdf.to_file("gadm36_fixed.gpkg")
GADM (Global Administrative Areas) version 3.6 is a spatial database of the world's administrative boundaries released on May 6, 2018. While the current official version is 4.1, version 3.6 remains available for download through the GADM Old Versions page and is widely used for GIS mapping and spatial analysis. Download Options for Version 3.6 Users can download the data in two primary ways: By Country (Recommended) In QGIS: Vector → Geometry Tools → Fix geometries
Tips and caveats
- Licensing: check GADM’s license and citation requirements before redistribution or publication.
- Versioning: v3.6 is a snapshot—boundaries change over time. For longitudinal work, record the version used.
- File sizes: whole-world shapefiles and gpkg can be very large; prefer country-level downloads when possible.
- Attribute consistency: field names can differ across admin levels; inspect the attribute table before scripting joins.
3.1 Extraction
- Unzip the file into a dedicated folder (avoid long file paths or spaces in folder names).
- For Shapefile: you should see
.shp, .shx, .dbf, .prj(and optionally.cpg, .qix).