EPSG:15572 DEPRECATED

Korean 2000 geocentric to geog3D

Attributes

Data source: EPSG

Information source: EPSG Guidance Note #7-2.

Revision date: 2006-01-30

Scope: Geocentric to geographic 3D conversions and vice versa.

Method: Geographic/geocentric conversions

Area of use: Republic of Korea (South Korea) - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Korean 2000 geocentric to geog3D",
    METHOD["Geographic/geocentric conversions",
        ID["EPSG",9602]],
    ID["EPSG",15572]]

Definition: ESRI Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: JSON

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

Definition: GeoServer

15572=PROJECTION["Geographic/geocentric_conversions"]

Definition: SQL (PostGIS)

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