MicroMVDs for exchange requirements/Geocoding MicroMVD

From Wiki.OSArch

The following MicroMVD vocabulary can be used to ensure geolocation information is set.

Feature: Geocoding

In order to relate the BIM model to a unique physical address
As a model recipient who is managing and organising a real estate portfolio
Address metadata must be assigned to the relevant BIM objects

Scenario: Receiving a file
 * The IFC file "{file}" must be provided
 * IFC data must use the {schema} schema

Scenario: The site is tied to a physical building address
 * The site {guid} has a name of {name}
 * The site {guid} has a description of {description}
 * The site {guid} has a land title number of {land_title_number}
 * The site {guid} has the address "{address_lines}"
 * The site {guid} has a postal box of {postal_box}
 * The site {guid} is in the town {town}
 * The site {guid} is in the region {region}
 * The site {guid} has a post code of {post_code}
 * The site {guid} is in the country {country}
 * The site {guid} has an address description of "{description}"

Scenario: The building is tied to a physical building address
 * The building {guid} has a name of {name}
 * The building {guid} has a description of {description}
 * The building {guid} has the address "{address_lines}"
 * The building {guid} has a postal box of {postal_box}
 * The building {guid} is in the town {town}
 * The building {guid} is in the region {region}
 * The building {guid} has a post code of {post_code}
 * The building {guid} is in the country {country}
 * The building {guid} has an address description of "{description}"

Scenario: Infrastructure facilities have a physical name
 * The facility {guid} has a name of {name}
 * The facility {guid} has a description of {description}

You can fill out the variables using the guide below.

Variable Example Description
{file} project.ifc The filename or path to any IFC file.
{schema} IFC4 The schema version. At the moment, these are likely to be either IFC4 or IFC2X3.
{guid} 28q3AgmxP5cepIweO5Of$o This is a 22 character GlobalId for a particular IFC element.
{name} Parliament House For sites or buildings, this may refer to a standardised, short human reference that would be used to label it on a map, that is not the same as an address. For infrastructure facilities such as roads, bridges, marine facilities, and so on, this would be the road name, bridge name, or facility name.
{description} Anything If there is some particular nature of the site or building that requires description, it may be specified.
{land_title_number} LP12345 This is a standardised, legislative, government code for specifying a particular land parcel or building ID.
{address_lines} 221B Baker Street The full address lines, not using any short forms such as "St".
{postal_box} ABC123 The postal box code of the site or building, if it exists.
{town} Sydney The city or town name.
{region} New South Wales The region, state, province, or county.
{country} Australia The country.