Skip to main content

Address

The Overture Address type is a compilation of open address datasets usually published by local authorized sources. In our initial release, we use the datasets that are collected and distributed by OpenAddresses.

The initial schema for addresses is fairly simple and is expected to expand into more complex addressing schemes.

Feature types

The address theme has a single feature type.

  • address is a point feature type representing a single address point.

Theme concepts

Geometry TypePoint
Themeaddresses
Typeaddress

Schema

Loading ....

Examples

{
"id": "overture:addresses:addres:1",
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2086153,
42.3373725
]
},
"properties": {
"theme": "addresses",
"type": "address",
"version": 0,
"country": "US",
"address_levels": [
{
"value": "MA"
},
{
"value": "NEWTON CENTRE"
}
],
"postcode": "02459",
"street": "COMMONWEALTH AVE",
"number": "1000"
}
}