EPSG:4634 DEPRECATED

IGN72 Grand Terre

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

Selected transformation

Method: Geocentric translations (geog2D domain)

Remarks:

Information source: IGN Paris.

Revision date: 2002-11-29

Attributes

Unit: degree minute second hemisphere

Geodetic CRS: IGN72 Grand Terre

Datum: IGN72 Grande Terre

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: Service Topographique de la Nouvelle Caledonie

Revision date: 2002-11-29

Scope: Geodesy.

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

Area of use: New Caledonia - Grande Terre.

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

MapTiler banner

Definition: OGC Well Known Text

GEOGCS["IGN72 Grand Terre",
    DATUM["IGN72_Grande_Terre",
        SPHEROID["International 1924",6378388,297],
        TOWGS84[-13,-348,292,0,0,0,0]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree minute second hemisphere",0.0174532925199433],
    AUTHORITY["EPSG","4634"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["IGN72 Grand Terre",
    DATUM["IGN72 Grande Terre",
        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 minute second hemisphere",0.0174532925199433]],
        AXIS["geodetic longitude (Long)",east,
            ORDER[2],
            ANGLEUNIT["degree minute second hemisphere",0.0174532925199433]],
    USAGE[
        SCOPE["Geodesy."],
        AREA["New Caledonia - Grande Terre."],
        BBOX[-22.45,163.92,-20.03,167.09]],
    ID["EPSG",4634]]

Definition: ESRI Well Known Text

GEOGCS["GCS_IGN72_Grand_Terre",
    DATUM["D_IGN72_Grande_Terre",
        SPHEROID["International_1924",6378388.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["degree minute second hemisphere",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4634","+proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "IGN72 Grand Terre",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "IGN72 Grande Terre",
        "ellipsoid": {
            "name": "International 1924",
            "semi_major_axis": 6378388,
            "inverse_flattening": 297
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": {
                    "type": "AngularUnit",
                    "name": "degree minute second hemisphere",
                    "conversion_factor": 0.0174532925199433
                }
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Long",
                "direction": "east",
                "unit": {
                    "type": "AngularUnit",
                    "name": "degree minute second hemisphere",
                    "conversion_factor": 0.0174532925199433
                }
            }
        ]
    },
    "scope": "Geodesy.",
    "area": "New Caledonia - Grande Terre.",
    "bbox": {
        "south_latitude": -22.45,
        "west_longitude": 163.92,
        "north_latitude": -20.03,
        "east_longitude": 167.09
    },
    "id": {
        "authority": "EPSG",
        "code": 4634
    }
}

Definition: GeoServer

4634=GEOGCS["IGN72 Grand Terre",DATUM["IGN72_Grande_Terre",SPHEROID["International 1924",6378388,297],TOWGS84[-13,-348,292,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree minute second hemisphere",0.0174532925199433],AUTHORITY["EPSG","4634"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=-13,-348,292,0,0,0,0"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +towgs84=-13,-348,292,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 ( 4634, 'EPSG', 4634, '+proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs +type=crs', 'GEOGCS["IGN72 Grand Terre",DATUM["IGN72_Grande_Terre",SPHEROID["International 1924",6378388,297],TOWGS84[-13,-348,292,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree minute second hemisphere",0.0174532925199433],AUTHORITY["EPSG","4634"]]');