GeoBoundaries Admin1 Polygons as GeoJSON

FilesSizeFormatCreatedUpdatedLicenseSource
1134 Bgeojson17 days agoOpen Data Commons Public Domain Dedication and License v1.0geoBoundaries

Polygons polygons for the largest administrative subdivisions in every countries

Read more

Data Files

FileDescriptionSizeLast modifiedDownload
admin1
134 B17 days ago
admin1

Data Previews

admin1

Schema

nametypedescriptionfields
geometryobjectThe geometry of the feature, including coordinates and type
propertiesobjectAdditional 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" } ]
typestringThe type of the feature, e.g., 'Feature'

badge

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.
  • properties:
    Contains metadata describing the administrative subdivision, with the following fields:

    • name:
      The common name for this admin1 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.
  • type:
    Specifies the type of the feature, typically Feature 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.

© 2024 All rights reservedBuilt with Find, Share and Publish Quality Data with Datahub