GeoBoundaries Admin1 Polygons as GeoJSON
Files | Size | Format | Created | Updated | License | Source |
---|---|---|---|---|---|---|
1 | 134 B | geojson | 17 days ago | Open Data Commons Public Domain Dedication and License v1.0 | geoBoundaries |
Polygons polygons for the largest administrative subdivisions in every countries
Data Files
File | Description | Size | Last modified | Download |
---|---|---|---|---|
admin1 | 134 B | 17 days ago | admin1 |
Data Previews
admin1
Schema
name | type | description | fields |
---|---|---|---|
geometry | object | The geometry of the feature, including coordinates and type | |
properties | object | Additional information about the feature | [ { "name": "name", "type": "string", "description": "Common name of the zone" }, { "name": "id", "type": "string", "description": "Code for the zone inside the country" }, { "name": "country", "type": "string", "description": "Name of the country" }, { "name": "ISO3166-1-Alpha-3", "type": "string", "description": "3 characters code for the country, according to ISO3166 standard" } ] |
type | string | The type of the feature, e.g., 'Feature' |
Geodata data package providing geojson polygons for the largest administrative subdivisions in every countries.
Data
The data comes from geoboundaries, a community effort to make visually pleasing, well-crafted maps with cartography or GIS software at small scale.
Admin1 is the biggest administrative subdivision of countries. Note that it is very heterogeneous among countries : in the United States of America, admin1 represents states, whereas they don't represent the inner countries in the United Kingdom. For more information, please see official documentation or https://en.wikipedia.org/wiki/Table_of_administrative_divisions_by_country.
The shape of the admin1
data has the following fields:
-
geometry:
Represents the spatial geometry of the administrative subdivision. It includes:- The type of geometry (e.g.,
Polygon
,MultiPolygon
). - The associated coordinates that define its boundaries.
- The type of geometry (e.g.,
-
properties:
Contains metadata describing the administrative subdivision, with the following fields:- name:
The common name for thisadmin1
subdivision. - id:
Code for the subdivision inside the country. Documentation is not clear what this code is, but it could be FIPS. Note that some countries, like Vatican, are so small they don't have inner administrative subdivisions. In such cases, the code could be null and is irrelevant. - country:
The name of the country where the subdivision is located. - ISO3166-1-Alpha-3:
The three-letter ISO code of the country.
- name:
-
type:
Specifies the type of the feature, typicallyFeature
for each administrative subdivision.
Preparation
To run the script:
# Install libraries
pip install -r scripts/requirements.txt
# Update the data
python scripts/process.py
License
All data is licensed under the Open Data Commons Public Domain Dedication and License.
Note that the original data from geoboundaries is public domain. While no credit is formally required a link back or credit to geoboundaries, Lexman and the Open Knowledge Foundation is much appreciated.
All source code is licenced under the MIT licence.