Download Gadm Data Version 36 Work //free\\ -
Use the tool (Right-click layer > Filter) to isolate specific regions using the attribute table columns (e.g., NAME_1 = 'California' ). 2. Working in Python (GeoPandas)
# If you downloaded the .gpkg file # You can specify the layer (0 = Country, 1 = Province, etc.) country_shape <- st_read("gadm36_COUNTRYCODE.gpkg", layer = "ADM_0") province_shape <- st_read("gadm36_COUNTRYCODE.gpkg", layer = "ADM_1")
Data ranges from Level 0 (country boundaries) to Level 5 (smallest administrative units) , depending on the country. download gadm data version 36 work
To convert a Shapefile to a GMT-compatible file:
Top-level subdivisions (States, Provinces, Regions, Governorates). Use the tool (Right-click layer > Filter) to
Covers national boundaries, states, provinces, and sub-provinces for all countries.
If using a GeoPackage, select the specific administrative level layer you need from the prompt. Click . Working in ArcGIS Pro Open ArcGIS Pro and open a map view. To convert a Shapefile to a GMT-compatible file:
This command reveals the layers within the file (e.g., gadm36_USA_2 , gadm36_USA_1 , gadm36_USA_0 for levels 2, 1, and 0).