``GRF002`` EPSG code in coordinate reference system - v1 ======================================================================================================================================================================================================== .. parsed-literal:: 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 | :doc:`Given A model with Schema 'IFC4.3' ` 012 | :doc:`Given An .IfcCoordinateReferenceSystem. ` 013 | :doc:`Given Its attribute .Name. ` 014 | 015 | :doc:`Then The value must refer to a valid EPSG code ` .. rubric:: Version history .. list-table:: :header-rows: 1 * - Version - Tag - Date - Commit - Rule link * - v1 - :tag:`v0.7.7` - 2025-06-01 - :commit:`ef86c9bc61a6df619a2013e60a0053a7925514f5` - `view `_