EPSG:15524 DEPRECATED

NAD83(CSRS) geocentric to geog3D

Attributes

Data source: EPSG

Information source: EPSG Guidance Note #7-2.

Revision date: 2007-05-29

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["NAD83(CSRS) geocentric to geog3D",
    METHOD["Geographic/geocentric conversions",
        ID["EPSG",9602]],
    ID["EPSG",15524]]

Definition: ESRI Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: JSON

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

Definition: GeoServer

15524=PROJECTION["Geographic/geocentric_conversions"]

Definition: SQL (PostGIS)

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