EPSG:15566 DEPRECATED

MAGNA-SIRGAS geocentric to geog3D

Attributes

Data source: EPSG

Information source: EPSG Guidance Note #7-2.

Revision date: 2005-09-12

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["MAGNA-SIRGAS geocentric to geog3D",
    METHOD["Geographic/geocentric conversions",
        ID["EPSG",9602]],
    ID["EPSG",15566]]

Definition: ESRI Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "MAGNA-SIRGAS geocentric to geog3D",
    "method": {
        "name": "Geographic/geocentric conversions",
        "id": {
            "authority": "EPSG",
            "code": 9602
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 15566
    }
}

Definition: GeoServer

15566=PROJECTION["Geographic/geocentric_conversions"]

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 15566, 'EPSG', 15566, 'None', 'PROJECTION["Geographic/geocentric_conversions"]');