EPSG:9552

Antalya height to EVRF2019 mean-tide height (2)

Attributes

Geodetic CRS: Antalya height

Datum: Antalya

Data source: EPSG

Information source: EuroGeographics, http://www.crs-geo.eu/

Revision date: 2020-12-14

Scope: Change of height to a different vertical reference surface.

Remarks: Determined at two points. No accuracy figure available. Applicable for points up to a maximum height of about 1000 m.

Method: Vertical Offset

Area of use: Türkiye (Turkey) - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["Antalya height to EVRF2019 mean-tide height (2)",
    VERSION["EuG-Tur 2019m 2020-09"],
    SOURCECRS[
        VERTCRS["Antalya height",
            VDATUM["Antalya"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",5775]]],
    TARGETCRS[
        VERTCRS["EVRF2019 mean-tide height",
            VDATUM["European Vertical Reference Frame 2019 mean tide"],
            CS[vertical,1],
                AXIS["gravity-related height (H)",up,
                    LENGTHUNIT["metre",1]],
            ID["EPSG",9390]]],
    METHOD["Vertical Offset",
        ID["EPSG",9616]],
    PARAMETER["Vertical Offset",-0.448,
        LENGTHUNIT["metre",1],
        ID["EPSG",8603]],
    OPERATIONACCURACY[0.02],
    USAGE[
        SCOPE["Change of height to a different vertical reference surface."],
        AREA["Türkiye (Turkey) - onshore."],
        BBOX[35.81,25.62,42.15,44.83]],
    ID["EPSG",9552],
    REMARK["Determined at two points. No accuracy figure available. Applicable for points up to a maximum height of about 1000 m."]]

Definition: PROJ.4

+proj=geogoffset +dh=-0.448

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9552","+proj=geogoffset +dh=-0.448");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "Antalya height to EVRF2019 mean-tide height (2)",
    "source_crs": {
        "type": "VerticalCRS",
        "name": "Antalya height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "Antalya"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 5775
        }
    },
    "target_crs": {
        "type": "VerticalCRS",
        "name": "EVRF2019 mean-tide height",
        "datum": {
            "type": "VerticalReferenceFrame",
            "name": "European Vertical Reference Frame 2019 mean tide"
        },
        "coordinate_system": {
            "subtype": "vertical",
            "axis": [
                {
                    "name": "Gravity-related height",
                    "abbreviation": "H",
                    "direction": "up",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 9390
        }
    },
    "method": {
        "name": "Vertical Offset",
        "id": {
            "authority": "EPSG",
            "code": 9616
        }
    },
    "parameters": [
        {
            "name": "Vertical Offset",
            "value": -0.448,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8603
            }
        }
    ],
    "accuracy": "0.02",
    "scope": "Change of height to a different vertical reference surface.",
    "area": "Türkiye (Turkey) - onshore.",
    "bbox": {
        "south_latitude": 35.81,
        "west_longitude": 25.62,
        "north_latitude": 42.15,
        "east_longitude": 44.83
    },
    "id": {
        "authority": "EPSG",
        "code": 9552
    },
    "remarks": "Determined at two points. No accuracy figure available. Applicable for points up to a maximum height of about 1000 m."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=geogoffset"
	"dh=-0.448"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=geogoffset +dh=-0.448">
	<Layer srs="+proj=geogoffset +dh=-0.448">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9552, 'EPSG', 9552, '+proj=geogoffset +dh=-0.448', 'None');