GRF002 EPSG code in coordinate reference system - v1

001 | @industry-practice
002 | @GRF
003 | @version1
004 | Feature: GRF002 - EPSG code in coordinate reference system
005 | The rule verifies that the name of the coordinate reference system refers to a valid EPSG code from the official EPSG geodetic parameter dataset.
006 | EPSG code validation is performed using the pyproj library, which includes a local copy of the official EPSG dataset (https://epsg.org) maintained by IOGP.
007 | https://pyproj4.github.io/pyproj/stable/api/database.html
008 |
009 |   Scenario: Validate EPSG code in IfcCoordinateReferenceSystem
010 |
011 |     Given A model with Schema 'IFC4.3'
012 |     Given An .IfcCoordinateReferenceSystem.
013 |     Given Its attribute .Name.
014 |
015 |     Then The value must refer to a valid EPSG code

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.7

2025-06-01

ef86c9bc

view