Difference between revisions of "MicroMVDs for exchange requirements/Geocoding MicroMVD"

From Wiki.OSArch
Line 94: Line 94:
 
| Australia
 
| Australia
 
| The country.
 
| The country.
 +
|}
 +
 +
 +
=Software guides=
 +
 +
{| class="wikitable"
 +
!rowspan="2"|Icon
 +
!rowspan="2"|Software
 +
!colspan="2"|Certified Version
 +
!rowspan="2"|Notes
 +
!rowspan="2"|Guides
 +
|-
 +
! Import
 +
! Export
 +
|-
 +
| [[File:Icon ArchiCAD.jpg|64x64px]]
 +
| ArchiCAD
 +
|
 +
| style="background-color: #ffd37f;" | ArchiCAD 23
 +
| It is not possible to export a description associated with the address. Addresses can only be defined for the site, which is then assigned to both the site and the building. It is not possible to assign separate addresses to the site and the building.
 +
|
 +
|-
 +
| [[File:BlenderBIM_Addon_logo.png|64x64px]]
 +
| [[BlenderBIM Add-on]]
 +
| style="background-color: #b6cca1;" | v0.0.200829
 +
| style="background-color: #b6cca1;" | v0.0.200829
 +
|
 +
|
 +
|-
 +
| [[File:icon_FreeCAD.png]]
 +
| [[FreeCAD]]
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
| [[File:Icon Revit.png|64x64px]]
 +
| [[Autodesk Revit|Revit]]
 +
|
 +
|
 +
|
 +
|
 
|}
 
|}
  
 
[[Category:BIMTester]] [[Category:Model View Definitions (MVD)]] [[Category:MicroMVD]]
 
[[Category:BIMTester]] [[Category:Model View Definitions (MVD)]] [[Category:MicroMVD]]

Revision as of 08:30, 10 September 2020

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}"

Note that if you are using the newer IFC 4.3 version, which includes IfcFacility, you may extend this MicroMVD with the following:

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". If the address is split into multiple lines, separate each line with \n.
{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.


Software guides

Icon Software Certified Version Notes Guides
Import Export
Icon ArchiCAD.jpg ArchiCAD ArchiCAD 23 It is not possible to export a description associated with the address. Addresses can only be defined for the site, which is then assigned to both the site and the building. It is not possible to assign separate addresses to the site and the building.
BlenderBIM Addon logo.png BlenderBIM Add-on v0.0.200829 v0.0.200829
Icon FreeCAD.png FreeCAD
Icon Revit.png Revit