From 082a0c520507b2a93d4fd89ee379e248b59c292e Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 22 Oct 2021 21:24:09 +0100 Subject: [PATCH] Remove older transforms that have better replacements --- .../CRSTransformations.php | 1840 ------ .../CoordinateOperationParams.php | 5597 ----------------- .../CoordinateOperations.php | 1154 +--- src/EPSG/Import/EPSGCodegenFromDataImport.php | 235 + .../Extents/BoundingBoxOnly/Extent1717.php | 28 - .../Extents/BoundingBoxOnly/Extent2312.php | 48 - .../Extents/BoundingBoxOnly/Extent2315.php | 28 - .../Extents/BoundingBoxOnly/Extent2316.php | 28 - .../Extents/BoundingBoxOnly/Extent2319.php | 28 - .../Extents/BoundingBoxOnly/Extent2323.php | 33 - .../Extents/BoundingBoxOnly/Extent2324.php | 28 - .../Extents/BoundingBoxOnly/Extent2327.php | 28 - .../Extents/BoundingBoxOnly/Extent2349.php | 28 - .../Extents/BoundingBoxOnly/Extent2358.php | 28 - .../Extents/BoundingBoxOnly/Extent2391.php | 28 - .../Extents/BoundingBoxOnly/Extent2395.php | 33 - .../Extents/BoundingBoxOnly/Extent2396.php | 33 - .../Extents/BoundingBoxOnly/Extent2397.php | 28 - .../Extents/BoundingBoxOnly/Extent2398.php | 28 - .../Extents/BoundingBoxOnly/Extent2406.php | 33 - .../Extents/BoundingBoxOnly/Extent2409.php | 303 - .../Extents/BoundingBoxOnly/Extent2411.php | 38 - .../Extents/BoundingBoxOnly/Extent2598.php | 28 - .../Extents/BoundingBoxOnly/Extent2599.php | 33 - .../Extents/BoundingBoxOnly/Extent2600.php | 28 - .../Extents/BoundingBoxOnly/Extent2780.php | 33 - .../Extents/BoundingBoxOnly/Extent2882.php | 28 - .../Extents/BoundingBoxOnly/Extent2883.php | 28 - .../Extents/BoundingBoxOnly/Extent2884.php | 28 - .../Extents/BoundingBoxOnly/Extent2885.php | 28 - .../Extents/BoundingBoxOnly/Extent2886.php | 28 - .../Extents/BoundingBoxOnly/Extent2887.php | 28 - .../Extents/BoundingBoxOnly/Extent2888.php | 28 - .../Extents/BoundingBoxOnly/Extent2896.php | 33 - .../Extents/BoundingBoxOnly/Extent3113.php | 28 - .../Extents/BoundingBoxOnly/Extent3213.php | 28 - .../Extents/BoundingBoxOnly/Extent3289.php | 28 - .../Extents/BoundingBoxOnly/Extent3402.php | 28 - .../Extents/BoundingBoxOnly/Extent3509.php | 28 - .../Extents/BoundingBoxOnly/Extent3530.php | 28 - .../Extents/BoundingBoxOnly/Extent3590.php | 28 - .../Extents/BoundingBoxOnly/Extent3675.php | 28 - .../Extents/BoundingBoxOnly/Extent3770.php | 28 - .../Extents/BoundingBoxOnly/Extent3813.php | 33 - .../Extents/BoundingBoxOnly/Extent3814.php | 38 - .../Extents/BoundingBoxOnly/Extent3815.php | 28 - .../Extents/BoundingBoxOnly/Extent3816.php | 28 - .../Extents/BoundingBoxOnly/Extent3817.php | 38 - .../Extents/BoundingBoxOnly/Extent3819.php | 33 - .../Extents/BoundingBoxOnly/Extent3824.php | 28 - .../Extents/BoundingBoxOnly/Extent3893.php | 28 - .../Extents/BoundingBoxOnly/Extent3917.php | 33 - .../Extents/BoundingBoxOnly/Extent4127.php | 28 - .../Extents/BoundingBoxOnly/Extent4226.php | 28 - .../Extents/BoundingBoxOnly/Extent4227.php | 28 - .../Extents/BoundingBoxOnly/Extent4229.php | 28 - .../Extents/BoundingBoxOnly/Extent4382.php | 28 - 57 files changed, 237 insertions(+), 10448 deletions(-) delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent1717.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2312.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2315.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2316.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2319.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2323.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2324.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2327.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2349.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2358.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2391.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2395.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2396.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2397.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2398.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2406.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2409.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2411.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2598.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2599.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2600.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2780.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2882.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2883.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2884.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2885.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2886.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2887.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2888.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent2896.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3113.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3213.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3289.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3402.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3509.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3530.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3590.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3675.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3770.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3813.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3814.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3815.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3816.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3817.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3819.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3824.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3893.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent3917.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent4127.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent4226.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent4227.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent4229.php delete mode 100644 src/Geometry/Extents/BoundingBoxOnly/Extent4382.php diff --git a/src/CoordinateOperation/CRSTransformations.php b/src/CoordinateOperation/CRSTransformations.php index 1105165fb..090c8cd77 100644 --- a/src/CoordinateOperation/CRSTransformations.php +++ b/src/CoordinateOperation/CRSTransformations.php @@ -31,14 +31,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => false, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6304', - 'name' => 'ED50 / UTM zone 31N to Amersfoort / RD New (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::23031', - 'target_crs' => 'urn:ogc:def:crs:EPSG::28992', - 'accuracy' => 1.0, - 'reversible' => false, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6305', 'name' => 'ED50 / UTM zone 31N to BD72 / Lambert 72 (1)', @@ -47,14 +39,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => false, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6306', - 'name' => 'ED50 / TM 5 NE to Amersfoort / RD New (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::23095', - 'target_crs' => 'urn:ogc:def:crs:EPSG::28992', - 'accuracy' => 1.0, - 'reversible' => false, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10087', 'name' => 'Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid (1)', @@ -87,22 +71,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => false, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1046', - 'name' => 'Amersfoort / RD New to ED50 / UTM zone 31N (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::28992', - 'target_crs' => 'urn:ogc:def:crs:EPSG::23031', - 'accuracy' => 1.0, - 'reversible' => false, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1050', - 'name' => 'Amersfoort / RD New to ED50 / TM 5 NE (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::28992', - 'target_crs' => 'urn:ogc:def:crs:EPSG::23095', - 'accuracy' => 1.0, - 'reversible' => false, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1048', 'name' => 'BD72 / Lambert 72 to ED50 / UTM zone 31N (1)', @@ -863,14 +831,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4064', - 'name' => 'RGRDC 2005 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4046', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17430', 'name' => 'Congo Transverse Mercator zone 30', @@ -1135,14 +1095,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10099', - 'name' => 'KKJ to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4123', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17334', 'name' => 'Sweden zone 7.5 gon V', @@ -1247,46 +1199,6 @@ class CRSTransformations 'accuracy' => 10.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1684', - 'name' => 'Tete to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4127', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1685', - 'name' => 'Tete to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4127', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 4.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1686', - 'name' => 'Tete to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4127', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 3.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1687', - 'name' => 'Tete to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4127', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6901', - 'name' => 'Tete to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4127', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 17.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6900', 'name' => 'Observatario to WGS 84 (1)', @@ -1423,14 +1335,6 @@ class CRSTransformations 'accuracy' => 0.1, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1333', - 'name' => 'EST92 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4133', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 0.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039', 'name' => 'UTM zone 39N', @@ -1631,14 +1535,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1073', - 'name' => 'Israel 1993 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4141', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9676', 'name' => 'Israel 1993 to WGS 84 (2)', @@ -1711,14 +1607,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6872', - 'name' => 'Abidjan 1987 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4143', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16045', 'name' => 'UTM zone 45N', @@ -1799,14 +1687,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1247', - 'name' => 'Kalianpur 1962 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4145', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 999.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15494', 'name' => 'Kalianpur 1962 to WGS 84 (6)', @@ -1935,14 +1815,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1156', - 'name' => 'Kalianpur 1975 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4146', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 22.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16218', 'name' => '6-degree Gauss-Kruger zone 18', @@ -5239,14 +5111,6 @@ class CRSTransformations 'accuracy' => 25.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1622', - 'name' => 'S-JTSK to ETRS89 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4156', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4258', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15965', 'name' => 'S-JTSK to WGS 84 (3)', @@ -5303,14 +5167,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1556', - 'name' => 'Naparima 1955 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4158', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 26.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18240', 'name' => 'Libya zone 5', @@ -5455,14 +5311,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1859', - 'name' => 'ELD79 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4159', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 20.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1860', 'name' => 'ELD79 to WGS 84 (2)', @@ -5471,14 +5319,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1861', - 'name' => 'ELD79 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4159', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1862', 'name' => 'ELD79 to WGS 84 (4)', @@ -5487,14 +5327,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1863', - 'name' => 'ELD79 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4159', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 6.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15924', 'name' => 'ELD79 to LGD2006 (1)', @@ -5591,14 +5423,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5191', - 'name' => 'Korean 1985 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4162', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5189', 'name' => 'Korean 1985 to Korea 2000 (1)', @@ -5735,14 +5559,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1682', - 'name' => 'South Yemen to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4164', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16028', 'name' => 'UTM zone 28N', @@ -6111,22 +5927,6 @@ class CRSTransformations 'accuracy' => 25.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15495', - 'name' => 'Accra to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4168', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1569', - 'name' => 'Accra to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4168', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6896', 'name' => 'Accra to WGS 84 (4)', @@ -6887,14 +6687,6 @@ class CRSTransformations 'accuracy' => 0.1, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5485', - 'name' => 'Luxembourg 1930 to ETRS89 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4181', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4258', - 'accuracy' => 0.1, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16025', 'name' => 'UTM zone 25N', @@ -6903,30 +6695,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1887', - 'name' => 'Azores Occidental 1939 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4182', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 35.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1982', - 'name' => 'Azores Occidental 1939 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4182', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5033', - 'name' => 'Azores Occidental 1939 to PTRA08 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4182', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5013', - 'accuracy' => 0.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5034', 'name' => 'Azores Occidental 1939 to PTRA08 (2)', @@ -7231,14 +6999,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1797', - 'name' => 'Qornoq 1927 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4194', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 48.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1798', 'name' => 'Qornoq 1927 to WGS 84 (2)', @@ -9007,14 +8767,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6938', - 'name' => 'AGD66 to PNG94 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4202', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5546', - 'accuracy' => 4.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6939', 'name' => 'AGD66 to PNG94 (4)', @@ -9023,14 +8775,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6940', - 'name' => 'AGD66 to PNG94 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4202', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5546', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6941', 'name' => 'AGD66 to PNG94 (6)', @@ -9039,14 +8783,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6942', - 'name' => 'AGD66 to PNG94 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4202', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5546', - 'accuracy' => 2.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5824', 'name' => 'ACT Standard Grid', @@ -9127,14 +8863,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1279', - 'name' => 'AGD84 to GDA94 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4203', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4283', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1280', 'name' => 'AGD84 to GDA94 (2)', @@ -9151,14 +8879,6 @@ class CRSTransformations 'accuracy' => 0.1, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1109', - 'name' => 'AGD84 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4203', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 4.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036', 'name' => 'UTM zone 36N', @@ -9215,22 +8935,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1055', - 'name' => 'Ain el Abd to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4204', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1056', - 'name' => 'Ain el Abd to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4204', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1057', 'name' => 'Ain el Abd to WGS 84 (5)', @@ -9319,14 +9023,6 @@ class CRSTransformations 'accuracy' => 0.1, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1984', - 'name' => 'Lisbon to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4207', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1988', 'name' => 'Lisbon to WGS 84 (4)', @@ -9335,14 +9031,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6898', - 'name' => 'Lisbon to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4207', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 43.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5020', 'name' => 'Portuguese Grid New', @@ -9479,14 +9167,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1113', - 'name' => 'Arc 1950 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4209', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1114', 'name' => 'Arc 1950 to WGS 84 (2)', @@ -9663,22 +9343,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1813', - 'name' => 'Batavia to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4211', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1814', - 'name' => 'Batavia to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4211', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8452', 'name' => 'Batavia to WGS 84 (1)', @@ -10303,22 +9967,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1124', - 'name' => 'Bermuda 1957 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4216', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 35.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15970', - 'name' => 'Bermuda 1957 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4216', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15969', 'name' => 'Bermuda 1957 to BDA2000 (1)', @@ -10367,86 +10015,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1125', - 'name' => 'Bogota 1975 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1597', - 'name' => 'Bogota 1975 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 0.2, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15714', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15716', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15718', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15720', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15722', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15724', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15726', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15728', - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4218', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4686', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15730', 'name' => 'Bogota 1975 to MAGNA-SIRGAS (9)', @@ -10559,78 +10127,6 @@ class CRSTransformations 'accuracy' => 10.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1318', - 'name' => 'Camacupa 1948 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1319', - 'name' => 'Camacupa 1948 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1323', - 'name' => 'Camacupa 1948 to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 8.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1326', - 'name' => 'Camacupa 1948 to WGS 84 (9)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1327', - 'name' => 'Camacupa 1948 to WGS 84 (10)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8695', - 'name' => 'Camacupa 1948 to Camacupa 2015 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::8694', - 'accuracy' => 5.8, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8696', - 'name' => 'Camacupa 1948 to Camacupa 2015 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::8694', - 'accuracy' => 4.2, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8883', - 'name' => 'Camacupa 1948 to RSAO13 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::8699', - 'accuracy' => 3.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8884', - 'name' => 'Camacupa 1948 to RSAO13 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4220', - 'target_crs' => 'urn:ogc:def:crs:EPSG::8699', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18031', 'name' => 'Argentina zone 1', @@ -10703,14 +10199,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1127', - 'name' => 'Campo Inchauspe to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4221', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 9.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1527', 'name' => 'Campo Inchauspe to WGS 84 (2)', @@ -10839,14 +10327,6 @@ class CRSTransformations 'accuracy' => 15.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1128', - 'name' => 'Cape to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4222', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 9.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1129', 'name' => 'Cape to WGS 84 (2)', @@ -10895,14 +10375,6 @@ class CRSTransformations 'accuracy' => 14.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1538', - 'name' => 'Carthage to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4223', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16123', 'name' => 'UTM zone 23S', @@ -10911,14 +10383,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1131', - 'name' => 'Chua to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4224', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 12.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4069', 'name' => 'Chua to SIRGAS 2000 (1)', @@ -10975,14 +10439,6 @@ class CRSTransformations 'accuracy' => 8.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6192', - 'name' => 'Corrego Alegre 1970-72 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4225', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6191', 'name' => 'Corrego Alegre 1970-72 to SAD69 (1)', @@ -11039,14 +10495,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15741', - 'name' => 'Deir ez Zor to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4227', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15742', 'name' => 'Deir ez Zor to WGS 84 (5)', @@ -11063,14 +10511,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1586', - 'name' => 'Deir ez Zor to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4227', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 999.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1587', 'name' => 'Deir ez Zor to WGS 84 (4)', @@ -11119,14 +10559,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1148', - 'name' => 'Egypt 1907 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4229', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 11.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7697', 'name' => 'Egypt 1907 to WGS 84 (4)', @@ -11487,14 +10919,6 @@ class CRSTransformations 'accuracy' => 0.2, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1075', - 'name' => 'ED50 to WGS 84 (38)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4230', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1087', 'name' => 'ED50 to WGS 84 (37)', @@ -11727,14 +11151,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1438', - 'name' => 'Fahud to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4232', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6908', 'name' => 'Fahud to WGS 84 (3)', @@ -11775,14 +11191,6 @@ class CRSTransformations 'accuracy' => 0.4, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1242', - 'name' => 'HD72 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4237', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16046', 'name' => 'UTM zone 46N', @@ -11903,30 +11311,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1248', - 'name' => 'ID74 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4238', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1832', - 'name' => 'ID74 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4238', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1833', - 'name' => 'ID74 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4238', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15911', 'name' => 'ID74 to DGN95 (1)', @@ -11991,14 +11375,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1537', - 'name' => 'Indian 1975 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4240', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1812', 'name' => 'Indian 1975 to WGS 84 (4)', @@ -12023,46 +11399,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10086', - 'name' => 'JAD69 to WGS 72 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4242', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4322', - 'accuracy' => 15.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1083', - 'name' => 'JAD69 to WGS 72 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4242', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4322', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1084', - 'name' => 'JAD69 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4242', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1085', - 'name' => 'JAD69 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4242', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15927', - 'name' => 'JAD69 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4242', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15926', 'name' => 'JAD69 to JAD2001 (1)', @@ -12815,14 +12151,6 @@ class CRSTransformations 'accuracy' => 44.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9263', - 'name' => 'Hito XVIII 1963 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4254', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1246', 'name' => 'Herat North to WGS 84 (1)', @@ -13887,14 +13215,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1067', - 'name' => 'Minna to WGS 84 (11)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 8.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1167', 'name' => 'Minna to WGS 84 (1)', @@ -13911,38 +13231,6 @@ class CRSTransformations 'accuracy' => 15.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15493', - 'name' => 'Minna to WGS 84 (15)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15705', - 'name' => 'Minna to WGS 84 (12)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 8.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15706', - 'name' => 'Minna to WGS 84 (13)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 7.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15755', - 'name' => 'Minna to WGS 84 (14)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 7.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1754', 'name' => 'Minna to WGS 84 (3)', @@ -13951,62 +13239,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1818', - 'name' => 'Minna to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 12.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1820', - 'name' => 'Minna to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 12.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1821', - 'name' => 'Minna to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 6.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1822', - 'name' => 'Minna to WGS 84 (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1823', - 'name' => 'Minna to WGS 84 (9)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 8.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1824', - 'name' => 'Minna to WGS 84 (10)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 25.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6196', - 'name' => 'Minna to WGS 84 (16)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4263', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18121', 'name' => 'Italy zone 1', @@ -14047,70 +13279,6 @@ class CRSTransformations 'accuracy' => 4.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1088', - 'name' => 'Monte Mario to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1089', - 'name' => 'Monte Mario to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1090', - 'name' => 'Monte Mario to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1091', - 'name' => 'Monte Mario to WGS 84 (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1092', - 'name' => 'Monte Mario to WGS 84 (9)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1093', - 'name' => 'Monte Mario to WGS 84 (10)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1094', - 'name' => 'Monte Mario to WGS 84 (11)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1169', - 'name' => 'Monte Mario to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4265', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5658', 'name' => 'TM Emilia-Romagna', @@ -14135,14 +13303,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1163', - 'name' => 'M\'poraloko to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4266', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1532', 'name' => 'M\'poraloko to WGS 84 (2)', @@ -18871,14 +18031,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1189', - 'name' => 'Nahrwan 1967 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1190', 'name' => 'Nahrwan 1967 to WGS 84 (2)', @@ -18903,30 +18055,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1536', - 'name' => 'Nahrwan 1967 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15937', - 'name' => 'Nahrwan 1967 to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15952', - 'name' => 'Nahrwan 1967 to WGS 84 (9)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15953', 'name' => 'Nahrwan 1967 to WGS 84 (10)', @@ -18935,14 +18063,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6998', - 'name' => 'Nahrwan 1967 to WGS 84 (11)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6999', 'name' => 'Nahrwan 1967 to WGS 84 (12)', @@ -18951,30 +18071,6 @@ class CRSTransformations 'accuracy' => 0.15, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7002', - 'name' => 'Nahrwan 1967 to WGS 84 (13)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7003', - 'name' => 'Nahrwan 1967 to WGS 84 (14)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7004', - 'name' => 'Nahrwan 1967 to WGS 84 (15)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4270', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020', 'name' => 'UTM zone 20N', @@ -18983,14 +18079,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1192', - 'name' => 'Naparima 1972 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4271', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 33.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1307', 'name' => 'Naparima 1972 to WGS 84 (3)', @@ -19327,14 +18415,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5036', - 'name' => 'Datum 73 to ETRS89 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4274', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4258', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5037', 'name' => 'Datum 73 to ETRS89 (5)', @@ -19351,14 +18431,6 @@ class CRSTransformations 'accuracy' => 0.1, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1983', - 'name' => 'Datum 73 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4274', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1987', 'name' => 'Datum 73 to WGS 84 (4)', @@ -19407,46 +18479,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1195', - 'name' => 'OSGB36 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 21.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1196', - 'name' => 'OSGB36 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1197', - 'name' => 'OSGB36 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 21.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1198', - 'name' => 'OSGB36 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 18.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1199', - 'name' => 'OSGB36 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 35.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1314', 'name' => 'OSGB36 to WGS 84 (6)', @@ -19455,14 +18487,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5622', - 'name' => 'OSGB36 to WGS 84 (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4277', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::18201', 'name' => 'Palestine Grid', @@ -19527,14 +18551,6 @@ class CRSTransformations 'accuracy' => 44.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1801', - 'name' => 'Pointe Noire to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4282', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 4.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1802', 'name' => 'Pointe Noire to WGS 84 (3)', @@ -21415,22 +20431,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1561', - 'name' => 'Qatar 1974 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4285', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 35.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1562', - 'name' => 'Qatar 1974 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4285', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1563', 'name' => 'Qatar 1974 to WGS 84 (3)', @@ -21575,14 +20575,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1226', - 'name' => 'Schwarzeck to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4293', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 35.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1271', 'name' => 'Schwarzeck to WGS 84 (2)', @@ -21607,14 +20599,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1227', - 'name' => 'Tananarive to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4297', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 999.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6873', 'name' => 'Tananarive to WGS 84 (2)', @@ -21679,54 +20663,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1228', - 'name' => 'Timbalai 1948 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 19.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1592', - 'name' => 'Timbalai 1948 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1615', - 'name' => 'Timbalai 1948 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 100.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1852', - 'name' => 'Timbalai 1948 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5249', - 'name' => 'Timbalai 1948 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6902', - 'name' => 'Timbalai 1948 to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4298', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 6.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5878', 'name' => 'Timbalai 1948 to GDBD2009 (1)', @@ -21767,14 +20703,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1956', - 'name' => 'TM75 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4300', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 6.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17801', 'name' => 'Japan Plane Rectangular CS zone I', @@ -21967,14 +20895,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1230', - 'name' => 'Tokyo to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4301', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 29.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1231', 'name' => 'Tokyo to WGS 84 (2)', @@ -21999,14 +20919,6 @@ class CRSTransformations 'accuracy' => 4.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15484', - 'name' => 'Tokyo to WGS 84 (108)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4301', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 9.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15483', 'name' => 'Tokyo to JGD2000 (1)', @@ -22047,14 +20959,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::10085', - 'name' => 'Trinidad 1903 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4302', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1296', 'name' => 'Trinidad 1903 to WGS 84 (1)', @@ -22159,62 +21063,6 @@ class CRSTransformations 'accuracy' => 8.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1253', - 'name' => 'Nord Sahara 1959 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1255', - 'name' => 'Nord Sahara 1959 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15874', - 'name' => 'Nord Sahara 1959 to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1815', - 'name' => 'Nord Sahara 1959 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1816', - 'name' => 'Nord Sahara 1959 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 100.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1817', - 'name' => 'Nord Sahara 1959 to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 100.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5630', - 'name' => 'Nord Sahara 1959 to WGS 84 (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5660', 'name' => 'Nord Sahara 1959 to WGS 84 (9)', @@ -22223,14 +21071,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7442', - 'name' => 'Nord Sahara 1959 to WGS 84 (10)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4307', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 100.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::17334', 'name' => 'Sweden zone 7.5 gon V', @@ -22511,14 +21351,6 @@ class CRSTransformations 'accuracy' => 0.2, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1652', - 'name' => 'BD72 to ETRS89 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4313', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4258', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8369', 'name' => 'BD72 to ETRS89 (3)', @@ -22583,14 +21415,6 @@ class CRSTransformations 'accuracy' => 0.9, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1776', - 'name' => 'DHDN to ETRS89 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4314', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4258', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1778', 'name' => 'DHDN to ETRS89 (3)', @@ -22743,14 +21567,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1061', - 'name' => 'Kudams to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4319', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1062', 'name' => 'Kudams to WGS 84 (2)', @@ -27639,14 +26455,6 @@ class CRSTransformations 'accuracy' => 0.15, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4477', - 'name' => 'RGSPM06 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4463', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16021', 'name' => 'UTM zone 21N', @@ -27751,14 +26559,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4290', - 'name' => 'Cadastre 1997 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4475', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4478', 'name' => 'Cadastre 1997 to RGM04 (1)', @@ -28911,14 +27711,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4560', - 'name' => 'RRAF 1991 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4558', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16020', 'name' => 'UTM zone 20N', @@ -28983,14 +27775,6 @@ class CRSTransformations 'accuracy' => 10.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15811', - 'name' => 'Antigua 1943 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4601', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942', 'name' => 'British West Indies Grid', @@ -29055,14 +27839,6 @@ class CRSTransformations 'accuracy' => 10.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15750', - 'name' => 'St. Kitts 1955 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4605', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19942', 'name' => 'British West Indies Grid', @@ -29071,14 +27847,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1446', - 'name' => 'St. Lucia 1955 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4606', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6897', 'name' => 'St. Lucia 1955 to WGS 84 (2)', @@ -29895,14 +28663,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1825', - 'name' => 'Hong Kong 1980 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4611', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8437', 'name' => 'Hong Kong 1980 to Hong Kong Geodetic CS (1)', @@ -31327,14 +30087,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1903', - 'name' => 'Fort Marigot to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4621', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5493', 'name' => 'Fort Marigot to RGAF09 (1)', @@ -31351,14 +30103,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1904', - 'name' => 'Guadeloupe 1948 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4622', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1905', 'name' => 'Guadeloupe 1948 to WGS 84 (2)', @@ -31447,22 +30191,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1909', - 'name' => 'Martinique 1938 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4625', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1910', - 'name' => 'Martinique 1938 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4625', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 0.1, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5491', 'name' => 'Martinique 1938 to RGAF09 (1)', @@ -31479,14 +30207,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15751', - 'name' => 'Reunion 1947 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4626', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1926', 'name' => 'Reunion 1947 to RGR92 (1)', @@ -31559,22 +30279,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1913', - 'name' => 'Tahaa 54 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4629', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8834', - 'name' => 'Tahaa 54 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4629', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8833', 'name' => 'Tahaa 54 to RGPF (1)', @@ -31591,14 +30295,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1914', - 'name' => 'IGN72 Nuku Hiva to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4630', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8848', 'name' => 'IGN72 Nuku Hiva to WGS 84 (5)', @@ -31607,22 +30303,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8850', - 'name' => 'IGN72 Nuku Hiva to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4630', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8852', - 'name' => 'IGN72 Nuku Hiva to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4630', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8847', 'name' => 'IGN72 Nuku Hiva to RGPF (1)', @@ -31655,14 +30335,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1916', - 'name' => 'Combani 1950 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4632', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5888', 'name' => 'Combani 1950 to RGM04 (1)', @@ -31679,22 +30351,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15902', - 'name' => 'IGN56 Lifou to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4633', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15883', - 'name' => 'IGN56 Lifou to RGNC91-93 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4633', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4749', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15890', 'name' => 'IGN56 Lifou to RGNC91-93 (2)', @@ -31791,22 +30447,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15901', - 'name' => 'IGN53 Mare to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4641', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15884', - 'name' => 'IGN53 Mare to RGNC91-93 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4641', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4749', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15891', 'name' => 'IGN53 Mare to RGNC91-93 (2)', @@ -31823,14 +30463,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15848', - 'name' => 'ST84 Ile des Pins to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4642', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 10.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15893', 'name' => 'ST84 Ile des Pins to RGNC91-93 (1)', @@ -31879,22 +30511,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15904', - 'name' => 'NEA74 Noumea to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4644', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15886', - 'name' => 'NEA74 Noumea to RGNC91-93 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4644', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4749', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15889', 'name' => 'NEA74 Noumea to RGNC91-93 (2)', @@ -32039,22 +30655,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15903', - 'name' => 'IGN72 Grande Terre to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4662', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15882', - 'name' => 'IGN72 Grande Terre to RGNC91-93 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4662', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4749', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15887', 'name' => 'IGN72 Grande Terre to RGNC91-93 (2)', @@ -32127,46 +30727,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1968', - 'name' => 'Azores Oriental 1995 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4664', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1969', - 'name' => 'Azores Oriental 1995 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4664', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1970', - 'name' => 'Azores Oriental 1995 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4664', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1971', - 'name' => 'Azores Oriental 1995 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4664', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5024', - 'name' => 'Azores Oriental 1995 to PTRA08 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4664', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5013', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5025', 'name' => 'Azores Oriental 1995 to PTRA08 (2)', @@ -32191,94 +30751,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1972', - 'name' => 'Azores Central 1995 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1973', - 'name' => 'Azores Central 1995 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1974', - 'name' => 'Azores Central 1995 to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1975', - 'name' => 'Azores Central 1995 to WGS 84 (5)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1976', - 'name' => 'Azores Central 1995 to WGS 84 (6)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1977', - 'name' => 'Azores Central 1995 to WGS 84 (7)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1978', - 'name' => 'Azores Central 1995 to WGS 84 (8)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1979', - 'name' => 'Azores Central 1995 to WGS 84 (9)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1980', - 'name' => 'Azores Central 1995 to WGS 84 (10)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1981', - 'name' => 'Azores Central 1995 to WGS 84 (11)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5027', - 'name' => 'Azores Central 1995 to PTRA08 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4665', - 'target_crs' => 'urn:ogc:def:crs:EPSG::5013', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5028', 'name' => 'Azores Central 1995 to PTRA08 (2)', @@ -32327,22 +30799,6 @@ class CRSTransformations 'accuracy' => 5.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1986', - 'name' => 'Lisbon 1890 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4666', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1990', - 'name' => 'Lisbon 1890 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4666', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5019', 'name' => 'Portugal Bonne New', @@ -32455,14 +30911,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1081', - 'name' => 'CI1979 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4673', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5517', 'name' => 'Chatham Islands Map Grid', @@ -33191,14 +31639,6 @@ class CRSTransformations 'accuracy' => 1.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8828', - 'name' => 'RGPF to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4687', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 0.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16107', 'name' => 'UTM zone 7S', @@ -33207,14 +31647,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8842', - 'name' => 'Fatu Iva 72 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4688', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8835', 'name' => 'Fatu Iva 72 to RGPF (1)', @@ -33231,22 +31663,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8844', - 'name' => 'IGN63 Hiva Oa to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4689', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8846', - 'name' => 'IGN63 Hiva Oa to WGS 84 (4)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4689', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8843', 'name' => 'IGN63 Hiva Oa to RGPF (1)', @@ -33271,14 +31687,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8830', - 'name' => 'Tahiti 79 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4690', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8829', 'name' => 'Tahiti 79 to RGPF (1)', @@ -33295,14 +31703,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8832', - 'name' => 'Moorea 87 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4691', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8831', 'name' => 'Moorea 87 to RGPF (2)', @@ -33319,14 +31719,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8853', - 'name' => 'Maupiti 83 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4692', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15759', 'name' => 'Maupiti 83 to RGPF (1)', @@ -33447,14 +31839,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4065', - 'name' => 'Katanga 1955 to RGRDC 2005 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4695', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4046', - 'accuracy' => 1.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4067', 'name' => 'Katanga 1955 to RGRDC 2005 (2)', @@ -33463,22 +31847,6 @@ class CRSTransformations 'accuracy' => 0.5, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4066', - 'name' => 'Katanga 1955 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4695', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.5, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4068', - 'name' => 'Katanga 1955 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4695', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::4416', 'name' => 'Katanga Lambert', @@ -33783,14 +32151,6 @@ class CRSTransformations 'accuracy' => 44.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15798', - 'name' => 'Astro DOS 71 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4710', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7894', 'name' => 'Astro DOS 71 to WGS 84 (2)', @@ -33815,14 +32175,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7893', - 'name' => 'Astro DOS 71 to SHGD2015 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4710', - 'target_crs' => 'urn:ogc:def:crs:EPSG::7886', - 'accuracy' => 0.15, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7895', 'name' => 'Astro DOS 71 to SHGD2015 (2)', @@ -33927,14 +32279,6 @@ class CRSTransformations 'accuracy' => 2.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15877', - 'name' => 'Fiji 1986 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4720', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 40.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16160', 'name' => 'UTM zone 60S', @@ -33967,22 +32311,6 @@ class CRSTransformations 'accuracy' => 44.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15830', - 'name' => 'GCGD59 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4723', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6142', - 'name' => 'GCGD59 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4723', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6127', 'name' => 'Cayman Islands TM (ft)', @@ -34015,30 +32343,6 @@ class CRSTransformations 'accuracy' => 44.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15814', - 'name' => 'SIGD61 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4726', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 44.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15829', - 'name' => 'SIGD61 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4726', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6143', - 'name' => 'SIGD61 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4726', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6127', 'name' => 'Cayman Islands TM (ft)', @@ -34415,14 +32719,6 @@ class CRSTransformations 'accuracy' => 0.3, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5078', - 'name' => 'Karbala 1979 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4743', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19907', 'name' => 'Iraq National Grid', @@ -34879,22 +33175,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15881', - 'name' => 'ST87 Ouvea to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4750', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15885', - 'name' => 'ST87 Ouvea to RGNC91-93 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4750', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4749', - 'accuracy' => 0.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15892', 'name' => 'ST87 Ouvea to RGNC91-93 (2)', @@ -35351,14 +33631,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5194', - 'name' => 'VN-2000 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4756', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6960', 'name' => 'VN-2000 to WGS 84 (2)', @@ -38047,14 +36319,6 @@ class CRSTransformations 'accuracy' => 0.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::1764', - 'name' => 'NTF (Paris) to NTF (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4807', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4275', - 'accuracy' => 0.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::19901', 'name' => 'Belge Lambert 50', @@ -39407,14 +37671,6 @@ class CRSTransformations 'accuracy' => 0.17, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7704', - 'name' => 'PZ-90 to PZ-90.11 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::4922', - 'target_crs' => 'urn:ogc:def:crs:EPSG::7679', - 'accuracy' => 0.2, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15593', 'name' => 'geographic3D to geographic2D', @@ -41111,14 +39367,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5376', - 'name' => 'CR05 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5365', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.5, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::9752', 'name' => 'CR05 to WGS 84 (2)', @@ -41287,30 +39535,6 @@ class CRSTransformations 'accuracy' => 9.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5470', - 'name' => 'Ocotepeque 1935 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5451', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 8.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6889', - 'name' => 'Ocotepeque 1935 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5451', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6891', - 'name' => 'Ocotepeque 1935 to WGS 84 (3)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5451', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 14.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6890', 'name' => 'Ocotepeque 1935 to CR05 (1)', @@ -41487,14 +39711,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6195', - 'name' => 'SAD69(96) to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5527', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5529', 'name' => 'SAD69(96) to SIRGAS 2000 (1)', @@ -41671,14 +39887,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5590', - 'name' => 'UCS-2000 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::5561', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 5.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::5840', 'name' => 'UCS-2000 to WGS 84 (2)', @@ -48903,14 +47111,6 @@ class CRSTransformations 'accuracy' => 42.0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6914', - 'name' => 'South East Island 1943 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::6892', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::6926', 'name' => 'South East Island 1943 to WGS 84 (2)', @@ -49415,14 +47615,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7443', - 'name' => 'ONGD14 to WGS 84 (2)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::7373', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 2.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16039', 'name' => 'UTM zone 39N', @@ -52175,14 +50367,6 @@ class CRSTransformations 'accuracy' => 0.2, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8887', - 'name' => 'GDA2020 to WGS 84 (Transit) (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::7842', - 'target_crs' => 'urn:ogc:def:crs:EPSG::7815', - 'accuracy' => 3.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::15592', 'name' => 'geocentric to geographic3D', @@ -52335,14 +50519,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7994', - 'name' => 'Barrow Island Grid 2020', - 'source_crs' => 'urn:ogc:def:crs:EPSG::7844', - 'target_crs' => 'urn:ogc:def:crs:EPSG::8014', - 'accuracy' => 0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7995', 'name' => 'Broome Grid 2020', @@ -52527,14 +50703,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7898', - 'name' => 'St. Helena Tritan to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::7881', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::7876', 'name' => 'St. Helena Local Grid (Tritan)', @@ -53463,14 +51631,6 @@ class CRSTransformations 'accuracy' => 0, 'reversible' => true, ], - [ - 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::8822', - 'name' => 'MTRF-2000 to WGS 84 (1)', - 'source_crs' => 'urn:ogc:def:crs:EPSG::8818', - 'target_crs' => 'urn:ogc:def:crs:EPSG::4326', - 'accuracy' => 1.0, - 'reversible' => true, - ], [ 'operation' => 'urn:ogc:def:coordinateOperation:EPSG::16036', 'name' => 'UTM zone 36N', diff --git a/src/CoordinateOperation/CoordinateOperationParams.php b/src/CoordinateOperation/CoordinateOperationParams.php index ce9da6a1b..007ae6313 100644 --- a/src/CoordinateOperation/CoordinateOperationParams.php +++ b/src/CoordinateOperation/CoordinateOperationParams.php @@ -373,78 +373,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1046' => [ - 'ordinate1OfEvaluationPointInSourceCRS' => [ - 'value' => 155000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInSourceCRS' => [ - 'value' => 463000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate1OfEvaluationPointInTargetCRS' => [ - 'value' => 663395.563, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInTargetCRS' => [ - 'value' => 5781194.442, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'scalingFactorForSourceCRSCoordDifferences' => [ - 'value' => 1.0E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'scalingFactorForTargetCRSCoordDifferences' => [ - 'value' => 1.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'A1' => [ - 'value' => -51.718, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A2' => [ - 'value' => 3290.521, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A3' => [ - 'value' => 20.154, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A4' => [ - 'value' => 1.152, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A5' => [ - 'value' => 2.061, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A6' => [ - 'value' => 0.238, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A7' => [ - 'value' => 0.058, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A8' => [ - 'value' => -0.013, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1048' => [ 'ordinate1OfEvaluationPointInSourceCRS' => [ 'value' => 0.0, @@ -507,132 +435,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1050' => [ - 'ordinate1OfEvaluationPointInSourceCRS' => [ - 'value' => 155000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInSourceCRS' => [ - 'value' => 463000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate1OfEvaluationPointInTargetCRS' => [ - 'value' => 526577.124, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInTargetCRS' => [ - 'value' => 5778575.474, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'scalingFactorForSourceCRSCoordDifferences' => [ - 'value' => 1.0E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'scalingFactorForTargetCRSCoordDifferences' => [ - 'value' => 1.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'A1' => [ - 'value' => 99969.1014, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A2' => [ - 'value' => 533.6385, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A3' => [ - 'value' => 3.3943, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A4' => [ - 'value' => -0.1391, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A5' => [ - 'value' => 2.0658, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A6' => [ - 'value' => 0.0677, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A7' => [ - 'value' => 0.0561, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A8' => [ - 'value' => -0.0148, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1055' => [ - 'xAxisTranslation' => [ - 'value' => -145.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -249.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 1.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1056' => [ - 'xAxisTranslation' => [ - 'value' => -85.645, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -273.077, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -79.708, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -2.289, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.421, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -2.532, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 3.194, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1057' => [ 'xAxisTranslation' => [ 'value' => -202.234, @@ -741,23 +543,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1061' => [ - 'xAxisTranslation' => [ - 'value' => -20.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 11.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 2.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1062' => [ 'xAxisTranslation' => [ 'value' => 226.702, @@ -846,23 +631,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1067' => [ - 'xAxisTranslation' => [ - 'value' => -92.09999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -89.90000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 114.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1070' => [ 'xAxisTranslation' => [ 'value' => -100.0, @@ -909,23 +677,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1073' => [ - 'xAxisTranslation' => [ - 'value' => -48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 55.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 52.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1074' => [ 'xAxisTranslation' => [ 'value' => -275.7224, @@ -963,23 +714,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1075' => [ - 'xAxisTranslation' => [ - 'value' => -89.05, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -87.03, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -124.56, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1080' => [ 'xAxisTranslation' => [ 'value' => 175.0, @@ -997,43 +731,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1081' => [ - 'xAxisTranslation' => [ - 'value' => 174.05, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -25.49, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 112.57, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.2263, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1082' => [ 'xAxisTranslation' => [ 'value' => 174.05, @@ -1071,57 +768,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1083' => [ - 'xAxisTranslation' => [ - 'value' => 50.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 212.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 381.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1084' => [ - 'xAxisTranslation' => [ - 'value' => 70.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 207.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 389.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1085' => [ - 'xAxisTranslation' => [ - 'value' => 65.334, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 212.46, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 387.63, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1087' => [ 'xAxisTranslation' => [ 'value' => -112.0, @@ -1139,125 +785,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1088' => [ - 'xAxisTranslation' => [ - 'value' => -223.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -67.38, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 1.34, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1089' => [ - 'xAxisTranslation' => [ - 'value' => -225.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -67.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 7.85, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1090' => [ - 'xAxisTranslation' => [ - 'value' => -227.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -68.09999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 14.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1091' => [ - 'xAxisTranslation' => [ - 'value' => -231.61, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -68.20999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 13.93, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1092' => [ - 'xAxisTranslation' => [ - 'value' => -225.06, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -67.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 14.61, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1093' => [ - 'xAxisTranslation' => [ - 'value' => -229.08, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -65.73, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 20.21, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1094' => [ - 'xAxisTranslation' => [ - 'value' => -230.47, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -56.08, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 22.43, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1095' => [ 'xAxisTranslation' => [ 'value' => -270.933, @@ -1515,23 +1042,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1109' => [ - 'xAxisTranslation' => [ - 'value' => -134.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 149.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1110' => [ 'xAxisTranslation' => [ 'value' => -150.0, @@ -1566,23 +1076,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1113' => [ - 'xAxisTranslation' => [ - 'value' => -143.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -90.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -294.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1114' => [ 'xAxisTranslation' => [ 'value' => -138.0, @@ -1685,40 +1178,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1124' => [ - 'xAxisTranslation' => [ - 'value' => -73.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 213.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 296.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1125' => [ - 'xAxisTranslation' => [ - 'value' => 307.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 304.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -318.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1126' => [ 'xAxisTranslation' => [ 'value' => -384.0, @@ -1736,40 +1195,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1127' => [ - 'xAxisTranslation' => [ - 'value' => -148.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 136.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 90.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1128' => [ - 'xAxisTranslation' => [ - 'value' => -136.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -108.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -292.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1129' => [ 'xAxisTranslation' => [ 'value' => -134.73, @@ -1804,23 +1229,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1131' => [ - 'xAxisTranslation' => [ - 'value' => -134.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 229.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -29.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1132' => [ 'xAxisTranslation' => [ 'value' => -206.0, @@ -2133,23 +1541,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1148' => [ - 'xAxisTranslation' => [ - 'value' => -130.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 110.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -13.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1149' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -2252,23 +1643,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1156' => [ - 'xAxisTranslation' => [ - 'value' => 295.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 736.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 257.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1157' => [ 'xAxisTranslation' => [ 'value' => -97.0, @@ -2371,23 +1745,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1163' => [ - 'xAxisTranslation' => [ - 'value' => -74.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -130.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 42.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1164' => [ 'xAxisTranslation' => [ 'value' => 41.0, @@ -2473,23 +1830,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1169' => [ - 'xAxisTranslation' => [ - 'value' => -225.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -65.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 9.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1170' => [ 'xAxisTranslation' => [ 'value' => -3.0, @@ -2813,23 +2153,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1189' => [ - 'xAxisTranslation' => [ - 'value' => -247.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -148.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 369.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1190' => [ 'xAxisTranslation' => [ 'value' => -243.0, @@ -2864,23 +2187,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1192' => [ - 'xAxisTranslation' => [ - 'value' => -10.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 375.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 165.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1194' => [ 'xAxisTranslation' => [ 'value' => 601.705, @@ -2918,91 +2224,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1195' => [ - 'xAxisTranslation' => [ - 'value' => 375.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -111.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 431.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1196' => [ - 'xAxisTranslation' => [ - 'value' => 371.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -112.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 434.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1197' => [ - 'xAxisTranslation' => [ - 'value' => 371.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -111.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 434.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1198' => [ - 'xAxisTranslation' => [ - 'value' => 384.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -111.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 425.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1199' => [ - 'xAxisTranslation' => [ - 'value' => 370.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -108.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 434.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1200' => [ 'xAxisTranslation' => [ 'value' => -148.0, @@ -3173,74 +2394,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1226' => [ - 'xAxisTranslation' => [ - 'value' => 616.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 97.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -251.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1227' => [ - 'xAxisTranslation' => [ - 'value' => -189.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -242.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -91.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1228' => [ - 'xAxisTranslation' => [ - 'value' => -679.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 669.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1230' => [ - 'xAxisTranslation' => [ - 'value' => -148.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 507.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 685.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1231' => [ 'xAxisTranslation' => [ 'value' => -148.0, @@ -3440,23 +2593,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1242' => [ - 'xAxisTranslation' => [ - 'value' => 52.17, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -71.81999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -14.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1244' => [ 'xAxisTranslation' => [ 'value' => -1.08, @@ -3528,40 +2664,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1247' => [ - 'xAxisTranslation' => [ - 'value' => 283.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 682.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 231.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1248' => [ - 'xAxisTranslation' => [ - 'value' => -24.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -15.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 5.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1249' => [ 'xAxisTranslation' => [ 'value' => -2.0, @@ -3630,23 +2732,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1253' => [ - 'xAxisTranslation' => [ - 'value' => -186.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -93.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 310.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1254' => [ 'xAxisTranslation' => [ 'value' => 28.0, @@ -3664,23 +2749,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1255' => [ - 'xAxisTranslation' => [ - 'value' => -123.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -206.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 219.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1257' => [ 'xAxisTranslation' => [ 'value' => 25.9, @@ -3855,23 +2923,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1279' => [ - 'xAxisTranslation' => [ - 'value' => -128.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -53.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 153.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1280' => [ 'xAxisTranslation' => [ 'value' => -117.763, @@ -4418,111 +3469,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1318' => [ - 'xAxisTranslation' => [ - 'value' => -42.01, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -332.21, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -229.75, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1319' => [ - 'xAxisTranslation' => [ - 'value' => -40.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -354.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -224.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1323' => [ - 'xAxisTranslation' => [ - 'value' => -43.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -337.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -233.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1326' => [ - 'xAxisTranslation' => [ - 'value' => -41.057, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -374.564, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -226.287, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.219, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1327' => [ - 'xAxisTranslation' => [ - 'value' => -50.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -347.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -231.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1331' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -4597,43 +3543,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1333' => [ - 'xAxisTranslation' => [ - 'value' => 0.055, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -0.541, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -0.185, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.0183, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0003, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.007, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.014, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1334' => [ 'xAxisTranslation' => [ 'value' => 21.58719, @@ -4671,43 +3580,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1438' => [ - 'xAxisTranslation' => [ - 'value' => -333.102, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -11.02, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 230.69, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.219, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1439' => [ 'xAxisTranslation' => [ 'value' => -180.624, @@ -4847,23 +3719,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1446' => [ - 'xAxisTranslation' => [ - 'value' => -149.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 128.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 296.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1447' => [ 'latitudeOffset' => [ 'value' => -18.0, @@ -5302,57 +4157,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1536' => [ - 'xAxisTranslation' => [ - 'value' => -250.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -153.09, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 391.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1537' => [ - 'xAxisTranslation' => [ - 'value' => 204.64, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 834.74, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 293.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1538' => [ - 'xAxisTranslation' => [ - 'value' => -260.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 5.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 432.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1539' => [ 'xAxisTranslation' => [ 'value' => -76.0, @@ -5506,23 +4310,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1556' => [ - 'xAxisTranslation' => [ - 'value' => -2.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 374.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 172.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1557' => [ 'xAxisTranslation' => [ 'value' => -254.1, @@ -5574,40 +4361,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1561' => [ - 'xAxisTranslation' => [ - 'value' => -128.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -283.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 22.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1562' => [ - 'xAxisTranslation' => [ - 'value' => -128.16, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -282.42, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 21.93, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1563' => [ 'xAxisTranslation' => [ 'value' => -128.033, @@ -5665,23 +4418,6 @@ class CoordinateOperationParams 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2NZGD1949NZGD2000NewZealandProvider', ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1569' => [ - 'xAxisTranslation' => [ - 'value' => -199.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 32.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 322.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1570' => [ 'xAxisTranslation' => [ 'value' => -171.16, @@ -5813,43 +4549,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1586' => [ - 'xAxisTranslation' => [ - 'value' => -175.09, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 1.218, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 238.831, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.047, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.019, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.8080000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.1698, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1587' => [ 'xAxisTranslation' => [ 'value' => -191.77, @@ -5921,23 +4620,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1592' => [ - 'xAxisTranslation' => [ - 'value' => -678.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 670.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1594' => [ 'xAxisTranslation' => [ 'value' => -120.271, @@ -6012,23 +4694,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1597' => [ - 'xAxisTranslation' => [ - 'value' => 304.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 306.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -318.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1610' => [ 'xAxisTranslation' => [ 'value' => -125.8, @@ -6117,23 +4782,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1615' => [ - 'xAxisTranslation' => [ - 'value' => -726.282, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 703.611, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -48.999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1616' => [ 'xAxisTranslation' => [ 'value' => -182.046, @@ -6245,43 +4893,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1622' => [ - 'xAxisTranslation' => [ - 'value' => 570.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 85.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 462.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 4.998, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.587, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 5.261, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 3.56, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1626' => [ 'xAxisTranslation' => [ 'value' => -81.09999999999999, @@ -6552,43 +5163,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1652' => [ - 'xAxisTranslation' => [ - 'value' => -99.09999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 53.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -112.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.419, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.83, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 1.885, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -1.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1653' => [ 'xAxisTranslation' => [ 'value' => 278.3, @@ -6737,177 +5311,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1670' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2NZGD1949NZGD2000NewZealandProvider', - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1682' => [ - 'xAxisTranslation' => [ - 'value' => -76.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -138.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 67.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1684' => [ - 'xAxisTranslation' => [ - 'value' => -82.875, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -57.097, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -156.768, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 2.158, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -1.524, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.982, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.359, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1685' => [ - 'xAxisTranslation' => [ - 'value' => -138.527, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -91.999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -114.591, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.14, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -3.363, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 2.217, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 11.748, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1686' => [ - 'xAxisTranslation' => [ - 'value' => -73.47199999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -51.66, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -112.482, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.953, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -4.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 2.368, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.586, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1687' => [ - 'xAxisTranslation' => [ - 'value' => 219.315, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 168.975, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -166.145, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.198, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -5.926, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 2.356, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -57.104, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1688' => [ 'latitudeAndLongitudeDifferenceFile' => [ 'reverses' => true, @@ -7091,13 +5494,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1764' => [ - 'longitudeOffset' => [ - 'value' => 2.201395, - 'uom' => 'urn:ogc:def:uom:EPSG::9110', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1765' => [ 'longitudeOffset' => [ 'value' => 7.26225, @@ -7314,43 +5710,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1776' => [ - 'xAxisTranslation' => [ - 'value' => 598.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 73.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 418.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.202, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.045, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -2.455, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 6.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1778' => [ 'xAxisTranslation' => [ 'value' => 597.1, @@ -7516,23 +5875,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1797' => [ - 'xAxisTranslation' => [ - 'value' => 164.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 138.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -189.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1798' => [ 'xAxisTranslation' => [ 'value' => 163.511, @@ -7644,23 +5986,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1801' => [ - 'xAxisTranslation' => [ - 'value' => -145.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 52.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -291.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1802' => [ 'xAxisTranslation' => [ 'value' => -178.3, @@ -7909,270 +6234,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1813' => [ - 'xAxisTranslation' => [ - 'value' => -378.873, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 676.002, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -46.255, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1814' => [ - 'xAxisTranslation' => [ - 'value' => -377.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 675.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -52.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1815' => [ - 'xAxisTranslation' => [ - 'value' => -152.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 43.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 358.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 2.714, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.386, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -2.788, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -6.743, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1816' => [ - 'xAxisTranslation' => [ - 'value' => -95.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 10.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 158.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1817' => [ - 'xAxisTranslation' => [ - 'value' => -165.914, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -70.607, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 305.009, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1818' => [ - 'xAxisTranslation' => [ - 'value' => -89.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -112.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 125.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.8139999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.38, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1820' => [ - 'xAxisTranslation' => [ - 'value' => -93.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -93.31, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 121.156, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1821' => [ - 'xAxisTranslation' => [ - 'value' => -88.98, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -83.23, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 113.55, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1822' => [ - 'xAxisTranslation' => [ - 'value' => -92.726, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -90.304, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 115.735, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1823' => [ - 'xAxisTranslation' => [ - 'value' => -93.134, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -86.64700000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 114.196, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1824' => [ - 'xAxisTranslation' => [ - 'value' => -93.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -94.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 124.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1825' => [ - 'xAxisTranslation' => [ - 'value' => -162.619, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -276.959, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -161.764, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.06775299999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.243649, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -1.158827, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -1.094246, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1826' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -8207,80 +6268,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1832' => [ - 'xAxisTranslation' => [ - 'value' => 2.691, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -14.757, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 4.724, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.774, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1833' => [ - 'xAxisTranslation' => [ - 'value' => -1.977, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -13.06, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -9.993, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.364, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.254, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.6889999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -1.037, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1837' => [ 'xAxisTranslation' => [ 'value' => -587.8, @@ -8386,43 +6373,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1852' => [ - 'xAxisTranslation' => [ - 'value' => -533.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 669.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -52.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 4.28, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 9.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1853' => [ 'xAxisTranslation' => [ 'value' => -82.31, @@ -8525,23 +6475,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1859' => [ - 'xAxisTranslation' => [ - 'value' => -69.06, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -90.70999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -142.56, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1860' => [ 'xAxisTranslation' => [ 'value' => -113.997, @@ -8559,23 +6492,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1861' => [ - 'xAxisTranslation' => [ - 'value' => -114.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -96.09999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -151.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1862' => [ 'xAxisTranslation' => [ 'value' => -194.513, @@ -8613,43 +6529,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1863' => [ - 'xAxisTranslation' => [ - 'value' => -389.691, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 64.502, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 210.209, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.08599999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -14.314, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 6.39, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.9264, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1864' => [ 'xAxisTranslation' => [ 'value' => -57.0, @@ -8960,23 +6839,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1887' => [ - 'xAxisTranslation' => [ - 'value' => -425.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -169.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 81.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1888' => [ 'xAxisTranslation' => [ 'value' => -499.0, @@ -9199,40 +7061,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1903' => [ - 'xAxisTranslation' => [ - 'value' => 137.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 248.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -430.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1904' => [ - 'xAxisTranslation' => [ - 'value' => -467.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -16.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -300.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1905' => [ 'xAxisTranslation' => [ 'value' => -472.29, @@ -9324,60 +7152,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1909' => [ - 'xAxisTranslation' => [ - 'value' => 186.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 482.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 151.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1910' => [ - 'xAxisTranslation' => [ - 'value' => 126.93, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 547.9400000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 130.41, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -2.7867, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 5.1612, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.8584000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 13.8227, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1912' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -9395,57 +7169,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1913' => [ - 'xAxisTranslation' => [ - 'value' => 65.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 342.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 77.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1914' => [ - 'xAxisTranslation' => [ - 'value' => 84.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 274.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 65.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1916' => [ - 'xAxisTranslation' => [ - 'value' => -382.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -59.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -262.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1921' => [ 'xAxisTranslation' => [ 'value' => 365.0, @@ -9716,23 +7439,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1956' => [ - 'xAxisTranslation' => [ - 'value' => 506.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -122.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 611.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1957' => [ 'xAxisTranslation' => [ 'value' => 982.6087, @@ -9895,435 +7601,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1968' => [ - 'xAxisTranslation' => [ - 'value' => -204.633, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 140.216, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 55.199, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1969' => [ - 'xAxisTranslation' => [ - 'value' => -211.939, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 137.626, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 58.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.089, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.251, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.079, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.384, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1970' => [ - 'xAxisTranslation' => [ - 'value' => -204.619, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 140.176, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 55.226, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1971' => [ - 'xAxisTranslation' => [ - 'value' => -208.719, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 129.685, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 52.092, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.195, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.014, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.327, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.198, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1972' => [ - 'xAxisTranslation' => [ - 'value' => -106.301, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.27, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.916, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1973' => [ - 'xAxisTranslation' => [ - 'value' => -105.854, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 165.589, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -38.312, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.003, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.026, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.024, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.048, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1974' => [ - 'xAxisTranslation' => [ - 'value' => -106.248, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.244, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.845, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1975' => [ - 'xAxisTranslation' => [ - 'value' => -104.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 162.924, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -38.882, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.075, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.07099999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.051, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.338, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1976' => [ - 'xAxisTranslation' => [ - 'value' => -106.044, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.655, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.876, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1977' => [ - 'xAxisTranslation' => [ - 'value' => -95.32299999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.098, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -69.94199999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.215, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.031, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.047, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 1.922, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1978' => [ - 'xAxisTranslation' => [ - 'value' => -106.253, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.239, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.854, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1979' => [ - 'xAxisTranslation' => [ - 'value' => -100.306, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 161.246, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -48.761, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.192, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.385, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.076, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.131, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1980' => [ - 'xAxisTranslation' => [ - 'value' => -106.226, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.366, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.893, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1981' => [ - 'xAxisTranslation' => [ - 'value' => -103.088, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 162.481, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -28.276, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.167, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.082, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.168, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -1.504, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1982' => [ - 'xAxisTranslation' => [ - 'value' => -422.651, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -172.995, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 84.02, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1983' => [ - 'xAxisTranslation' => [ - 'value' => -223.237, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 110.193, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 36.649, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1984' => [ - 'xAxisTranslation' => [ - 'value' => -304.046, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -60.576, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 103.64, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1985' => [ 'xAxisTranslation' => [ 'value' => -87.98699999999999, @@ -10341,23 +7618,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1986' => [ - 'xAxisTranslation' => [ - 'value' => 508.088, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -191.042, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 565.223, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1987' => [ 'xAxisTranslation' => [ 'value' => -239.749, @@ -10469,43 +7729,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::1990' => [ - 'xAxisTranslation' => [ - 'value' => 631.3920000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -66.551, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 481.442, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -1.09, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 4.445, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 4.487, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -4.43, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::1991' => [ 'longitudeOffset' => [ 'value' => -9.0754862, @@ -12507,57 +9730,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::4064' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::4065' => [ - 'xAxisTranslation' => [ - 'value' => -103.746, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -9.614000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -255.95, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::4066' => [ - 'xAxisTranslation' => [ - 'value' => -103.746, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -9.614000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -255.95, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::4067' => [ 'xAxisTranslation' => [ 'value' => -102.283, @@ -12610,58 +9782,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::4068' => [ - 'xAxisTranslation' => [ - 'value' => -102.283, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -10.277, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -257.396, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -3.976, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.002, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.203, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 12.315, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - 'ordinate1OfEvaluationPoint' => [ - 'value' => 5580868.818, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPoint' => [ - 'value' => 2826402.46, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate3OfEvaluationPoint' => [ - 'value' => -1243557.996, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::4069' => [ 'xAxisTranslation' => [ 'value' => -144.35, @@ -13461,23 +10581,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::4290' => [ - 'xAxisTranslation' => [ - 'value' => -381.788, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -57.501, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -256.673, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::4305' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 5.251677, @@ -13846,23 +10949,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::4477' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::4478' => [ 'xAxisTranslation' => [ 'value' => -381.788, @@ -13880,23 +10966,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::4560' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::4648' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -14191,23 +11260,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5024' => [ - 'xAxisTranslation' => [ - 'value' => -204.926, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 140.353, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 55.063, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5025' => [ 'xAxisTranslation' => [ 'value' => -204.519, @@ -14242,23 +11294,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5027' => [ - 'xAxisTranslation' => [ - 'value' => -105.679, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 166.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -37.322, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5028' => [ 'xAxisTranslation' => [ 'value' => -105.377, @@ -14344,23 +11379,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5033' => [ - 'xAxisTranslation' => [ - 'value' => -423.058, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -172.868, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 83.77200000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5034' => [ 'xAxisTranslation' => [ 'value' => -423.053, @@ -14395,23 +11413,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5036' => [ - 'xAxisTranslation' => [ - 'value' => -223.15, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 110.132, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 36.711, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5037' => [ 'xAxisTranslation' => [ 'value' => -230.994, @@ -14803,23 +11804,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5078' => [ - 'xAxisTranslation' => [ - 'value' => 70.995, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -335.916, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 262.898, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5100' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 38.0, @@ -15907,95 +12891,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5191' => [ - 'xAxisTranslation' => [ - 'value' => -145.907, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 505.034, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 685.756, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -1.162, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 2.347, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 1.592, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 6.342, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - 'ordinate1OfEvaluationPoint' => [ - 'value' => -3159521.31, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPoint' => [ - 'value' => 4068151.32, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate3OfEvaluationPoint' => [ - 'value' => 3748113.85, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5194' => [ - 'xAxisTranslation' => [ - 'value' => -192.873, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -39.382, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -111.202, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.00205, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0005, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.00335, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.0188, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5196' => [ 'ordinate1OfEvaluationPoint' => [ 'value' => 45.21, @@ -17073,43 +13968,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5249' => [ - 'xAxisTranslation' => [ - 'value' => -689.5937, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 623.84046, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -65.93566, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.02331, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -1.17094, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.80054, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 5.88536, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5260' => [ 'xAxisTranslation' => [ 'value' => 0.023, @@ -17927,23 +14785,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5376' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5377' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -18839,23 +15680,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5470' => [ - 'xAxisTranslation' => [ - 'value' => 213.11, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 9.369999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -74.95, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5471' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 8.15, @@ -19053,43 +15877,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5485' => [ - 'xAxisTranslation' => [ - 'value' => -189.6806, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 18.3463, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -42.7695, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.33746, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 3.09264, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -2.53861, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.4598, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5491' => [ 'xAxisTranslation' => [ 'value' => 127.744, @@ -19709,30 +16496,6 @@ class CoordinateOperationParams 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2SAD6996SIRGAS2000BrazilProvider', ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5540' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2CA61SIRGAS2000BrazilProvider', - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5541' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2CA7072SIRGAS2000BrazilProvider', - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5542' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2SAD69SIRGAS2000BrazilProvider', - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5543' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2SAD6996SIRGAS2000BrazilProvider', - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5547' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -19924,43 +16687,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5590' => [ - 'xAxisTranslation' => [ - 'value' => 25.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -141.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -78.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.35, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.736, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5595' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -20005,40 +16731,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::5622' => [ - 'xAxisTranslation' => [ - 'value' => 370.936, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -108.938, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 435.682, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5630' => [ - 'xAxisTranslation' => [ - 'value' => -168.52, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -72.05, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 304.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::5640' => [ 'latitudeOf1stStandardParallel' => [ 'value' => -2.0, @@ -23804,80 +20496,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6142' => [ - 'xAxisTranslation' => [ - 'value' => -179.483, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -69.379, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -27.584, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 7.862, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -8.163, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.042, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -13.925, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6143' => [ - 'xAxisTranslation' => [ - 'value' => 8.853, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -52.644, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 180.304, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.393, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 2.323, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -2.96, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -24.081, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6177' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -23924,23 +20542,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6192' => [ - 'xAxisTranslation' => [ - 'value' => -205.57, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 168.77, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -4.12, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6193' => [ 'xAxisTranslation' => [ 'value' => -206.05, @@ -23958,40 +20559,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6195' => [ - 'xAxisTranslation' => [ - 'value' => -67.34999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 3.88, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -38.22, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6196' => [ - 'xAxisTranslation' => [ - 'value' => -93.179, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -87.124, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 114.338, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6198' => [ 'latitudeOfFalseOrigin' => [ 'value' => 43.19, @@ -26968,78 +23535,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6304' => [ - 'ordinate1OfEvaluationPointInSourceCRS' => [ - 'value' => 663395.563, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInSourceCRS' => [ - 'value' => 5781194.442, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate1OfEvaluationPointInTargetCRS' => [ - 'value' => 155000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInTargetCRS' => [ - 'value' => 463000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'scalingFactorForSourceCRSCoordDifferences' => [ - 'value' => 1.0E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'scalingFactorForTargetCRSCoordDifferences' => [ - 'value' => 1.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'A1' => [ - 'value' => -99943.4175, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A2' => [ - 'value' => 3290.3612, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A3' => [ - 'value' => 20.1673, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A4' => [ - 'value' => -0.8387, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A5' => [ - 'value' => 2.0651, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A6' => [ - 'value' => -0.0334, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A7' => [ - 'value' => 0.0523, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A8' => [ - 'value' => -0.23, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6305' => [ 'ordinate1OfEvaluationPointInSourceCRS' => [ 'value' => 500000.0, @@ -27102,78 +23597,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6306' => [ - 'ordinate1OfEvaluationPointInSourceCRS' => [ - 'value' => 526577.124, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInSourceCRS' => [ - 'value' => 5778575.474, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate1OfEvaluationPointInTargetCRS' => [ - 'value' => 155000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPointInTargetCRS' => [ - 'value' => 463000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'scalingFactorForSourceCRSCoordDifferences' => [ - 'value' => 1.0E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'scalingFactorForTargetCRSCoordDifferences' => [ - 'value' => 1.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'A1' => [ - 'value' => -100028.0577, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A2' => [ - 'value' => 533.9532, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A3' => [ - 'value' => 3.3943, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A4' => [ - 'value' => -0.1935, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A5' => [ - 'value' => 2.0687, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A6' => [ - 'value' => 0.0235, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A7' => [ - 'value' => 0.0554, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - 'A8' => [ - 'value' => -0.0167, - 'uom' => 'urn:ogc:def:uom:EPSG::9203', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6308' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -29250,23 +25673,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6872' => [ - 'xAxisTranslation' => [ - 'value' => -123.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 53.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 465.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6873' => [ 'xAxisTranslation' => [ 'value' => -198.383, @@ -29355,58 +25761,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6889' => [ - 'xAxisTranslation' => [ - 'value' => 213.116, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 9.358000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -74.946, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 1.14E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.98E-7, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 3.1E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 5.22, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - 'ordinate1OfEvaluationPoint' => [ - 'value' => 617749.7118, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate2OfEvaluationPoint' => [ - 'value' => -6250547.7336, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'ordinate3OfEvaluationPoint' => [ - 'value' => 1102063.6099, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6890' => [ 'xAxisTranslation' => [ 'value' => 213.11, @@ -29424,23 +25778,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6891' => [ - 'xAxisTranslation' => [ - 'value' => 205.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 96.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -98.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6895' => [ 'xAxisTranslation' => [ 'value' => 98.0, @@ -29492,23 +25829,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6898' => [ - 'xAxisTranslation' => [ - 'value' => -306.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -62.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 105.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6899' => [ 'xAxisTranslation' => [ 'value' => 22.0, @@ -29543,40 +25863,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6901' => [ - 'xAxisTranslation' => [ - 'value' => -80.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -100.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -228.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6902' => [ - 'xAxisTranslation' => [ - 'value' => -679.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 667.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -49.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6903' => [ 'xAxisTranslation' => [ 'value' => -30.0, @@ -29764,23 +26050,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6914' => [ - 'xAxisTranslation' => [ - 'value' => -43.685, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -179.785, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -267.721, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6920' => [ 'latitudeOfFalseOrigin' => [ 'value' => 36.0, @@ -30074,23 +26343,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6938' => [ - 'xAxisTranslation' => [ - 'value' => -129.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -58.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 152.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6939' => [ 'xAxisTranslation' => [ 'value' => -131.876, @@ -30128,23 +26380,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6940' => [ - 'xAxisTranslation' => [ - 'value' => -131.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -55.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 151.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6941' => [ 'xAxisTranslation' => [ 'value' => 45.928, @@ -30182,23 +26417,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6942' => [ - 'xAxisTranslation' => [ - 'value' => -137.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -58.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 150.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6948' => [ 'latitudeAndLongitudeDifferenceFile' => [ 'reverses' => true, @@ -30589,43 +26807,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::6998' => [ - 'xAxisTranslation' => [ - 'value' => -233.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -160.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 381.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.2263, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::6999' => [ 'xAxisTranslation' => [ 'value' => -253.4392, @@ -30663,117 +26844,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7002' => [ - 'xAxisTranslation' => [ - 'value' => -246.1633, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -152.9047, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 382.6047, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.0989, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.1382, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.07679999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 2.1E-6, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7003' => [ - 'xAxisTranslation' => [ - 'value' => -242.8907, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -149.0671, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 384.416, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -0.19044, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.24987, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.13925, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.0001746, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7004' => [ - 'xAxisTranslation' => [ - 'value' => -246.734, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -153.4345, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 382.1477, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.116617, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.165167, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.09132700000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 1.94E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7008' => [ 'eastingOffset' => [ 'value' => 386.0, @@ -36339,40 +32409,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7442' => [ - 'xAxisTranslation' => [ - 'value' => -181.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 64.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 247.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7443' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7448' => [ 'xAxisTranslation' => [ 'value' => -59.0, @@ -39101,43 +35137,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7704' => [ - 'xAxisTranslation' => [ - 'value' => -1.443, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.156, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.222, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -2.3, - 'uom' => 'urn:ogc:def:uom:EPSG::1031', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 3.54, - 'uom' => 'urn:ogc:def:uom:EPSG::1031', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -134.21, - 'uom' => 'urn:ogc:def:uom:EPSG::1031', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.228, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7705' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -41127,23 +37126,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7893' => [ - 'xAxisTranslation' => [ - 'value' => -323.65, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 551.39, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -491.22, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7894' => [ 'xAxisTranslation' => [ 'value' => -323.65, @@ -41215,23 +37197,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7898' => [ - 'xAxisTranslation' => [ - 'value' => -0.077, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.079, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.08599999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7932' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -42924,33 +38889,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::7994' => [ - 'latitudeOfNaturalOrigin' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9110', - 'reverses' => false, - ], - 'longitudeOfNaturalOrigin' => [ - 'value' => 115.15, - 'uom' => 'urn:ogc:def:uom:EPSG::9110', - 'reverses' => false, - ], - 'scaleFactorAtNaturalOrigin' => [ - 'value' => 1.0000022, - 'uom' => 'urn:ogc:def:uom:EPSG::9201', - 'reverses' => false, - ], - 'falseEasting' => [ - 'value' => 60000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - 'falseNorthing' => [ - 'value' => 2700000.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => false, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::7995' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -47975,80 +43913,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8695' => [ - 'xAxisTranslation' => [ - 'value' => 42.899, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -214.863, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -11.927, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -1.844, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.648, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.169, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8696' => [ - 'xAxisTranslation' => [ - 'value' => 45.799, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -212.263, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -11.927, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -1.844, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.648, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.169, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8819' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -48066,23 +43930,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8822' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8824' => [ 'xAxisTranslation' => [ 'value' => -61.15, @@ -48184,43 +44031,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8828' => [ - 'xAxisTranslation' => [ - 'value' => 0.07199999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -0.507, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -0.245, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0183, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.0003, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.007, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.009299999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8829' => [ 'xAxisTranslation' => [ 'value' => 221.525, @@ -48258,43 +44068,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8830' => [ - 'xAxisTranslation' => [ - 'value' => 221.597, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 152.441, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 176.523, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 2.403, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.3893, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.884, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 11.4648, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8831' => [ 'xAxisTranslation' => [ 'value' => 218.697, @@ -48332,43 +44105,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8832' => [ - 'xAxisTranslation' => [ - 'value' => 218.769, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 150.75, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 176.75, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 3.5231, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 2.0037, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 1.288, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 10.9817, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8833' => [ 'xAxisTranslation' => [ 'value' => 72.438, @@ -48406,43 +44142,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8834' => [ - 'xAxisTranslation' => [ - 'value' => 72.51000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 345.411, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 79.241, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -1.5862, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.8826000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.5495, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 1.3653, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8835' => [ 'xAxisTranslation' => [ 'value' => 347.103, @@ -48480,43 +44179,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8842' => [ - 'xAxisTranslation' => [ - 'value' => 347.175, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 1077.618, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 2623.677, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 33.9058, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -70.6776, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 9.401300000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 186.0647, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8843' => [ 'xAxisTranslation' => [ 'value' => 410.721, @@ -48554,43 +44216,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8844' => [ - 'xAxisTranslation' => [ - 'value' => 410.793, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 54.542, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 80.501, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -2.5596, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.3517, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.6594, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 17.3218, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8845' => [ 'xAxisTranslation' => [ 'value' => 374.715, @@ -48628,43 +44253,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8846' => [ - 'xAxisTranslation' => [ - 'value' => 374.787, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -58.914, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -1.202, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -16.1928, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -11.4629, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -5.5287, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.5502, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8847' => [ 'xAxisTranslation' => [ 'value' => 165.732, @@ -48776,43 +44364,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8850' => [ - 'xAxisTranslation' => [ - 'value' => 1363.857, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 1362.18, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 398.566, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.5139, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -6.7582, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -1.0504, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 268.3517, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8851' => [ 'xAxisTranslation' => [ 'value' => 259.551, @@ -48850,80 +44401,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8852' => [ - 'xAxisTranslation' => [ - 'value' => 259.623, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 297.105, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 197.588, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 1.5049, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 2.1221, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.4682, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 27.0156, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8853' => [ - 'xAxisTranslation' => [ - 'value' => 217.109, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 86.452, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 23.711, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0183, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.0003, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.007, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.009299999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8854' => [ 'longitudeOfNaturalOrigin' => [ 'value' => 0.0, @@ -50048,40 +45525,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8883' => [ - 'xAxisTranslation' => [ - 'value' => -48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -345.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -231.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8884' => [ - 'xAxisTranslation' => [ - 'value' => -50.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -347.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -231.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8886' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -50099,23 +45542,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::8887' => [ - 'xAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::8889' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -54231,23 +49657,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::9263' => [ - 'xAxisTranslation' => [ - 'value' => 18.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 190.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 100.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::9264' => [ 'xAxisTranslation' => [ 'value' => -0.41, @@ -57187,40 +52596,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::10085' => [ - 'xAxisTranslation' => [ - 'value' => -61.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 285.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 471.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::10086' => [ - 'xAxisTranslation' => [ - 'value' => 48.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 208.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 382.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::10087' => [ 'A0' => [ 'value' => 82357.45699999999, @@ -57290,43 +52665,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::10099' => [ - 'xAxisTranslation' => [ - 'value' => -96.062, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -82.428, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -121.753, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.801, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.345, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 1.376, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 1.496, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::10101' => [ 'latitudeOfNaturalOrigin' => [ 'value' => 30.3, @@ -68574,23 +63912,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15484' => [ - 'xAxisTranslation' => [ - 'value' => -146.414, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 507.337, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 680.5069999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15485' => [ 'xAxisTranslation' => [ 'value' => -67.34999999999999, @@ -68626,23 +63947,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15493' => [ - 'xAxisTranslation' => [ - 'value' => -94.03100000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -83.31699999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 116.708, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15494' => [ 'xAxisTranslation' => [ 'value' => 274.164, @@ -68660,43 +63964,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15495' => [ - 'xAxisTranslation' => [ - 'value' => -171.16, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 17.29, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 325.21, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.8139999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -0.38, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15496' => [ 'xAxisTranslation' => [ 'value' => 44.107, @@ -70541,60 +65808,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15705' => [ - 'xAxisTranslation' => [ - 'value' => -83.13, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -104.95, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 114.63, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 0.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15706' => [ - 'xAxisTranslation' => [ - 'value' => -93.59999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -83.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 113.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15707' => [ 'xAxisTranslation' => [ 'value' => -118.996, @@ -70683,302 +65896,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15714' => [ - 'xAxisTranslation' => [ - 'value' => -806.413, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -263.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -622.671, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 6.018583E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -1.450001E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -0.0001892455, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -20.81616, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15716' => [ - 'xAxisTranslation' => [ - 'value' => 100.783, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 187.382, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -47.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.471839E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 1.175093E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -4.027967E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -13.56561, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15718' => [ - 'xAxisTranslation' => [ - 'value' => 336.026, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 348.565, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 252.978, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -8.358813E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -3.057474E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 7.573031E-6, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -5.771909, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15720' => [ - 'xAxisTranslation' => [ - 'value' => 963.273, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 486.386, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 190.997, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -7.992171E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -8.090695999999999E-6, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => 0.0001051699, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -13.89914, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15722' => [ - 'xAxisTranslation' => [ - 'value' => -90.29000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 247.559, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -21.989, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.216369E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.030416E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.209623E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 2.181658, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15724' => [ - 'xAxisTranslation' => [ - 'value' => -0.5620000000000001, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 244.299, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -456.938, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 3.329153E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -4.001009E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -4.507206E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 3.74656, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15726' => [ - 'xAxisTranslation' => [ - 'value' => -305.356, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 222.004, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -30.023, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.698084E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 5.003123E-6, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -9.578655000000001E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 6.325747, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15728' => [ - 'xAxisTranslation' => [ - 'value' => 221.899, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 274.136, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -397.554, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 1.361573E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.174431E-6, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -1.36241E-5, - 'uom' => 'urn:ogc:def:uom:EPSG::9101', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -2.199943, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15730' => [ 'xAxisTranslation' => [ 'value' => 300.449, @@ -71412,23 +66329,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15741' => [ - 'xAxisTranslation' => [ - 'value' => -187.5, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 14.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 237.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15742' => [ 'xAxisTranslation' => [ 'value' => -190.421, @@ -71517,40 +66417,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15750' => [ - 'xAxisTranslation' => [ - 'value' => -7.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 215.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 225.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15751' => [ - 'xAxisTranslation' => [ - 'value' => 94.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -948.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -1262.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15752' => [ 'xAxisTranslation' => [ 'value' => -86.0, @@ -71735,23 +66601,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15755' => [ - 'xAxisTranslation' => [ - 'value' => -90.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -87.31999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 114.17, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15759' => [ 'xAxisTranslation' => [ 'value' => 217.037, @@ -71820,18 +66669,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15785' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2AGD84GDA94AustraliaProvider', - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15786' => [ - 'latitudeAndLongitudeDifferenceFile' => [ - 'reverses' => true, - 'fileProvider' => 'PHPCoord\\CoordinateOperation\\NTv2AGD66GDA94AustraliaProvider', - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15787' => [ 'xAxisTranslation' => [ 'value' => -79.90000000000001, @@ -71968,23 +66805,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15798' => [ - 'xAxisTranslation' => [ - 'value' => -320.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 550.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -494.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15799' => [ 'xAxisTranslation' => [ 'value' => 124.0, @@ -72172,23 +66992,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15811' => [ - 'xAxisTranslation' => [ - 'value' => -270.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 13.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 62.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15812' => [ 'xAxisTranslation' => [ 'value' => 260.0, @@ -72223,23 +67026,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15814' => [ - 'xAxisTranslation' => [ - 'value' => 42.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 124.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 147.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15815' => [ 'xAxisTranslation' => [ 'value' => -307.0, @@ -72444,40 +67230,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15829' => [ - 'xAxisTranslation' => [ - 'value' => 44.4, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 109.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 151.7, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15830' => [ - 'xAxisTranslation' => [ - 'value' => 67.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 106.1, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 138.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15831' => [ 'xAxisTranslation' => [ 'value' => 0.0, @@ -72637,23 +67389,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15848' => [ - 'xAxisTranslation' => [ - 'value' => -13.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -348.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 292.0, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15849' => [ 'xAxisTranslation' => [ 'value' => -106.0, @@ -73076,23 +67811,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15874' => [ - 'xAxisTranslation' => [ - 'value' => -169.559, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -72.34, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 303.102, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15875' => [ 'xAxisTranslation' => [ 'value' => 265.025, @@ -73147,43 +67865,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15877' => [ - 'xAxisTranslation' => [ - 'value' => -35.173, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 136.571, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -36.964, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 1.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -0.842, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -4.718, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => -1.537, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15878' => [ 'xAxisTranslation' => [ 'value' => 51.0, @@ -73235,108 +67916,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15881' => [ - 'xAxisTranslation' => [ - 'value' => -56.263, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 16.136, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -22.856, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15882' => [ - 'xAxisTranslation' => [ - 'value' => -11.64, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -348.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 291.98, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15883' => [ - 'xAxisTranslation' => [ - 'value' => 335.47, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 222.58, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -230.94, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15884' => [ - 'xAxisTranslation' => [ - 'value' => 287.58, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 177.78, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -135.41, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15885' => [ - 'xAxisTranslation' => [ - 'value' => -56.263, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 16.136, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -22.856, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15886' => [ - 'xAxisTranslation' => [ - 'value' => -10.18, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -350.43, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 291.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15887' => [ 'xAxisTranslation' => [ 'value' => 97.297, @@ -73704,74 +68283,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15901' => [ - 'xAxisTranslation' => [ - 'value' => 287.58, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 177.78, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -135.41, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15902' => [ - 'xAxisTranslation' => [ - 'value' => 335.47, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 222.58, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => -230.94, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15903' => [ - 'xAxisTranslation' => [ - 'value' => -11.64, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -348.6, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 291.98, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15904' => [ - 'xAxisTranslation' => [ - 'value' => -10.18, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -350.43, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 291.37, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15908' => [ 'xAxisTranslation' => [ 'value' => -208.4058, @@ -74193,43 +68704,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15927' => [ - 'xAxisTranslation' => [ - 'value' => -33.722, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 153.789, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 94.959, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => 8.581, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => 4.478, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -4.54, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 8.949999999999999, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15928' => [ 'xAxisTranslation' => [ 'value' => -106.8686, @@ -74338,23 +68812,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15937' => [ - 'xAxisTranslation' => [ - 'value' => -245.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -152.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 382.9, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15948' => [ 'latitudeAndLongitudeDifferenceFile' => [ 'reverses' => true, @@ -74545,23 +69002,6 @@ class CoordinateOperationParams 'reverses' => false, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15952' => [ - 'xAxisTranslation' => [ - 'value' => -244.2, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => -149.8, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 379.3, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15953' => [ 'xAxisTranslation' => [ 'value' => -250.7, @@ -74704,43 +69144,6 @@ class CoordinateOperationParams 'reverses' => true, ], ], - 'urn:ogc:def:coordinateOperation:EPSG::15970' => [ - 'xAxisTranslation' => [ - 'value' => -292.295, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'yAxisTranslation' => [ - 'value' => 248.758, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'zAxisTranslation' => [ - 'value' => 429.447, - 'uom' => 'urn:ogc:def:uom:EPSG::9001', - 'reverses' => true, - ], - 'xAxisRotation' => [ - 'value' => -4.9971, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'yAxisRotation' => [ - 'value' => -2.99, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'zAxisRotation' => [ - 'value' => -6.6906, - 'uom' => 'urn:ogc:def:uom:EPSG::9104', - 'reverses' => true, - ], - 'scaleDifference' => [ - 'value' => 1.0289, - 'uom' => 'urn:ogc:def:uom:EPSG::9202', - 'reverses' => true, - ], - ], 'urn:ogc:def:coordinateOperation:EPSG::15971' => [ 'xAxisTranslation' => [ 'value' => 0.0, diff --git a/src/CoordinateOperation/CoordinateOperations.php b/src/CoordinateOperation/CoordinateOperations.php index a32672573..2c6e4a921 100644 --- a/src/CoordinateOperation/CoordinateOperations.php +++ b/src/CoordinateOperation/CoordinateOperations.php @@ -35,31 +35,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9653', 'extent_code' => ['1275'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1046' => [ - 'name' => 'Amersfoort / RD New to ED50 / UTM zone 31N (2)', - 'method' => 'urn:ogc:def:method:EPSG::9653', - 'extent_code' => ['1275'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1048' => [ 'name' => 'BD72 / Lambert 72 to ED50 / UTM zone 31N (1)', 'method' => 'urn:ogc:def:method:EPSG::9652', 'extent_code' => ['1347'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1050' => [ - 'name' => 'Amersfoort / RD New to ED50 / TM 5 NE (1)', - 'method' => 'urn:ogc:def:method:EPSG::9653', - 'extent_code' => ['1275'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1055' => [ - 'name' => 'Ain el Abd to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3267'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1056' => [ - 'name' => 'Ain el Abd to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3267'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1057' => [ 'name' => 'Ain el Abd to WGS 84 (5)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -80,11 +60,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3267'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1061' => [ - 'name' => 'Kudams to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1310'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1062' => [ 'name' => 'Kudams to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -105,11 +80,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1138'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1067' => [ - 'name' => 'Minna to WGS 84 (11)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3817'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1070' => [ 'name' => 'Guam 1963 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -125,91 +95,26 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9656', 'extent_code' => ['2603'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1073' => [ - 'name' => 'Israel 1993 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2603'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1074' => [ 'name' => 'Palestine 1923 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2603'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1075' => [ - 'name' => 'ED50 to WGS 84 (38)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2896'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1080' => [ 'name' => 'CI1971 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2889'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1081' => [ - 'name' => 'CI1979 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2889'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1082' => [ 'name' => 'CI1979 to NZGD2000 (1)', 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['2889'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1083' => [ - 'name' => 'JAD69 to WGS 72 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3342'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1084' => [ - 'name' => 'JAD69 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3342'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1085' => [ - 'name' => 'JAD69 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3342'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1087' => [ 'name' => 'ED50 to WGS 84 (37)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1130'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1088' => [ - 'name' => 'Monte Mario to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2882'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1089' => [ - 'name' => 'Monte Mario to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2883'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1090' => [ - 'name' => 'Monte Mario to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2884'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1091' => [ - 'name' => 'Monte Mario to WGS 84 (8)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2885'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1092' => [ - 'name' => 'Monte Mario to WGS 84 (9)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2886'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1093' => [ - 'name' => 'Monte Mario to WGS 84 (10)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2887'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1094' => [ - 'name' => 'Monte Mario to WGS 84 (11)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2888'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1095' => [ 'name' => 'PSAD56 to WGS 84 (13)', 'method' => 'urn:ogc:def:method:EPSG::9636', @@ -265,11 +170,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3308'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1109' => [ - 'name' => 'AGD84 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2576'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1110' => [ 'name' => 'Ain el Abd to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -280,11 +180,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3303'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1113' => [ - 'name' => 'Arc 1950 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2312'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1114' => [ 'name' => 'Arc 1950 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -315,31 +210,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2311'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1124' => [ - 'name' => 'Bermuda 1957 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3221'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1125' => [ - 'name' => 'Bogota 1975 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3686'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1126' => [ 'name' => 'Bukit Rimpah to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1287'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1127' => [ - 'name' => 'Campo Inchauspe to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3843'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1128' => [ - 'name' => 'Cape to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3309'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1129' => [ 'name' => 'Cape to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -350,11 +225,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1236'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1131' => [ - 'name' => 'Chua to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3675'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1132' => [ 'name' => 'Corrego Alegre 1970-72 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -435,11 +305,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2332'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1148' => [ - 'name' => 'Egypt 1907 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1086'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1149' => [ 'name' => 'ETRS89 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -470,11 +335,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3217'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1156' => [ - 'name' => 'Kalianpur 1975 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2411'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1157' => [ 'name' => 'Kandawala to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -505,11 +365,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2365'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1163' => [ - 'name' => 'M\'poraloko to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1100'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1164' => [ 'name' => 'Mahe 1971 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -535,11 +390,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1178'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1169' => [ - 'name' => 'Monte Mario to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2339'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1170' => [ 'name' => 'NAD27 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -635,11 +485,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1325'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1189' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2391'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1190' => [ 'name' => 'Nahrwan 1967 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -650,41 +495,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1243'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1192' => [ - 'name' => 'Naparima 1972 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1322'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1194' => [ 'name' => 'MGI to WGS 84 (8)', 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['1543'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1195' => [ - 'name' => 'OSGB36 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1264'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1196' => [ - 'name' => 'OSGB36 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2395'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1197' => [ - 'name' => 'OSGB36 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2396'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1198' => [ - 'name' => 'OSGB36 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2397'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1199' => [ - 'name' => 'OSGB36 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2398'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1200' => [ 'name' => 'Pointe Noire to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -735,26 +550,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2355'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1226' => [ - 'name' => 'Schwarzeck to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1169'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1227' => [ - 'name' => 'Tananarive to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1149'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1228' => [ - 'name' => 'Timbalai 1948 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1362'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1230' => [ - 'name' => 'Tokyo to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2409'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1231' => [ 'name' => 'Tokyo to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -790,11 +585,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2346'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1242' => [ - 'name' => 'HD72 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1119'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1244' => [ 'name' => 'PZ-90 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -810,16 +600,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1024'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1247' => [ - 'name' => 'Kalianpur 1962 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3289'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1248' => [ - 'name' => 'ID74 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4020'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1249' => [ 'name' => 'NAD27 to WGS 84 (21)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -840,21 +620,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3883'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1253' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3213'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1254' => [ 'name' => 'Pulkovo 1942 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3296'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1255' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1365'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1257' => [ 'name' => 'Pulkovo 1995 to PZ-90 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -915,11 +685,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2575'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1279' => [ - 'name' => 'AGD84 to GDA94 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2576'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1280' => [ 'name' => 'AGD84 to GDA94 (2)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -1025,31 +790,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1604'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1318' => [ - 'name' => 'Camacupa 1948 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2316'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1319' => [ - 'name' => 'Camacupa 1948 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2317'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1323' => [ - 'name' => 'Camacupa 1948 to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2319'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1326' => [ - 'name' => 'Camacupa 1948 to WGS 84 (9)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2323'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1327' => [ - 'name' => 'Camacupa 1948 to WGS 84 (10)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2324'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1331' => [ 'name' => 'EST92 to ETRS89 (1)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -1060,21 +800,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3246'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1333' => [ - 'name' => 'EST92 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3246'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1334' => [ 'name' => 'Pulkovo 1942 to WGS 84 (12)', 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3246'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1438' => [ - 'name' => 'Fahud to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['4009'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1439' => [ 'name' => 'PSD93 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1110,11 +840,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3297'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1446' => [ - 'name' => 'St. Lucia 1955 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3298'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1447' => [ 'name' => 'Anguilla 1957 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9619', @@ -1225,21 +950,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2361'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1536' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2406'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1537' => [ - 'name' => 'Indian 1975 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2358'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1538' => [ - 'name' => 'Carthage to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1489'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1539' => [ 'name' => 'South Yemen to Yemen NGN96 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1285,11 +995,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3143'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1556' => [ - 'name' => 'Naparima 1955 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3143'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1557' => [ 'name' => 'Malongo 1987 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1305,16 +1010,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2393'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1561' => [ - 'name' => 'Qatar 1974 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1346'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1562' => [ - 'name' => 'Qatar 1974 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2406'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1563' => [ 'name' => 'Qatar 1974 to WGS 84 (3)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1335,11 +1030,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9615', 'extent_code' => ['3285'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1569' => [ - 'name' => 'Accra to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1104'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1570' => [ 'name' => 'Accra to WGS 72BE (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1385,11 +1075,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2329'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1586' => [ - 'name' => 'Deir ez Zor to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2327'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1587' => [ 'name' => 'Deir ez Zor to WGS 84 (4)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1405,11 +1090,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1096'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1592' => [ - 'name' => 'Timbalai 1948 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1055'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1594' => [ 'name' => 'AGD66 to GDA94 (8)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -1420,11 +1100,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['2284'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1597' => [ - 'name' => 'Bogota 1975 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2315'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1610' => [ 'name' => 'BD72 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1445,11 +1120,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3306'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1615' => [ - 'name' => 'Timbalai 1948 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2349'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1616' => [ 'name' => 'PSD93 to WGS 72 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1465,11 +1135,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['1037'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1622' => [ - 'name' => 'S-JTSK to ETRS89 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1079'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1626' => [ 'name' => 'ED50 to ETRS89 (4)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1520,11 +1185,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3694'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1652' => [ - 'name' => 'BD72 to ETRS89 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1347'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1653' => [ 'name' => 'NGO 1948 to ETRS89 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1545,31 +1205,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2340'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1682' => [ - 'name' => 'South Yemen to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1340'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1684' => [ - 'name' => 'Tete to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2350'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1685' => [ - 'name' => 'Tete to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2351'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1686' => [ - 'name' => 'Tete to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2352'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1687' => [ - 'name' => 'Tete to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2353'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1688' => [ 'name' => 'ATS77 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9615', @@ -1665,11 +1300,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9601', 'extent_code' => ['3694'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1764' => [ - 'name' => 'NTF (Paris) to NTF (2)', - 'method' => 'urn:ogc:def:method:EPSG::9601', - 'extent_code' => ['3694'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1765' => [ 'name' => 'Bern 1898 (Bern) to CH1903 (1)', 'method' => 'urn:ogc:def:method:EPSG::9601', @@ -1710,11 +1340,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['1343'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1776' => [ - 'name' => 'DHDN to ETRS89 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2326'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1778' => [ 'name' => 'DHDN to ETRS89 (3)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1740,11 +1365,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2555'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1797' => [ - 'name' => 'Qornoq 1927 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3362'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1798' => [ 'name' => 'Qornoq 1927 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1760,11 +1380,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2571'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1801' => [ - 'name' => 'Pointe Noire to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2574'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1802' => [ 'name' => 'Pointe Noire to WGS 84 (3)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -1815,66 +1430,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3317'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1813' => [ - 'name' => 'Batavia to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2577'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1814' => [ - 'name' => 'Batavia to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2588'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1815' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2598'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1816' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2599'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1817' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2600'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1818' => [ - 'name' => 'Minna to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1717'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1820' => [ - 'name' => 'Minna to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3813'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1821' => [ - 'name' => 'Minna to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3814'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1822' => [ - 'name' => 'Minna to WGS 84 (8)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3815'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1823' => [ - 'name' => 'Minna to WGS 84 (9)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3816'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1824' => [ - 'name' => 'Minna to WGS 84 (10)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3824'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1825' => [ - 'name' => 'Hong Kong 1980 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1118'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1826' => [ 'name' => 'JGD2000 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1885,16 +1440,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1207'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1832' => [ - 'name' => 'ID74 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['4020'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1833' => [ - 'name' => 'ID74 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['4020'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1837' => [ 'name' => 'Makassar to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1920,11 +1465,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1061'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1852' => [ - 'name' => 'Timbalai 1948 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2780'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1853' => [ 'name' => 'ED50 to WGS 84 (39)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -1955,31 +1495,16 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2781'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1859' => [ - 'name' => 'ELD79 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2785'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1860' => [ 'name' => 'ELD79 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2785'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1861' => [ - 'name' => 'ELD79 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2786'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1862' => [ 'name' => 'ELD79 to WGS 84 (4)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2786'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1863' => [ - 'name' => 'ELD79 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2786'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1864' => [ 'name' => 'SAD69 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -2080,11 +1605,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1301'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1887' => [ - 'name' => 'Azores Occidental 1939 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1344'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1888' => [ 'name' => 'Porto Santo to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -2140,16 +1660,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2555'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1903' => [ - 'name' => 'Fort Marigot to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2828'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1904' => [ - 'name' => 'Guadeloupe 1948 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2829'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1905' => [ 'name' => 'Guadeloupe 1948 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -2165,36 +1675,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3105'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1909' => [ - 'name' => 'Martinique 1938 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3276'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1910' => [ - 'name' => 'Martinique 1938 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3276'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1912' => [ 'name' => 'RGR92 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3902'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1913' => [ - 'name' => 'Tahaa 54 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2812'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1914' => [ - 'name' => 'IGN72 Nuku Hiva to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3129'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1916' => [ - 'name' => 'Combani 1950 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3340'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1921' => [ 'name' => 'Petrels 1972 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -2245,11 +1730,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2530'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1956' => [ - 'name' => 'TM75 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1305'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1957' => [ 'name' => 'Helle 1954 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -2280,101 +1760,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['2870'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1968' => [ - 'name' => 'Azores Oriental 1995 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2871'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1969' => [ - 'name' => 'Azores Oriental 1995 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2871'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1970' => [ - 'name' => 'Azores Oriental 1995 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1345'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1971' => [ - 'name' => 'Azores Oriental 1995 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1345'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1972' => [ - 'name' => 'Azores Central 1995 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2872'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1973' => [ - 'name' => 'Azores Central 1995 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2872'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1974' => [ - 'name' => 'Azores Central 1995 to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2873'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1975' => [ - 'name' => 'Azores Central 1995 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2873'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1976' => [ - 'name' => 'Azores Central 1995 to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2874'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1977' => [ - 'name' => 'Azores Central 1995 to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2874'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1978' => [ - 'name' => 'Azores Central 1995 to WGS 84 (8)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2875'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1979' => [ - 'name' => 'Azores Central 1995 to WGS 84 (9)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2875'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1980' => [ - 'name' => 'Azores Central 1995 to WGS 84 (10)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1301'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1981' => [ - 'name' => 'Azores Central 1995 to WGS 84 (11)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1301'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1982' => [ - 'name' => 'Azores Occidental 1939 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1344'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1983' => [ - 'name' => 'Datum 73 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1294'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::1984' => [ - 'name' => 'Lisbon to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1294'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1985' => [ 'name' => 'ED50 to WGS 84 (33)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1294'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1986' => [ - 'name' => 'Lisbon 1890 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1294'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1987' => [ 'name' => 'Datum 73 to WGS 84 (4)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -2390,11 +1780,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['1294'], ], - 'urn:ogc:def:coordinateOperation:EPSG::1990' => [ - 'name' => 'Lisbon 1890 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1294'], - ], 'urn:ogc:def:coordinateOperation:EPSG::1991' => [ 'name' => 'Lisbon 1890 (Lisbon) to Lisbon 1890 (1)', 'method' => 'urn:ogc:def:method:EPSG::9601', @@ -2785,31 +2170,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9807', 'extent_code' => ['1162'], ], - 'urn:ogc:def:coordinateOperation:EPSG::4064' => [ - 'name' => 'RGRDC 2005 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3613'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::4065' => [ - 'name' => 'Katanga 1955 to RGRDC 2005 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3614'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::4066' => [ - 'name' => 'Katanga 1955 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3614'], - ], 'urn:ogc:def:coordinateOperation:EPSG::4067' => [ 'name' => 'Katanga 1955 to RGRDC 2005 (2)', 'method' => 'urn:ogc:def:method:EPSG::9636', 'extent_code' => ['3614'], ], - 'urn:ogc:def:coordinateOperation:EPSG::4068' => [ - 'name' => 'Katanga 1955 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9636', - 'extent_code' => ['3614'], - ], 'urn:ogc:def:coordinateOperation:EPSG::4069' => [ 'name' => 'Chua to SIRGAS 2000 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -2970,11 +2335,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9807', 'extent_code' => ['3373'], ], - 'urn:ogc:def:coordinateOperation:EPSG::4290' => [ - 'name' => 'Cadastre 1997 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3340'], - ], 'urn:ogc:def:coordinateOperation:EPSG::4305' => [ 'name' => 'Pinang Cassini Grid', 'method' => 'urn:ogc:def:method:EPSG::9806', @@ -3095,21 +2455,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1159'], ], - 'urn:ogc:def:coordinateOperation:EPSG::4477' => [ - 'name' => 'RGSPM06 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1220'], - ], 'urn:ogc:def:coordinateOperation:EPSG::4478' => [ 'name' => 'Cadastre 1997 to RGM04 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3340'], ], - 'urn:ogc:def:coordinateOperation:EPSG::4560' => [ - 'name' => 'RRAF 1991 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2824'], - ], 'urn:ogc:def:coordinateOperation:EPSG::4648' => [ 'name' => 'UTM zone 32N with prefix', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -3170,11 +2520,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3680'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5024' => [ - 'name' => 'Azores Oriental 1995 to PTRA08 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1345'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5025' => [ 'name' => 'Azores Oriental 1995 to PTRA08 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -3185,11 +2530,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3683'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5027' => [ - 'name' => 'Azores Central 1995 to PTRA08 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1301'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5028' => [ 'name' => 'Azores Central 1995 to PTRA08 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -3215,11 +2555,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2872'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5033' => [ - 'name' => 'Azores Occidental 1939 to PTRA08 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1344'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5034' => [ 'name' => 'Azores Occidental 1939 to PTRA08 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -3230,11 +2565,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3685'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5036' => [ - 'name' => 'Datum 73 to ETRS89 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1294'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5037' => [ 'name' => 'Datum 73 to ETRS89 (5)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -3325,11 +2655,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3625'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5078' => [ - 'name' => 'Karbala 1979 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3625'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5100' => [ 'name' => 'Korea Unified Belt', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -3535,16 +2860,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9636', 'extent_code' => ['3266'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5191' => [ - 'name' => 'Korean 1985 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9636', - 'extent_code' => ['3266'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5194' => [ - 'name' => 'VN-2000 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3770'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5196' => [ 'name' => 'HVRS71 height to EVRF2000 height (1)', 'method' => 'urn:ogc:def:method:EPSG::1046', @@ -3697,13 +3012,8 @@ class CoordinateOperations ], 'urn:ogc:def:coordinateOperation:EPSG::5241' => [ 'name' => 'S-JTSK to S-JTSK/05 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9619', - 'extent_code' => ['1079'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5249' => [ - 'name' => 'Timbalai 1948 to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1055'], + 'method' => 'urn:ogc:def:method:EPSG::9619', + 'extent_code' => ['1079'], ], 'urn:ogc:def:coordinateOperation:EPSG::5260' => [ 'name' => 'TUREF to ETRS89 (1)', @@ -3860,11 +3170,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1049'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5376' => [ - 'name' => 'CR05 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1074'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5377' => [ 'name' => 'MACARIO SOLIS to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -4065,11 +3370,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9801', 'extent_code' => ['3290'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5470' => [ - 'name' => 'Ocotepeque 1935 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3232'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5471' => [ 'name' => 'Panama Polyconic', 'method' => 'urn:ogc:def:method:EPSG::9818', @@ -4100,11 +3400,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9636', 'extent_code' => ['1146'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5485' => [ - 'name' => 'Luxembourg 1930 to ETRS89 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1146'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5491' => [ 'name' => 'Martinique 1938 to RGAF09 (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -4240,11 +3535,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9809', 'extent_code' => ['1447'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5590' => [ - 'name' => 'UCS-2000 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1242'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5595' => [ 'name' => 'Fehmarnbelt TM', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -4255,16 +3545,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3889'], ], - 'urn:ogc:def:coordinateOperation:EPSG::5622' => [ - 'name' => 'OSGB36 to WGS 84 (8)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3893'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::5630' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (8)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3917'], - ], 'urn:ogc:def:coordinateOperation:EPSG::5640' => [ 'name' => 'Petrobras Mercator', 'method' => 'urn:ogc:def:method:EPSG::9805', @@ -4870,16 +4150,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3186'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6142' => [ - 'name' => 'GCGD59 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3185'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6143' => [ - 'name' => 'SIGD61 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3186'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6177' => [ 'name' => 'CIGD11 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -4900,26 +4170,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1293'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6192' => [ - 'name' => 'Corrego Alegre 1970-72 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1293'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6193' => [ 'name' => 'Corrego Alegre 1970-72 to SIRGAS 2000 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1293'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6195' => [ - 'name' => 'SAD69(96) to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1053'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6196' => [ - 'name' => 'Minna to WGS 84 (16)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4127'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6198' => [ 'name' => 'Michigan CS27 Central zone', 'method' => 'urn:ogc:def:method:EPSG::1051', @@ -5235,21 +4490,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9653', 'extent_code' => ['1275'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6304' => [ - 'name' => 'ED50 / UTM zone 31N to Amersfoort / RD New (2)', - 'method' => 'urn:ogc:def:method:EPSG::9653', - 'extent_code' => ['1275'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6305' => [ 'name' => 'ED50 / UTM zone 31N to BD72 / Lambert 72 (1)', 'method' => 'urn:ogc:def:method:EPSG::9652', 'extent_code' => ['1347'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6306' => [ - 'name' => 'ED50 / TM 5 NE to Amersfoort / RD New (1)', - 'method' => 'urn:ogc:def:method:EPSG::9653', - 'extent_code' => ['1275'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6308' => [ 'name' => 'Cyprus Transverse Mercator', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -5610,11 +4855,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9807', 'extent_code' => ['3212'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6872' => [ - 'name' => 'Abidjan 1987 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2296'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6873' => [ 'name' => 'Tananarive to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -5635,21 +4875,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3876'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6889' => [ - 'name' => 'Ocotepeque 1935 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::1063', - 'extent_code' => ['3232'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6890' => [ 'name' => 'Ocotepeque 1935 to CR05 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3232'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6891' => [ - 'name' => 'Ocotepeque 1935 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3876'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6895' => [ 'name' => 'Viti Levu 1912 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -5665,11 +4895,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3298'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6898' => [ - 'name' => 'Lisbon to WGS 84 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1294'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6899' => [ 'name' => 'Pulkovo 1942 to WGS 84 (21)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -5680,16 +4905,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1329'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6901' => [ - 'name' => 'Tete to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3281'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::6902' => [ - 'name' => 'Timbalai 1948 to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2349'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6903' => [ 'name' => 'Yoff to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -5745,11 +4960,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3250'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6914' => [ - 'name' => 'South East Island 1943 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4183'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6920' => [ 'name' => 'Kansas DOT Lambert (meters)', 'method' => 'urn:ogc:def:method:EPSG::9802', @@ -5795,31 +5005,16 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['4214'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6938' => [ - 'name' => 'AGD66 to PNG94 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4214'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6939' => [ 'name' => 'AGD66 to PNG94 (4)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['4013'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6940' => [ - 'name' => 'AGD66 to PNG94 (5)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4013'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6941' => [ 'name' => 'AGD66 to PNG94 (6)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['4216'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6942' => [ - 'name' => 'AGD66 to PNG94 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4216'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6948' => [ 'name' => 'RD/83 to ETRS89 (2)', 'method' => 'urn:ogc:def:method:EPSG::9615', @@ -5910,31 +5105,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['2603'], ], - 'urn:ogc:def:coordinateOperation:EPSG::6998' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (11)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['4226'], - ], 'urn:ogc:def:coordinateOperation:EPSG::6999' => [ 'name' => 'Nahrwan 1967 to WGS 84 (12)', 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['4225'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7002' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (13)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['4229'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7003' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (14)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['1850'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7004' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (15)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['4227'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7008' => [ 'name' => 'Nahrwan 1934 / UTM zone 37N to Karbala 1979 / UTM zone 37N (1)', 'method' => 'urn:ogc:def:method:EPSG::9656', @@ -7035,16 +6210,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9801', 'extent_code' => ['4342'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7442' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (10)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['4382'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::7443' => [ - 'name' => 'ONGD14 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1183'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7448' => [ 'name' => 'SAD69 to SIRGAS-Chile 2002 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -7545,11 +6710,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::1066', 'extent_code' => ['1262'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7704' => [ - 'name' => 'PZ-90 to PZ-90.11 (1)', - 'method' => 'urn:ogc:def:method:EPSG::1032', - 'extent_code' => ['1262'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7705' => [ 'name' => 'GSK-2011 to PZ-90.11 (1)', 'method' => 'urn:ogc:def:method:EPSG::1066', @@ -7890,11 +7050,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3183'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7893' => [ - 'name' => 'Astro DOS 71 to SHGD2015 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3183'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7894' => [ 'name' => 'Astro DOS 71 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -7910,11 +7065,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3183'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7898' => [ - 'name' => 'St. Helena Tritan to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3183'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7932' => [ 'name' => 'ITRF89 to ETRF89 (1)', 'method' => 'urn:ogc:def:method:EPSG::1053', @@ -8060,11 +7210,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9807', 'extent_code' => ['4439'], ], - 'urn:ogc:def:coordinateOperation:EPSG::7994' => [ - 'name' => 'Barrow Island Grid 2020', - 'method' => 'urn:ogc:def:method:EPSG::9807', - 'extent_code' => ['4438'], - ], 'urn:ogc:def:coordinateOperation:EPSG::7995' => [ 'name' => 'Broome Grid 2020', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -8820,26 +7965,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3307'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8695' => [ - 'name' => 'Camacupa 1948 to Camacupa 2015 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2324'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8696' => [ - 'name' => 'Camacupa 1948 to Camacupa 2015 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['2322'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8819' => [ 'name' => 'RSAO13 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1029'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8822' => [ - 'name' => 'MTRF-2000 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1206'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8824' => [ 'name' => 'Ain el Abd to MTRF-2000 (1)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -8855,71 +7985,36 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['1029'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8828' => [ - 'name' => 'RGPF to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1098'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8829' => [ 'name' => 'Tahiti 79 to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3124'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8830' => [ - 'name' => 'Tahiti 79 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3124'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8831' => [ 'name' => 'Moorea 87 to RGPF (2)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3125'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8832' => [ - 'name' => 'Moorea 87 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3125'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8833' => [ 'name' => 'Tahaa 54 to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2812'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8834' => [ - 'name' => 'Tahaa 54 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['2812'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8835' => [ 'name' => 'Fatu Iva 72 to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3133'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8842' => [ - 'name' => 'Fatu Iva 72 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3133'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8843' => [ 'name' => 'IGN63 Hiva Oa to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3131'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8844' => [ - 'name' => 'IGN63 Hiva Oa to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3131'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8845' => [ 'name' => 'IGN63 Hiva Oa to RGPF (2)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3132'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8846' => [ - 'name' => 'IGN63 Hiva Oa to WGS 84 (4)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3132'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8847' => [ 'name' => 'IGN72 Nuku Hiva to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9606', @@ -8935,26 +8030,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3127'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8850' => [ - 'name' => 'IGN72 Nuku Hiva to WGS 84 (6)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3127'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8851' => [ 'name' => 'IGN72 Nuku Hiva to RGPF (3)', 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['3128'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8852' => [ - 'name' => 'IGN72 Nuku Hiva to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3128'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8853' => [ - 'name' => 'Maupiti 83 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3126'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8854' => [ 'name' => 'Equal Earth Greenwich', 'method' => 'urn:ogc:def:method:EPSG::1078', @@ -9075,26 +8155,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['1029'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8883' => [ - 'name' => 'Camacupa 1948 to RSAO13 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2322'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::8884' => [ - 'name' => 'Camacupa 1948 to RSAO13 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2324'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8886' => [ 'name' => 'SVY21 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1210'], ], - 'urn:ogc:def:coordinateOperation:EPSG::8887' => [ - 'name' => 'GDA2020 to WGS 84 (Transit) (1)', - 'method' => 'urn:ogc:def:method:EPSG::1031', - 'extent_code' => ['4177'], - ], 'urn:ogc:def:coordinateOperation:EPSG::8889' => [ 'name' => 'BGS2005 to ETRS89 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -9735,11 +8800,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2357'], ], - 'urn:ogc:def:coordinateOperation:EPSG::9263' => [ - 'name' => 'Hito XVIII 1963 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2357'], - ], 'urn:ogc:def:coordinateOperation:EPSG::9264' => [ 'name' => 'POSGAR 2007 to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -10325,16 +9385,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9807', 'extent_code' => ['4654'], ], - 'urn:ogc:def:coordinateOperation:EPSG::10085' => [ - 'name' => 'Trinidad 1903 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1339'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::10086' => [ - 'name' => 'JAD69 to WGS 72 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3342'], - ], 'urn:ogc:def:coordinateOperation:EPSG::10087' => [ 'name' => 'Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid (1)', 'method' => 'urn:ogc:def:method:EPSG::9624', @@ -10345,11 +9395,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3333'], ], - 'urn:ogc:def:coordinateOperation:EPSG::10099' => [ - 'name' => 'KKJ to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3333'], - ], 'urn:ogc:def:coordinateOperation:EPSG::10101' => [ 'name' => 'Alabama CS27 East zone', 'method' => 'urn:ogc:def:method:EPSG::9807', @@ -12230,11 +11275,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3957'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15484' => [ - 'name' => 'Tokyo to WGS 84 (108)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3957'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15485' => [ 'name' => 'SAD69 to SIRGAS 2000 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -12250,21 +11290,11 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9656', 'extent_code' => ['3982'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15493' => [ - 'name' => 'Minna to WGS 84 (15)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3590'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15494' => [ 'name' => 'Kalianpur 1962 to WGS 84 (6)', 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3589'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15495' => [ - 'name' => 'Accra to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['1505'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15496' => [ 'name' => 'Pulkovo 1942(58) to WGS 84 (18)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -12825,16 +11855,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2982'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15705' => [ - 'name' => 'Minna to WGS 84 (12)', - 'method' => 'urn:ogc:def:method:EPSG::9606', - 'extent_code' => ['3819'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15706' => [ - 'name' => 'Minna to WGS 84 (13)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1717'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15707' => [ 'name' => 'ELD79 to WGS 84 (6)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -12855,46 +11875,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3274'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15714' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (1)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3082'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15716' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3083'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15718' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3084'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15720' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (4)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3085'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15722' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (5)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3086'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15724' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (6)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3087'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15726' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (7)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3088'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15728' => [ - 'name' => 'Bogota 1975 to MAGNA-SIRGAS (8)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3089'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15730' => [ 'name' => 'Bogota 1975 to MAGNA-SIRGAS (9)', 'method' => 'urn:ogc:def:method:EPSG::9636', @@ -12940,11 +11920,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1070'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15741' => [ - 'name' => 'Deir ez Zor to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2329'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15742' => [ 'name' => 'Deir ez Zor to WGS 84 (5)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -12965,16 +11940,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3141'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15750' => [ - 'name' => 'St. Kitts 1955 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3297'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15751' => [ - 'name' => 'Reunion 1947 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3337'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15752' => [ 'name' => 'ED79 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -12985,11 +11950,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9651', 'extent_code' => ['2330'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15755' => [ - 'name' => 'Minna to WGS 84 (14)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3113'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15759' => [ 'name' => 'Maupiti 83 to RGPF (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13050,11 +12010,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3182'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15798' => [ - 'name' => 'Astro DOS 71 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3183'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15799' => [ 'name' => 'Marcus Island 1952 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13110,11 +12065,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3192'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15811' => [ - 'name' => 'Antigua 1943 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['1273'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15812' => [ 'name' => 'Deception Island to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13125,11 +12075,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3529'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15814' => [ - 'name' => 'SIGD61 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3186'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15815' => [ 'name' => 'PN84 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13190,16 +12135,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1548'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15829' => [ - 'name' => 'SIGD61 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3186'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15830' => [ - 'name' => 'GCGD59 to WGS 84 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3185'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15831' => [ 'name' => 'Korea 2000 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13235,11 +12170,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2815'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15848' => [ - 'name' => 'ST84 Ile des Pins to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2820'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15849' => [ 'name' => 'Beduaram to WGS 84 (2)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13320,11 +12250,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['2555'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15874' => [ - 'name' => 'Nord Sahara 1959 to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3402'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15875' => [ 'name' => 'Fiji 1956 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13335,11 +12260,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['1094'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15877' => [ - 'name' => 'Fiji 1986 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3398'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15878' => [ 'name' => 'Vanua Levu 1915 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13355,36 +12275,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['1174'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15881' => [ - 'name' => 'ST87 Ouvea to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2813'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15882' => [ - 'name' => 'IGN72 Grande Terre to RGNC91-93 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2822'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15883' => [ - 'name' => 'IGN56 Lifou to RGNC91-93 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2814'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15884' => [ - 'name' => 'IGN53 Mare to RGNC91-93 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2819'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15885' => [ - 'name' => 'ST87 Ouvea to RGNC91-93 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2813'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15886' => [ - 'name' => 'NEA74 Noumea to RGNC91-93 (1)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2823'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15887' => [ 'name' => 'IGN72 Grande Terre to RGNC91-93 (2)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -13440,26 +12330,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9606', 'extent_code' => ['2571'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15901' => [ - 'name' => 'IGN53 Mare to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2819'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15902' => [ - 'name' => 'IGN56 Lifou to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2814'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15903' => [ - 'name' => 'IGN72 Grande Terre to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2822'], - ], - 'urn:ogc:def:coordinateOperation:EPSG::15904' => [ - 'name' => 'NEA74 Noumea to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['2823'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15908' => [ 'name' => 'LGD2006 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13550,11 +12420,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3342'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15927' => [ - 'name' => 'JAD69 to WGS 84 (3)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3342'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15928' => [ 'name' => 'BD72 to ETRS89 (2)', 'method' => 'urn:ogc:def:method:EPSG::9607', @@ -13575,11 +12440,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9603', 'extent_code' => ['3466'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15937' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (7)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3509'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15948' => [ 'name' => 'DHDN to ETRS89 (8)', 'method' => 'urn:ogc:def:method:EPSG::9615', @@ -13595,11 +12455,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9645', 'extent_code' => ['3401'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15952' => [ - 'name' => 'Nahrwan 1967 to WGS 84 (9)', - 'method' => 'urn:ogc:def:method:EPSG::9603', - 'extent_code' => ['3530'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15953' => [ 'name' => 'Nahrwan 1967 to WGS 84 (10)', 'method' => 'urn:ogc:def:method:EPSG::9603', @@ -13630,11 +12485,6 @@ class CoordinateOperations 'method' => 'urn:ogc:def:method:EPSG::9607', 'extent_code' => ['3221'], ], - 'urn:ogc:def:coordinateOperation:EPSG::15970' => [ - 'name' => 'Bermuda 1957 to WGS 84 (2)', - 'method' => 'urn:ogc:def:method:EPSG::9607', - 'extent_code' => ['3221'], - ], 'urn:ogc:def:coordinateOperation:EPSG::15971' => [ 'name' => 'BDA2000 to WGS 84 (1)', 'method' => 'urn:ogc:def:method:EPSG::9603', diff --git a/src/EPSG/Import/EPSGCodegenFromDataImport.php b/src/EPSG/Import/EPSGCodegenFromDataImport.php index d9f58f4c4..56030e44f 100644 --- a/src/EPSG/Import/EPSGCodegenFromDataImport.php +++ b/src/EPSG/Import/EPSGCodegenFromDataImport.php @@ -152,6 +152,241 @@ class EPSGCodegenFromDataImport 10034, // OSGM02 15956, // OSGM02 + // Have alternate transforms with better params + 1046, + 1050, + 1055, + 1056, + 1061, + 1067, + 1073, + 1075, + 1081, + 1083, + 1084, + 1085, + 1088, + 1089, + 1090, + 1091, + 1092, + 1093, + 1094, + 1109, + 1113, + 1124, + 1125, + 1127, + 1128, + 1131, + 1148, + 1156, + 1163, + 1169, + 1189, + 1192, + 1195, + 1196, + 1197, + 1198, + 1199, + 1226, + 1242, + 1247, + 1248, + 1279, + 1227, + 1228, + 1230, + 1253, + 1255, + 1318, + 1319, + 1323, + 1326, + 1327, + 1333, + 1438, + 1446, + 1536, + 1537, + 1538, + 1556, + 1561, + 1562, + 1569, + 1586, + 1592, + 1597, + 1615, + 1622, + 1652, + 1682, + 1684, + 1685, + 1686, + 1687, + 1764, + 1776, + 1797, + 1801, + 1813, + 1814, + 1815, + 1816, + 1817, + 1818, + 1820, + 1821, + 1822, + 1823, + 1824, + 1825, + 1832, + 1833, + 1852, + 1859, + 1861, + 1863, + 1887, + 1903, + 1904, + 1909, + 1910, + 1913, + 1914, + 1916, + 1956, + 1968, + 1969, + 1970, + 1971, + 1972, + 1973, + 1974, + 1975, + 1976, + 1977, + 1978, + 1979, + 1980, + 1981, + 1982, + 1983, + 1984, + 1986, + 1990, + 2575, + 2780, + 4064, + 4065, + 4066, + 4068, + 4290, + 4477, + 4560, + 5024, + 5027, + 5033, + 5036, + 5078, + 5191, + 5194, + 5249, + 5376, + 5470, + 5485, + 5590, + 5622, + 5630, + 6142, + 6143, + 6192, + 6195, + 6196, + 6304, + 6306, + 6872, + 6889, + 6891, + 6898, + 6901, + 6902, + 6914, + 6938, + 6940, + 6942, + 6998, + 7002, + 7003, + 7004, + 7442, + 7443, + 7704, + 7893, + 7994, + 7898, + 8695, + 8696, + 8822, + 8828, + 8830, + 8832, + 8834, + 8842, + 8844, + 8846, + 8850, + 8852, + 8853, + 8883, + 8884, + 8887, + 9263, + 10086, + 10099, + 10085, + 15484, + 15493, + 15495, + 15705, + 15706, + 15714, + 15716, + 15718, + 15720, + 15722, + 15724, + 15726, + 15728, + 15741, + 15750, + 15751, + 15755, + 15798, + 15811, + 15814, + 15829, + 15830, + 15881, + 15848, + 15874, + 15877, + 15882, + 15883, + 15884, + 15885, + 15886, + 15901, + 15902, + 15903, + 15904, + 15927, + 15937, + 15938, + 15952, + 15970, + // replaced by RDNAPTRANS2018 7000, // NTv2 rdtrans2008.gsb diff --git a/src/Geometry/Extents/BoundingBoxOnly/Extent1717.php b/src/Geometry/Extents/BoundingBoxOnly/Extent1717.php deleted file mode 100644 index f784a10a1..000000000 --- a/src/Geometry/Extents/BoundingBoxOnly/Extent1717.php +++ /dev/null @@ -1,28 +0,0 @@ -