!!hot!! Download Gadm Data Version 36 Work Site
Covers national boundaries, states, provinces, and sub-provinces for all countries.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. download gadm data version 36 work
GADM version 3.6 data is distributed in several formats to accommodate different workflows: If you share with third parties, their policies apply
You can load the .rds files directly into R for spatial analysis: GADM version 3
| Column | Description | |--------------|--------------------------------------| | GID_0 | Country ISO3 code | | NAME_0 | Country name | | GID_1 | Unique ID for level 1 region | | NAME_1 | Region name (state/province) | | VARNAME_1 | Alternate names (often empty) | | TYPE_1 | Administrative type (e.g., “State”) | | ENGTYPE_1 | English type | | CC_1 | Country code again (redundant) |
with zipfile.ZipFile("gadm36_IDN_shp.zip", "r") as zip_ref: zip_ref.extractall("gadm_data/")