EPSG:15513 DEPRECATED

IRENET95 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: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic3D_to_2D_conversion"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["IRENET95 geog3D to geog2D",
    METHOD["Geographic3D to 2D conversion",
        ID["EPSG",9659]],
    ID["EPSG",15513]]

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": "IRENET95 geog3D to geog2D",
    "method": {
        "name": "Geographic3D to 2D conversion",
        "id": {
            "authority": "EPSG",
            "code": 9659
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 15513
    }
}

Definition: GeoServer

15513=PROJECTION["Geographic3D_to_2D_conversion"]

Definition: SQL (PostGIS)

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