( ⚠ GRF002 EPSG code in coordinate reference system - v1) (disabled)

001 | @industry-practice
002 | @GRF
003 | @version1
004 | @disabled
005 |
006 | Feature: GRF002 - EPSG code in coordinate reference system
007 | The rule verifies that the name of the coordinate reference system refers to a valid EPSG code from the official EPSG geodetic parameter dataset.
008 | 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.
009 | https://pyproj4.github.io/pyproj/stable/api/database.html
010 |
011 |   Scenario: Validate EPSG code in IfcCoordinateReferenceSystem
012 |
013 |     Given A model with Schema 'IFC4.3'
014 |     Given An .IfcCoordinateReferenceSystem.
015 |     Given Its attribute .Name.
016 |
017 |     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