Transformation of coordinates at 5m level of accuracy.
May be used as an approximate transformation to WGS 84 - see South Yemen to WGS 84 (1) (code 1682).
Geocentric translations (geog2D domain)
Yemen - South Yemen onshore mainland.
(0,)
Definition: OGC Well Known Text 2 (2019)
COORDINATEOPERATION["South Yemen to Yemen NGN96 (1)", VERSION["IGN-Yem South"], SOURCECRS[ GEOGCRS["South Yemen", DATUM["South Yemen", ELLIPSOID["Krassowsky 1940",6378245,298.3, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], ID["EPSG",4164]]], TARGETCRS[ GEOGCRS["Yemen NGN96", DATUM["Yemen National Geodetic Network 1996", ELLIPSOID["WGS 84",6378137,298.257223563, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], ID["EPSG",4163]]], METHOD["Geocentric translations (geog2D domain)", ID["EPSG",9603]], PARAMETER["X-axis translation",-76, LENGTHUNIT["metre",1], ID["EPSG",8605]], PARAMETER["Y-axis translation",-138, LENGTHUNIT["metre",1], ID["EPSG",8606]], PARAMETER["Z-axis translation",67, LENGTHUNIT["metre",1], ID["EPSG",8607]], OPERATIONACCURACY[5.0], USAGE[ SCOPE["Transformation of coordinates at 5m level of accuracy."], AREA["Yemen - South Yemen onshore mainland."], BBOX[12.54,43.37,19,53.14]], ID["EPSG",1539], REMARK["May be used as an approximate transformation to WGS 84 - see South Yemen to WGS 84 (1) (code 1682)."]]
Definition: PROJ.4
+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=krass +step +proj=helmert +x=-76 +y=-138 +z=67 +step +inv +proj=cart +ellps=WGS84 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
Definition: JavaScript (Proj4js)
proj4.defs("EPSG:1539","+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=krass +step +proj=helmert +x=-76 +y=-138 +z=67 +step +inv +proj=cart +ellps=WGS84 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1");
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Transformation", "name": "South Yemen to Yemen NGN96 (1)", "source_crs": { "type": "GeographicCRS", "name": "South Yemen", "datum": { "type": "GeodeticReferenceFrame", "name": "South Yemen", "ellipsoid": { "name": "Krassowsky 1940", "semi_major_axis": 6378245, "inverse_flattening": 298.3 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "id": { "authority": "EPSG", "code": 4164 } }, "target_crs": { "type": "GeographicCRS", "name": "Yemen NGN96", "datum": { "type": "GeodeticReferenceFrame", "name": "Yemen National Geodetic Network 1996", "ellipsoid": { "name": "WGS 84", "semi_major_axis": 6378137, "inverse_flattening": 298.257223563 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "id": { "authority": "EPSG", "code": 4163 } }, "method": { "name": "Geocentric translations (geog2D domain)", "id": { "authority": "EPSG", "code": 9603 } }, "parameters": [ { "name": "X-axis translation", "value": -76, "unit": "metre", "id": { "authority": "EPSG", "code": 8605 } }, { "name": "Y-axis translation", "value": -138, "unit": "metre", "id": { "authority": "EPSG", "code": 8606 } }, { "name": "Z-axis translation", "value": 67, "unit": "metre", "id": { "authority": "EPSG", "code": 8607 } } ], "accuracy": "5.0", "scope": "Transformation of coordinates at 5m level of accuracy.", "area": "Yemen - South Yemen onshore mainland.", "bbox": { "south_latitude": 12.54, "west_longitude": 43.37, "north_latitude": 19, "east_longitude": 53.14 }, "id": { "authority": "EPSG", "code": 1539 }, "remarks": "May be used as an approximate transformation to WGS 84 - see South Yemen to WGS 84 (1) (code 1682)." }
Definition: MapServer - MAPfile
PROJECTION "proj=pipeline" "step" "proj=axisswap" "order=2,1" "step" "proj=unitconvert" "xy_in=deg" "xy_out=rad" "step" "proj=push" "v_3" "step" "proj=cart" "ellps=krass" "step" "proj=helmert" "x=-76" "y=-138" "z=67" "step" "inv" "proj=cart" "ellps=WGS84" "step" "proj=pop" "v_3" "step" "proj=unitconvert" "xy_in=rad" "xy_out=deg" "step" "proj=axisswap" "order=2,1" END
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=krass +step +proj=helmert +x=-76 +y=-138 +z=67 +step +inv +proj=cart +ellps=WGS84 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> <Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=krass +step +proj=helmert +x=-76 +y=-138 +z=67 +step +inv +proj=cart +ellps=WGS84 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 1539, 'EPSG', 1539, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=push +v_3 +step +proj=cart +ellps=krass +step +proj=helmert +x=-76 +y=-138 +z=67 +step +inv +proj=cart +ellps=WGS84 +step +proj=pop +v_3 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1', 'None');