Geocentric translations (geog2D domain)
Derived in 1998 in Kangan district by Geoid for Total. Used for South Pars phases 2 and 3.
Total-Fina
2020-03-14
degree (supplier to define representation)
EPSG
IOEPC records.
2004-01-06
Definition: OGC Well Known Text
GEOGCS["FD58", DATUM["Final_Datum_1958", SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465], TOWGS84[-241.54,-163.64,396.06,0,0,0,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4132"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["FD58", DATUM["Final Datum 1958", ELLIPSOID["Clarke 1880 (RGS)",6378249.145,293.465, 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["Iran - Arwaz area and onshore Gulf coast west of 54°E, Lavan Island, offshore Balal field and South Pars blocks 2 and 3."], BBOX[26.21,47.13,33.22,53.61]], ID["EPSG",4132]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "FD58", "datum": { "type": "GeodeticReferenceFrame", "name": "Final Datum 1958", "ellipsoid": { "name": "Clarke 1880 (RGS)", "semi_major_axis": 6378249.145, "inverse_flattening": 293.465 } }, "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": "Iran - Arwaz area and onshore Gulf coast west of 54°E, Lavan Island, offshore Balal field and South Pars blocks 2 and 3.", "bbox": { "south_latitude": 26.21, "west_longitude": 47.13, "north_latitude": 33.22, "east_longitude": 53.61 }, "id": { "authority": "EPSG", "code": 4132 } }
Definition: GeoServer
4132=GEOGCS["FD58",DATUM["Final_Datum_1958",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465],TOWGS84[-241.54,-163.64,396.06,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4132"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-241.54,-163.64,396.06,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 ( 4132, 'EPSG', 4132, '+proj=longlat +a=6378249.145 +rf=293.465 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +no_defs +type=crs', 'GEOGCS["FD58",DATUM["Final_Datum_1958",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465],TOWGS84[-241.54,-163.64,396.06,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4132"]]');