EPSG:15567 DEPRECATED

MAGNA-SIRGAS geog3D to geog2D

Attributes

Data source: EPSG

Information source: EPSG Guidance Note #7-2.

Revision date: 2005-09-12

Scope: Geographic 3D to geographic 2D conversions.

Remarks: See EPSG Guidance Note #7 or Coordinate Operation Method description for techniques for handling reverse conversion.

Method: Geographic3D to 2D conversion

Area of use: Colombia - onshore and offshore. Includes San Andres y Providencia, Malpelo Islands, Roncador Bank, Serrana Bank and Serranilla Bank.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic3D_to_2D_conversion"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["MAGNA-SIRGAS geog3D to geog2D",
    METHOD["Geographic3D to 2D conversion",
        ID["EPSG",9659]],
    ID["EPSG",15567]]

Definition: ESRI Well Known Text

PROJECTION["Geographic3D_to_2D_conversion"]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "MAGNA-SIRGAS geog3D to geog2D",
    "method": {
        "name": "Geographic3D to 2D conversion",
        "id": {
            "authority": "EPSG",
            "code": 9659
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 15567
    }
}

Definition: GeoServer

15567=PROJECTION["Geographic3D_to_2D_conversion"]

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 15567, 'EPSG', 15567, 'None', 'PROJECTION["Geographic3D_to_2D_conversion"]');