EPSG:15526 DEPRECATED

NAD83(HARN) geocentric to geog3D

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Geographic/geocentric_conversions"]

Definition: OGC Well Known Text 2 (2019)

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

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(HARN) geocentric to geog3D",
    "method": {
        "name": "Geographic/geocentric conversions",
        "id": {
            "authority": "EPSG",
            "code": 9602
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 15526
    }
}

Definition: GeoServer

15526=PROJECTION["Geographic/geocentric_conversions"]

Definition: SQL (PostGIS)

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