You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `WKT2` tag ``DERIVEDPROJCRS`` can be useful to define a customized CRS
794
+
adding a ``DERIVINGCONVERSION`` to apply a conversion on top of the projection.
795
+
It can be also done inside a Compound CRS.
796
+
One use case is to describe a local CRS produced in a site calibration,
797
+
as explained in :cite:`JimenezShaw2023`.
798
+
799
+
Using the WKT2 from that paper (stored in wkt2.txt file for readability) we would get this:
800
+
801
+
.. code-block:: shell
802
+
803
+
projinfo -s EPSG:6319 -t "`cat wkt2.txt`" -o proj
804
+
Candidate operations found: 1
805
+
-------------------------------------
806
+
Operation No. 1:
807
+
808
+
unknown id, Inverse of Transformation from Ellipsoid (metre) to NAD83(2011) (ballpark vertical transformation, without ellipsoid height to vertical height correction) + Conv Vertical Offset and Slope + Transverse Mercator + Affine transformation as PROJ-based, unknown accuracy, World, has ballpark transformation
0 commit comments