EPSG:4750

ST87 Ouvea

Available transformations
to EPSG:4326
EPSG:4326 - WGS 84

Selected transformation

Method: Geocentric translations (geog2D domain)

Remarks: Parameter values taken from ST87 Ouvea to RGNC91-93 (1) (code 15885) assuming that RGNC91-93 is equivalent to WGS 84 to within the accuracy of the transformation.

Information source: Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc

Revision date: 2021-09-23

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: ST87 Ouvea

Datum: ST87 Ouvea

Ellipsoid: WGS 84

Prime meridian: Greenwich

Data source: EPSG

Information source: Service Topographique de la Nouvelle Caledonie, Direction des Infrastructures, de la Topographie et des Transports Terrestres. www.dittt.gouv.nc

Revision date: 2006-07-21

Scope: Geodesy.

Remarks: Replaced by RGNC91-93 (CRS code 4749).

Area of use: New Caledonia - Loyalty Islands - Ouvea.

Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree

Center coordinates
166.58 -20.55

WGS84 bounds:
166.44 -20.77
166.71 -20.34

New Caledonia - Loyalty Islands - Ouvea.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["ST87 Ouvea",
    DATUM["ST87 Ouvea",
        SPHEROID["WGS 84",6378137,298.257223563],
        TOWGS84[-56.263,16.136,-22.856,0,0,0,0]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4750"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["ST87 Ouvea",
    DATUM["ST87 Ouvea",
        ELLIPSOID["WGS 84",6378137,298.257223563,
            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]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["New Caledonia - Loyalty Islands - Ouvea."],
        BBOX[-20.77,166.44,-20.34,166.71]],
    ID["EPSG",4750]]

Definition: ESRI Well Known Text

GEOGCS["GCS_ST87_Ouvea",
    DATUM["D_ST87_Ouvea",
        SPHEROID["WGS_1984",6378137.0,298.257223563]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4750","+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "ST87 Ouvea",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "ST87 Ouvea",
        "ellipsoid": {
            "name": "WGS 84",
            "semi_major_axis": 6378137,
            "inverse_flattening": 298.257223563
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "New Caledonia - Loyalty Islands - Ouvea.",
    "bbox": {
        "south_latitude": -20.77,
        "west_longitude": 166.44,
        "north_latitude": -20.34,
        "east_longitude": 166.71
    },
    "id": {
        "authority": "EPSG",
        "code": 4750
    }
}

Definition: GeoServer

4750=GEOGCS["ST87 Ouvea",DATUM["ST87 Ouvea",SPHEROID["WGS 84",6378137,298.257223563],TOWGS84[-56.263,16.136,-22.856,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4750"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=WGS84"
	"towgs84=-56.263,16.136,-22.856,0,0,0,0"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4750, 'EPSG', 4750, '+proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs +type=crs', 'GEOGCS["ST87 Ouvea",DATUM["ST87 Ouvea",SPHEROID["WGS 84",6378137,298.257223563],TOWGS84[-56.263,16.136,-22.856,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4750"]]');