EPSG:6130

GCVD54 height (ft)

Attributes

Unit: foot

Geodetic CRS: GCVD54 height (ft)

Datum: Grand Cayman Vertical Datum 1954

Data source: EPSG

Information source: Lands and Survey Department, Cayman Islands Government.

Revision date: 2017-10-16

Scope: Geodesy, engineering survey.

Area of use: Cayman Islands - Grand Cayman.

Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: ft.

Center coordinates
19.31 -81.25

Projected bounds:
19.21 -81.46
19.41 -81.04

WGS84 bounds:
-81.46 19.21
-81.04 19.41

Cayman Islands - Grand Cayman.
MapTiler banner

Definition: OGC Well Known Text

VERT_CS["GCVD54 height (ft)",
    VERT_DATUM["Grand Cayman Vertical Datum 1954",2005,
        AUTHORITY["EPSG","1097"]],
    UNIT["foot",0.3048,
        AUTHORITY["EPSG","9002"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","6130"]]

Definition: OGC Well Known Text 2 (2019)

VERTCRS["GCVD54 height (ft)",
    VDATUM["Grand Cayman Vertical Datum 1954"],
    CS[vertical,1],
        AXIS["gravity-related height (H)",up,
            LENGTHUNIT["foot",0.3048]],
    USAGE[
        SCOPE["Geodesy, engineering survey."],
        AREA["Cayman Islands - Grand Cayman."],
        BBOX[19.21,-81.46,19.41,-81.04]],
    ID["EPSG",6130]]

Definition: ESRI Well Known Text

VERTCS["GCVD54_height",
    VDATUM["Grand_Cayman_Vertical_Datum_1954"],
    PARAMETER["Vertical_Shift",0.0],
    PARAMETER["Direction",1.0],
    UNIT["foot",0.3048]]

Definition: PROJ.4

+vunits=ft +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:6130","+vunits=ft +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "VerticalCRS",
    "name": "GCVD54 height (ft)",
    "datum": {
        "type": "VerticalReferenceFrame",
        "name": "Grand Cayman Vertical Datum 1954"
    },
    "coordinate_system": {
        "subtype": "vertical",
        "axis": [
            {
                "name": "Gravity-related height",
                "abbreviation": "H",
                "direction": "up",
                "unit": {
                    "type": "LinearUnit",
                    "name": "foot",
                    "conversion_factor": 0.3048
                }
            }
        ]
    },
    "scope": "Geodesy, engineering survey.",
    "area": "Cayman Islands - Grand Cayman.",
    "bbox": {
        "south_latitude": 19.21,
        "west_longitude": -81.46,
        "north_latitude": 19.41,
        "east_longitude": -81.04
    },
    "id": {
        "authority": "EPSG",
        "code": 6130
    }
}

Definition: GeoServer

6130=VERT_CS["GCVD54 height (ft)",VERT_DATUM["Grand Cayman Vertical Datum 1954",2005,AUTHORITY["EPSG","1097"]],UNIT["foot",0.3048,AUTHORITY["EPSG","9002"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","6130"]]

Definition: MapServer - MAPfile

PROJECTION
	"vunits=ft"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+vunits=ft +no_defs +type=crs">
	<Layer srs="+vunits=ft +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 6130, 'EPSG', 6130, '+vunits=ft +no_defs +type=crs', 'VERT_CS["GCVD54 height (ft)",VERT_DATUM["Grand Cayman Vertical Datum 1954",2005,AUTHORITY["EPSG","1097"]],UNIT["foot",0.3048,AUTHORITY["EPSG","9002"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","6130"]]');