Skip to main content

Division

A division is a recognized official or non-official organization of people as seen from a given political perspective.

Geometry TypePoint
Themedivisions
Typedivision

Subtypes

While the schema for the divisions theme contains an comprehensive list of subtypes, only a subset are available in the data today.

Currently, the following subtypes are available in the division feature type:

  • country
  • dependency
  • region
  • county
  • localadmin
  • locality
  • neighborhood
  • microhood
subtypecountry

A country is the largest unit of independent sovereignty. The border of a country, if known, is given by division boundary features. Example: United States

Schema

Loading ....

Examples

{
"id": "example:division:country:us",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-100.445882,
39.7837304
]
},
"properties": {
"theme": "divisions",
"type": "division",
"version": 0,
"subtype": "country",
"names": {
"primary": "United States"
},
"country": "US",
"hierarchies": [
[
{
"division_id": "example:division:country:us",
"subtype": "country",
"name": "United States"
}
]
],
"norms": {
"driving_side": "right"
},
"capital_division_ids": [
"example:division:locality:washington_dc"
]
}
}