EPSG:19924

Tobago Grid

Attributes

Data source: EPSG

Revision date: 1999-10-20

Scope: Engineering survey, topographic mapping.

Method: Cassini-Soldner

Area of use: Trinidad and Tobago - Tobago - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Cassini_Soldner"],
PARAMETER["latitude_of_origin",11.2521786111111],
PARAMETER["central_meridian",-60.6860088888889],
PARAMETER["false_easting",37718.66159325],
PARAMETER["false_northing",36209.91512952]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Tobago Grid",
    METHOD["Cassini-Soldner",
        ID["EPSG",9806]],
    PARAMETER["Latitude of natural origin",11.2521786111111,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",-60.6860088888889,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["False easting",187500,
        LENGTHUNIT["Clarke's link",0.201166195164],
        ID["EPSG",8806]],
    PARAMETER["False northing",180000,
        LENGTHUNIT["Clarke's link",0.201166195164],
        ID["EPSG",8807]],
    ID["EPSG",19924]]

Definition: ESRI Well Known Text

PROJECTION["Cassini"],
PARAMETER["False_Easting",37718.66159325],
PARAMETER["False_Northing",36209.91512952],
PARAMETER["Central_Meridian",-60.6860088888889],
PARAMETER["Scale_Factor",1.0],
PARAMETER["Latitude_Of_Origin",11.2521786111111]

Definition: PROJ.4

+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:19924","+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Tobago Grid",
    "method": {
        "name": "Cassini-Soldner",
        "id": {
            "authority": "EPSG",
            "code": 9806
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": 11.2521786111111,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": -60.6860088888889,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "False easting",
            "value": 187500,
            "unit": {
                "type": "LinearUnit",
                "name": "Clarke's link",
                "conversion_factor": 0.201166195164
            },
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 180000,
            "unit": {
                "type": "LinearUnit",
                "name": "Clarke's link",
                "conversion_factor": 0.201166195164
            },
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19924
    }
}

Definition: GeoServer

19924=PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",11.2521786111111],PARAMETER["central_meridian",-60.6860088888889],PARAMETER["false_easting",37718.66159325],PARAMETER["false_northing",36209.91512952]

Definition: MapServer - MAPfile

PROJECTION
	"proj=cass"
	"lat_0=11.2521786111111"
	"lon_0=-60.6860088888889"
	"x_0=37718.66159325"
	"y_0=36209.91512952"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952">
	<Layer srs="+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19924, 'EPSG', 19924, '+proj=cass +lat_0=11.2521786111111 +lon_0=-60.6860088888889 +x_0=37718.66159325 +y_0=36209.91512952', 'PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",11.2521786111111],PARAMETER["central_meridian",-60.6860088888889],PARAMETER["false_easting",37718.66159325],PARAMETER["false_northing",36209.91512952]');