FODBOSA
Example Record
| Field | Example | Type |
|---|---|---|
id | fodbosa_1000000|3048|21007|fr | string |
dataset | fodbosa | string |
country | Belgium | string |
country_iso | BEL | string |
country_iso_2 | BE | string |
language | fr | string |
address | 5 | string |
line_1 | rue Rodenbach 5 - boîte bt08 | string |
latitude | 50.82029 | number |
longitude | 4.34422 | number |
epsg_31370_x | 148270.73200 | string |
epsg_31370_y | 167761.35000 | string |
epsg_4326_lat | 50.82029 | string |
epsg_4326_lon | 4.34422 | string |
address_id | 1000000 | string |
box_number | bt08 | string |
house_number | 5 | string |
municipality_id | 21007 | string |
municipality_name_de | Empty in this example | string |
municipality_name_fr | Forest | string |
municipality_name_nl | Vorst | string |
postcode | 1190 | string |
postname_fr | Empty in this example | string |
postname_nl | Empty in this example | string |
street_id | 3048 | string |
streetname_de | Empty in this example | string |
streetname_fr | Rue Rodenbach | string |
streetname_nl | Rodenbachstraat | string |
region_code | BE-BRU | string |
status | current | string |
{"id": "fodbosa_1000000|3048|21007|fr","dataset": "fodbosa","country": "Belgium","country_iso": "BEL","country_iso_2": "BE","language": "fr","address": "5","line_1": "rue Rodenbach 5 - boîte bt08","latitude": 50.82029,"longitude": 4.34422,"epsg_31370_x": "148270.73200","epsg_31370_y": "167761.35000","epsg_4326_lat": "50.82029","epsg_4326_lon": "4.34422","address_id": "1000000","box_number": "bt08","house_number": "5","municipality_id": "21007","municipality_name_de": "","municipality_name_fr": "Forest","municipality_name_nl": "Vorst","postcode": "1190","postname_fr": "","postname_nl": "","street_id": "3048","streetname_de": "","streetname_fr": "Rue Rodenbach","streetname_nl": "Rodenbachstraat","region_code": "BE-BRU","status": "current"}Every field is documented below.
Core Metadata
idstring- ID
datasetstring- Dataset
Dataset the address originates from.
Enum- "fodbosa"
languagestring- Language
Language represented by 2 letter ISO Code (639-1)
Enum- "de"
- "fr"
- "nl"
countrystring- Country
Full country names (ISO 3166)
Enum- "Belgium"
country_isostring- Country ISO
3 letter country code (ISO 3166-1)
Enum- "BEL"
country_iso_2string- Country ISO 2
2 letter country code (ISO 3166-1)
Enum- "BE"
statusstring- Status
Address lifecycle status assigned by the data supplier. Only
currentaddresses are indexed and served, so this is alwayscurrent. The supplier's remaining codes (proposed,reserved,retired,rejected) are filtered out.
Address Components
addressstring- Address
House number, duplicated from
house_numberfor consistency with other datasets. It does not identify the address on its own: boxes on the same number differ only bybox_number.Can be empty string
""if not present. line_1string- Address Line 1
First address line. Street name, house number and, where present, box number, rendered in the address language.
Can be empty string
""if not present. box_numberstring- Box Number
Box or apartment number.
Can be empty string
""if not present. house_numberstring- House Number
House number.
Can be empty string
""if not present. postcodestring- Postcode
Postal code. 4 digits, first digit non-zero.
postname_frstring- Postname FR
Post town name in French.
Can be empty string
""if not present. Brussels Capital Region addresses carry no post names - usemunicipality_name_frinstead. postname_nlstring- Postname NL
Post town name in Dutch.
Can be empty string
""if not present. Brussels Capital Region addresses carry no post names - usemunicipality_name_nlinstead.
Municipality & Region
municipality_idstring- Municipality ID
Municipality local identifier (NIS code) assigned by the data supplier.
municipality_name_destring- Municipality Name DE
Municipality name in German.
Can be empty string
""if not present. municipality_name_frstring- Municipality Name FR
Municipality name in French.
Can be empty string
""if not present. municipality_name_nlstring- Municipality Name NL
Municipality name in Dutch.
Can be empty string
""if not present. region_codestring- Region Code
ISO 3166-2 code of the region in which the address is located. One of
BE-BRU(Brussels Capital Region),BE-VLG(Flanders) orBE-WAL(Wallonia).
Street Information
street_idstring- Street ID
Street local identifier assigned by the data supplier.
streetname_destring- Street Name DE
Street name in German.
Can be empty string
""if not present. streetname_frstring- Street Name FR
Street name in French.
Can be empty string
""if not present. streetname_nlstring- Street Name NL
Street name in Dutch.
Can be empty string
""if not present.
Geolocation
latitudestring- Latitude
longitudestring- Longitude
epsg_31370_xstring- EPSG 31370 X
X coordinate of the address in the BD72 / Belgian Lambert 72 (EPSG:31370) coordinate system.
epsg_31370_ystring- EPSG 31370 Y
Y coordinate of the address in the BD72 / Belgian Lambert 72 (EPSG:31370) coordinate system.
epsg_4326_latstring- EPSG 4326 Lat
Latitude of the address in the WGS84 (EPSG:4326) coordinate system. String form of
latitude. epsg_4326_lonstring- EPSG 4326 Lon
Longitude of the address in the WGS84 (EPSG:4326) coordinate system. String form of
longitude.
Reference IDs
address_idstring- Address ID
Address local identifier assigned by the data supplier.
Not unique on its own - the three regional files each number from scratch, so the same identifier can appear once per region. Use
id, or(address_id, street_id, municipality_id), to identify an address.