Base Package
The Base Package provides the core property information including location, geometry, and metadata. It serves as the foundation for all further data enrichment and analysis.
Data Fields
| Field Name | Type | Description |
|---|---|---|
| images | Object (List) | A list of related object images. |
| image | Object | A single image of an object. |
| complexity_score | Range (1-8) | A score from 1 to 8 indicating the complexity of the property, based on the number of parcels, buildings, and addresses. |
| location | Geolocation | The location in latitude/longitude (WGS84). |
| footprint | Polygon | The shape representing where the building meets the ground. |
| building_count | Integer | The number of buildings on the site. |
| year_of_construction | Integer | The year when construction was completed. |
| total_footprint_area | Decimal | The total footprint area of all buildings on the site (sqm). |
| footprint_area | Decimal | The area of the building footprint (sqm). |
| site_area | Decimal | The combined area of all parcels related to the site (sqm). |
| geocoding_confidence | Decimal | The confidence level in determining the correct location of the object. |
| street_name | String | The name of the street. |
| street_number | String | The street number, excluding any characters or additions. |
| postal_code | String | The postal code of the object, as returned by the geocoder. |
| city | String | The city where the address is located. |
| country_code | String | The 2-letter country code (ISO 3166-1 alpha-2). |
| image_id | String | Internal UUID for the image. |
| image_location | String | Internal reference to the image file (e.g., stored in S3). |
| image_provider | Enum (Single-select) | The provider of the image. Possible values: google, cyclomedia, spotr, pdok. |
| street_number_addition | String | Any characters or additions associated with the street number. |
| zoning | String | The zoning classification of the property, as provided by the cadastre. |
| residential_type | Enum (Single-select) | The type of residential building. Possible values: single_family, multi_family. |
| image_type | Enum[] (Multi-select) | The type of image. Possible values: satellite, aerial, handheld_exterior, handheld_interior, streetview. |