Editing MicroMVDs for exchange requirements/Geolocation MicroMVD

From Wiki.OSArch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Template:MVD_Documentation}}
 
 
The following [[Using MicroMVDs for exchange requirements|MicroMVD]] vocabulary can be used to ensure geolocation information is set.
 
The following [[Using MicroMVDs for exchange requirements|MicroMVD]] vocabulary can be used to ensure geolocation information is set.
  
Line 8: Line 7:
 
As a recipient expecting to integrate BIM and GIS datasets
 
As a recipient expecting to integrate BIM and GIS datasets
 
Geolocation data must be stored correctly in received files
 
Geolocation data must be stored correctly in received files
 
Scenario: Geometry is georeferenced to a coordinate reference system
 
* There must be at least one "IfcSite" element
 
* The project must have coordinate reference system data
 
* The name of the CRS must be "{coordinate_reference_name}"
 
* The description of the CRS must be "{value}"
 
* The geodetic datum must be "{coordinate_reference_name}"
 
* The vertical datum must be "{coordinate_reference_name}"
 
* The map projection must be "{coordinate_reference_name}"
 
* The map zone must be "{coordinate_reference_name}"
 
* The map unit must be "{unit}"
 
 
Scenario: Local coordinate systems are specified relative to a global system
 
* The project must have coordinate transformations to convert from local to global coordinates
 
* The eastings of the model must be offset by "{number}" to derive its global coordinates
 
* The northings of the model must be offset by "{number}" to derive its global coordinates
 
* The height of the model must be offset by "{number}" to derive its global coordinates
 
* The model must be rotated clockwise by "{number}" to derive its global coordinates
 
* The model must be scaled along the horizontal axis by "{number}" to derive its global coordinates
 
 
Scenario: A true north rotation of the project origin is provided for convenient reference
 
* The model must be rotated clockwise by "{number}" for true north to point up
 
 
Scenario: Global coordinates of the site origins are provided for convenient reference
 
* The site "{guid}" has a longitude of "{longlat}"
 
* The site "{guid}" has a latitude of "{longlat}"
 
* The site "{guid}" has an elevation of "{number}"
 
* The site "{guid}" must be coincident with the project origin
 
 
</pre>
 
</pre>
  
You can fill out the variables using the guide below.
+
TODO.
 
 
{| class="wikitable"
 
! Variable
 
! Example
 
! Description
 
|-
 
| <code>{value}</code>
 
| Anything
 
| Any arbitrary value if it adds meaning required by the project.
 
|-
 
| <code>{coordinate_reference_name}</code>
 
| EPSG:7856
 
| If this exists in the EPSG registry, the EPSG identifier must be provided. If not, it may be arbitrarily specified as a custom text name.
 
|-
 
| <code>{unit}</code>
 
| Metre
 
| This case insensitive text value may contain an optional [https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcsiprefix.htm prefix] followed by an [https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcsiunitname.htm SI unit] or an [https://standards.buildingsmart.org/IFC/DEV/IFC4_3/RC1/HTML/link/ifcconversionbasedunit.htm converted unit]
 
|-
 
| <code>{number}</code>
 
| 42.12
 
| Any numerical value you expect for a particular attribute or property.
 
|-
 
| <code>{longlat}</code>
 
| 42.12
 
| Either a longitude or latitude expressed in a decimal degrees.
 
|-
 
| <code>{guid}</code>
 
| 28q3AgmxP5cepIweO5Of$o
 
| This is a 22 character GlobalId for a particular IFC element.
 
|}
 
 
 
 
 
=Software guides=
 
  
 
{| class="wikitable"
 
{| class="wikitable"
!rowspan="2"|Icon
+
! Test definition
!rowspan="2"|Software
+
! Justification
!colspan="2"|Certified Version
 
!rowspan="2"|Notes
 
!rowspan="2"|Guides
 
|-
 
! Import
 
! Export
 
 
|-
 
|-
| [[File:Icon ArchiCAD.jpg|64x64px]]
+
| <code>Then the project should have geolocation data</code>
| ArchiCAD
+
| This checks for geolocation according to the buildingSMART recommendation in IFC2X3 and the native elements in IFC4.
| style="background-color: #ffd37f;" | ArchiCAD 23
 
| style="background-color: #ffd37f;" | ArchiCAD 23
 
| You cannot export a unit for the coordinate reference system. Also, when exporting to IFC, it may apply the true north rotation, but retain the rotation in the geolocation properties, thus effectively defining the rotation twice. This leads to an incorrectly geolocated model which needs to be patched. Upon importing such a file with a doubly defined rotation, the map conversion seems to be ignored. This can cause problems with correctly geolocated files coming from other software.
 
| [[ArchiCAD geolocation]] describes how to set these attributes
 
 
|-
 
|-
| [[File:BlenderBIM_Addon_logo.png|64x64px]]
+
| <code>Given there is at least one IfcSite element</code>
| [[BlenderBIM Add-on]]
+
| Most projects have a site.
| style="background-color: #b6cca1;" | v0.0.200829
 
| style="background-color: #b6cca1;" | v0.0.200829
 
|
 
|
 
 
|-
 
|-
| [[File:icon_FreeCAD.png]]
+
| <code>Then there is an IfcSite element with a Name attribute with a value of "{value}"</code>
| [[FreeCAD]]
+
| If a site exists, it typically has a name.
| style="background-color: #ffd37f;" | 0.19pre
 
| style="background-color: #ffd37f;" | 0.19pre
 
| When exporting, the true north rotation is incorrectly rotated by 90 degrees. When importing, the units of the site reference elevation may be incorrectly converted.
 
|
 
 
|-
 
|-
| [[File:Icon Revit.png|64x64px]]
+
| <code>Given there is at least one IfcBuilding element</code>
| [[Autodesk Revit|Revit]]
+
| Most projects have a building.
| style="background-color: #fbb4a8;" | Revit 2020.2 IFC 8/5/2020
 
| style="background-color: #ffd37f;" | Revit 2020.2 IFC 8/5/2020
 
| During import, all geolocation information is lost. During export, workarounds are required using external patching tools to achieve the desired outcome.
 
| [[Revit geolocation]] describes how to set these attributes
 
 
|-
 
|-
| [[File:Tekla-logo.png|64x64px]]
+
| <code>Then there is an IfcBuilding element with a Name attribute with a value of "{value}"</code>
| [[Tekla]]
+
| If a building exists, it typically has a name.
|
 
|
 
|
 
|  
 
 
|}
 
|}
 
{{Geolocation}}
 
 
[[Category:Model View Definitions (MVD)]] [[Category:BIMTester]] [[Category:MicroMVD]]
 

Please note that all contributions to Wiki.OSArch are considered to be released under the Creative Commons Attribution-ShareAlike (see Wiki.OSArch:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: