EPSG:19878

Vanua Levu Grid

Attributes

Data source: EPSG

Information source: Department of Lands and Survey, Fiji.

Revision date: 2006-07-19

Scope: Cadastre, engineering survey, topographic mapping.

Remarks: Original definition is in chains (1 chain = 100 links).

Method: Hyperbolic Cassini-Soldner

Area of use: Fiji - Vanua Levu and Taveuni.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Vanua Levu Grid",
    METHOD["Hyperbolic Cassini-Soldner",
        ID["EPSG",9833]],
    PARAMETER["Latitude of natural origin",-16.25,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",179.333333333333,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["False easting",1251331.8,
        LENGTHUNIT["link",0.201168],
        ID["EPSG",8806]],
    PARAMETER["False northing",1662888.5,
        LENGTHUNIT["link",0.201168],
        ID["EPSG",8807]],
    ID["EPSG",19878]]

Definition: PROJ.4

+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:19878","+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Vanua Levu Grid",
    "method": {
        "name": "Hyperbolic Cassini-Soldner",
        "id": {
            "authority": "EPSG",
            "code": 9833
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": -16.25,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": 179.333333333333,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "False easting",
            "value": 1251331.8,
            "unit": {
                "type": "LinearUnit",
                "name": "link",
                "conversion_factor": 0.201168
            },
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 1662888.5,
            "unit": {
                "type": "LinearUnit",
                "name": "link",
                "conversion_factor": 0.201168
            },
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19878
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=cass"
	"hyperbolic"
	"lat_0=-16.25"
	"lon_0=179.333333333333"
	"x_0=251727.9155424"
	"y_0=334519.953768"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768">
	<Layer srs="+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19878, 'EPSG', 19878, '+proj=cass +hyperbolic +lat_0=-16.25 +lon_0=179.333333333333 +x_0=251727.9155424 +y_0=334519.953768', 'None');