Geocentric translations (geog2D domain)
Derived at 1 station. Accuracy 25m in each axis.
U.S. Defense Mapping Agency TR8350.2 September 1987.
2020-03-14
Definition: OGC Well Known Text
GEOGCS["Afgooye", DATUM["Afgooye", SPHEROID["Krassowsky 1940",6378245,298.3], TOWGS84[-43,-163,45,0,0,0,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4205"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Afgooye", DATUM["Afgooye", 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["Somalia - onshore."], BBOX[-1.71,40.98,12.03,51.47]], ID["EPSG",4205]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Afgooye", "datum": { "type": "GeodeticReferenceFrame", "name": "Afgooye", "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": "Somalia - onshore.", "bbox": { "south_latitude": -1.71, "west_longitude": 40.98, "north_latitude": 12.03, "east_longitude": 51.47 }, "id": { "authority": "EPSG", "code": 4205 } }
Definition: GeoServer
4205=GEOGCS["Afgooye",DATUM["Afgooye",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[-43,-163,45,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4205"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=krass +towgs84=-43,-163,45,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 ( 4205, 'EPSG', 4205, '+proj=longlat +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +no_defs +type=crs', 'GEOGCS["Afgooye",DATUM["Afgooye",SPHEROID["Krassowsky 1940",6378245,298.3],TOWGS84[-43,-163,45,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4205"]]');