GRF007 valid vertical datum crs type - v1

001 | @implementer-agreement
002 | @GRF
003 | @version1
004 | Feature: GRF007 - Valid vertical datum CRS type
005 | The rule verifies that any coordinate reference system (CRS) assigned as a vertical datum is either a vertical CRS or a compound CRS containing a vertical component, to ensure valid height referencing.
006 | https://pyproj4.github.io/pyproj/stable/api/crs/crs.html
007 |
008 |
009 |   Scenario: WKT specification for missing EPSG in the name
010 |
011 |       Given A model with Schema 'IFC4' or 'IFC4.3'
012 |       Given an .IfcProjectedCRS.
013 |       Given Its attribute .VerticalDatum.
014 |       Given The value refers to a valid EPSG code
015 |
016 |       Then The CRS should define a vertical component

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.7

2025-06-16

af8dc3d8

view