Download ((exclusive)) Gadm Data Version 36 Work -
https://geodata.ucdavis.edu/gadm/gadm3.6/shp/gadm36_$COUNTRY_shp.zip
GADM (Database of Global Administrative Areas) is the gold standard for boundary data. Version 3.6, released in late 2020 (with minor updates into 2021), remains one of the most widely used versions due to its stability, licensing clarity, and compatibility with legacy systems. However, novice users often struggle with file formats, projection mismatches, and API changes.
The global files are particularly large. Ensure you have a stable internet connection and consider downloading data by country instead of the entire world file. If using a script, implement error handling and retries. download gadm data version 36 work
Optimized for R users, available as .rds files for direct loading. KMZ: Suitable for viewing in Google Earth . How Administrative Levels Work
# List layers in a GeoPackage file ogrinfo gadm36_USA.gpkg https://geodata
Construct the URL using the pattern https://geodata.ucdavis.edu/gadm/gadm3.6/shp/gadm36_$COUNTRY_shp.zip . This is the method used by most programmatic download scripts for GADM v3.6.
While high-resolution, GADM is not an "official" government source and may have minor inaccuracies. It is often praised for its responsiveness to public feedback for corrections. The global files are particularly large
# Convert GeoPackage to GMT ogr2ogr -f OGR_GMT '' gadm36_USA.gpkg gadm36_USA_0
