Download Fix Gadm Data Version 36 Work -
Downloading GADM Data Version 3.6: A Complete Guide to Global Administrative Boundaries
import geopandas as gpd
While GADM has moved to version 4.1, the geodata package still explicitly supports the "3.6" argument. download gadm data version 36 work
| Feature | GADM 3.6 | GADM 4.1 | | :--- | :--- | :--- | | | May 6, 2018 | More recent | | Data Currency | As of 2018 | Up-to-date boundaries | | Resolution Options | Fixed | High (1) and low (2) resolution options | | File Formats | GeoPackage, Shapefile, KMZ | GeoPackage, Shapefile, GeoJSON | | Download URL | geodata.ucdavis.edu/gadm/gadm3.6/ | geodata.ucdavis.edu/gadm/gadm4.1/ | Downloading GADM Data Version 3
library(sf) library(ggplot2) # Read GADM 3.6 shapefile gadm_data <- st_read("gadm36_NGA_2.shp") # Nigeria Districts # Plot using ggplot2 ggplot(data = gadm_data) + geom_sf() + theme_minimal() Use code with caution. Technical Tips and Troubleshooting KMZ | GeoPackage