EPSG:15518 DEPRECATED

LKS92 geocentric to geog3D

Attributes

Data source: EPSG

Information source: EPSG Guidance Note #7-2.

Revision date: 2005-09-12

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

Method: Geographic/geocentric conversions

Area of use: Latvia - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["LKS92 geocentric to geog3D",
    METHOD["Geographic/geocentric conversions",
        ID["EPSG",9602]],
    ID["EPSG",15518]]

Definition: ESRI Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: JSON

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

Definition: GeoServer

15518=PROJECTION["Geographic/geocentric_conversions"]

Definition: SQL (PostGIS)

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