EPSG:7963 DEPRECATED

Poolbeg height (ft(Br36)) to Poolbeg height (m)

Attributes

Data source: EPSG

Information source: IOGP

Revision date: 2017-10-16

Scope: Change of height or depth unit.

Remarks: Change of unit from British foot (1936) [ft(BR36)] to metre.

Method: Change of Vertical Unit

Area of use: Ireland - onshore. United Kingdom (UK) - Northern Ireland (Ulster) - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Change_of_Vertical_Unit"],
PARAMETER["Unit conversion scalar",0.3048007491]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Poolbeg height (ft(Br36)) to Poolbeg height (m)",
    METHOD["Change of Vertical Unit",
        ID["EPSG",1069]],
    PARAMETER["Unit conversion scalar",0.3048007491,
        SCALEUNIT["unity",1],
        ID["EPSG",1051]],
    ID["EPSG",7963]]

Definition: ESRI Well Known Text

PROJECTION["Change_of_Vertical_Unit"],
PARAMETER["Unit conversion scalar",0.3048007491]

Definition: PROJ.4

+proj=affine +s33=0.3048007491

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:7963","+proj=affine +s33=0.3048007491");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Poolbeg height (ft(Br36)) to Poolbeg height (m)",
    "method": {
        "name": "Change of Vertical Unit",
        "id": {
            "authority": "EPSG",
            "code": 1069
        }
    },
    "parameters": [
        {
            "name": "Unit conversion scalar",
            "value": 0.3048007491,
            "unit": "unity",
            "id": {
                "authority": "EPSG",
                "code": 1051
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 7963
    }
}

Definition: GeoServer

7963=PROJECTION["Change_of_Vertical_Unit"],PARAMETER["Unit conversion scalar",0.3048007491]

Definition: MapServer - MAPfile

PROJECTION
	"proj=affine"
	"s33=0.3048007491"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=affine +s33=0.3048007491">
	<Layer srs="+proj=affine +s33=0.3048007491">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 7963, 'EPSG', 7963, '+proj=affine +s33=0.3048007491', 'PROJECTION["Change_of_Vertical_Unit"],PARAMETER["Unit conversion scalar",0.3048007491]');