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 8: Line 8:
 
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: Receiving a file
 +
* The IFC file "{file}" must be provided
 +
* IFC data must use the {schema} schema
  
 
Scenario: Geometry is georeferenced to a coordinate reference system
 
Scenario: Geometry is georeferenced to a coordinate reference system
  * There must be at least one "IfcSite" element
+
  * There must be at least one IfcSite element
 
  * The project must have coordinate reference system data
 
  * The project must have coordinate reference system data
  * The name of the CRS must be "{coordinate_reference_name}"
+
  * The name of the CRS must be {coordinate_reference_name}
  * The description of the CRS must be "{value}"
+
  * The description of the CRS must be {value}
  * The geodetic datum must be "{coordinate_reference_name}"
+
  * The geodetic datum must be {coordinate_reference_name}
  * The vertical datum must be "{coordinate_reference_name}"
+
  * The vertical datum must be {coordinate_reference_name}
  * The map projection must be "{coordinate_reference_name}"
+
  * The map projection must be {coordinate_reference_name}
  * The map zone must be "{coordinate_reference_name}"
+
  * The map zone must be {coordinate_reference_name}
  * The map unit must be "{unit}"
+
  * The map unit must be {unit}
  
 
Scenario: Local coordinate systems are specified relative to a global system
 
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 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 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 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 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 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
+
  * 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
+
Scenario: Global coordinates of the project origin are provided for convenient reference
  * The site "{guid}" has a longitude of "{longlat}"
+
  * The site {guid} has a longitude of {longlat}
  * The site "{guid}" has a latitude of "{longlat}"
+
  * The site {guid} has a latitude of {longlat}
  * The site "{guid}" has an elevation of "{number}"
+
  * The site {guid} has an elevation of {number}
* The site "{guid}" must be coincident with the project origin
 
 
</pre>
 
</pre>
  
Line 44: Line 44:
 
! Example
 
! Example
 
! Description
 
! Description
 +
|-
 +
| <code>{file}</code>
 +
| project.ifc
 +
| The filename or path to any IFC file.
 +
|-
 +
| <code>{schema}</code>
 +
| IFC4
 +
| The schema version. At the moment, these are likely to be either IFC4 or IFC2X3.
 
|-
 
|-
 
| <code>{value}</code>
 
| <code>{value}</code>

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: