EPSG:4635 DEPRECATED

ST87 Ouvea

Available transformations
to EPSG:4326
No other targets exist for this CRS

Selected transformation

Method: Position Vector transformation (geog2D domain)

Remarks:

Information source: Bureau Geodesie et Nivellement, Service Topographique, via IGN Paris.

Revision date: 2003-08-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: ST87 Ouvea

Datum: ST87 Ouvea

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: Service Topographique de la Nouvelle Caledonie

Revision date: 2004-01-06

Scope: Geodesy.

Remarks: Superseded by RGNC 1991 (CRS code 4645).

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.56

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["International 1924",6378388,297],
        TOWGS84[-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4635"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["ST87 Ouvea",
    DATUM["ST87 Ouvea",
        ELLIPSOID["International 1924",6378388,297,
            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",4635]]

Definition: ESRI Well Known Text

GEOGCS["GCS_ST87_Ouvea",
    DATUM["D_ST87_Ouvea",
        SPHEROID["International_1924",6378388.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4635","+proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +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": "International 1924",
            "semi_major_axis": 6378388,
            "inverse_flattening": 297
        }
    },
    "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": 4635
    }
}

Definition: GeoServer

4635=GEOGCS["ST87 Ouvea",DATUM["ST87 Ouvea",SPHEROID["International 1924",6378388,297],TOWGS84[-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4635"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4635, 'EPSG', 4635, '+proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs +type=crs', 'GEOGCS["ST87 Ouvea",DATUM["ST87 Ouvea",SPHEROID["International 1924",6378388,297],TOWGS84[-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4635"]]');