EPSG:9656

ETRF2000-PL + Baltic 1986 height

Attributes

Geodetic CRS: ETRF2000-PL + Baltic 1986 height

Data source: EPSG

Information source: IOGP

Revision date: 2021-03-18

Scope: Reversible geoid model transformation.

Area of use: Poland - onshore.

Center coordinates
19.14 51.95

Projected bounds:
14.14 49.0
24.15 54.89

WGS84 bounds:
14.14 49.0
24.15 54.89

Poland - onshore.
MapTiler banner

Definition: OGC Well Known Text

COMPD_CS["ETRF2000-PL + Baltic 1986 height",
    GEOGCS["ETRF2000-PL",
        DATUM["ETRF2000_Poland",
            SPHEROID["GRS 1980",6378137,298.257222101,
                AUTHORITY["EPSG","7019"]],
            AUTHORITY["EPSG","1305"]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","9702"]],
    VERT_CS["Baltic 1986 height",
        VERT_DATUM["Baltic 1986",2005,
            AUTHORITY["EPSG","1296"]],
        UNIT["metre",1,
            AUTHORITY["EPSG","9001"]],
        AXIS["Gravity-related height",UP],
        AUTHORITY["EPSG","9650"]],
    AUTHORITY["EPSG","9656"]]

Definition: OGC Well Known Text 2 (2019)

COMPOUNDCRS["ETRF2000-PL + Baltic 1986 height",
    GEOGCRS["ETRF2000-PL",
        DATUM["ETRF2000 Poland",
            ELLIPSOID["GRS 1980",6378137,298.257222101,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        CS[ellipsoidal,2],
            AXIS["geodetic latitude (Lat)",north,
                ORDER[1],
                ANGLEUNIT["degree",0.0174532925199433]],
            AXIS["geodetic longitude (Lon)",east,
                ORDER[2],
                ANGLEUNIT["degree",0.0174532925199433]]],
    VERTCRS["Baltic 1986 height",
        VDATUM["Baltic 1986"],
        CS[vertical,1],
            AXIS["gravity-related height (H)",up,
                LENGTHUNIT["metre",1]]],
    USAGE[
        SCOPE["Reversible geoid model transformation."],
        AREA["Poland - onshore."],
        BBOX[49,14.14,54.89,24.15]],
    ID["EPSG",9656]]

Definition: ESRI Well Known Text

GEOGCS["GCS_ETRF2000-PL",
    DATUM["ETRF2000_Poland",
        SPHEROID["GRS_1980",6378137.0,298.257222101]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]],
VERTCS["Baltic_1986_height",
    VDATUM["Baltic_1986"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9656","+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "CompoundCRS",
    "name": "ETRF2000-PL + Baltic 1986 height",
    "components": [
        {
            "type": "GeographicCRS",
            "name": "ETRF2000-PL",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "ETRF2000 Poland",
                "ellipsoid": {
                    "name": "GRS 1980",
                    "semi_major_axis": 6378137,
                    "inverse_flattening": 298.257222101
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            }
        },
        {
            "type": "VerticalCRS",
            "name": "Baltic 1986 height",
            "datum": {
                "type": "VerticalReferenceFrame",
                "name": "Baltic 1986"
            },
            "coordinate_system": {
                "subtype": "vertical",
                "axis": [
                    {
                        "name": "Gravity-related height",
                        "abbreviation": "H",
                        "direction": "up",
                        "unit": "metre"
                    }
                ]
            }
        }
    ],
    "scope": "Reversible geoid model transformation.",
    "area": "Poland - onshore.",
    "bbox": {
        "south_latitude": 49,
        "west_longitude": 14.14,
        "north_latitude": 54.89,
        "east_longitude": 24.15
    },
    "id": {
        "authority": "EPSG",
        "code": 9656
    }
}

Definition: GeoServer

9656=COMPD_CS["ETRF2000-PL + Baltic 1986 height",GEOGCS["ETRF2000-PL",DATUM["ETRF2000_Poland",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1305"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9702"]],VERT_CS["Baltic 1986 height",VERT_DATUM["Baltic 1986",2005,AUTHORITY["EPSG","1296"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9650"]],AUTHORITY["EPSG","9656"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=GRS80"
	"vunits=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 9656, 'EPSG', 9656, '+proj=longlat +ellps=GRS80 +vunits=m +no_defs +type=crs', 'COMPD_CS["ETRF2000-PL + Baltic 1986 height",GEOGCS["ETRF2000-PL",DATUM["ETRF2000_Poland",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1305"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9702"]],VERT_CS["Baltic 1986 height",VERT_DATUM["Baltic 1986",2005,AUTHORITY["EPSG","1296"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","9650"]],AUTHORITY["EPSG","9656"]]');