Geocentric translations (geog2D domain)
Parameter values taken from South Yemen to Yemen NGN96 (1) (code 1539) assuming that NGN96 is equivalent to WGS 84 within the accuracy of the transformation.
OGP
2020-03-14
degree (supplier to define representation)
EPSG
IGN Paris
2004-01-06
Definition: OGC Well Known Text
GEOGCS["South Yemen", DATUM["South_Yemen", SPHEROID["Krassowsky 1940",6378245,298.3], TOWGS84[-76,-138,67,0,0,0,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4164"]]
Definition: OGC Well Known Text 2 (2019)
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]], USAGE[ SCOPE["Geodesy."], AREA["Yemen - South Yemen onshore mainland."], BBOX[12.54,43.37,19,53.14]], ID["EPSG",4164]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "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" } ] }, "scope": "Geodesy.", "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": 4164 } }
Definition: GeoServer
4164=GEOGCS["South Yemen",DATUM["South_Yemen",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[-76,-138,67,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4164"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4164, 'EPSG', 4164, '+proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs +type=crs', 'GEOGCS["South Yemen",DATUM["South_Yemen",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[-76,-138,67,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4164"]]');