EPSG:9779

RGF93 v2 (lon-lat)

Available transformations
to EPSG:4275

Selected transformation

Method: NTv2

Grid Files: rgf93_ntf.gsb

Remarks: Emulation of transformation NTF to RGF93 v2 (1), code 9888. Note that grid file parameters are of opposite sign. Parameter file is from RGF93 v1 to NTF (code 15958), assuming that RGF93 v1 is equivalent to RGF93 v2 within the accuracy of the CT.

Information source: ESRI

Revision date: 2022-01-24

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: RGF93 v2

Datum: Reseau Geodesique Francais 1993 v2

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: IGN, http://www.ign.fr

Revision date: 2021-09-08

Scope: GIS.

Remarks: Replaces RGF93 v1 (lon-lat) (code 7084) from 2010-06-18. Replaced by RGF93 v2b (lon-lat) (CRS code 9784) from 2021-01-05. See CRS code 9777 for system with axes in sequence lat-lon to be used for air, land and sea navigation and safety of life purposes.

Area of use: France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica).

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

Center coordinates
2.38 46.23

WGS84 bounds:
-4.87 41.31
9.63 51.14

France - onshore - mainland and Corsica.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["RGF93 v2 (lon-lat)",
            DATUM["Reseau Geodesique Francais 1993 v2",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["GIS."],
                AREA["France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica)."],
                BBOX[41.15,-9.86,51.56,10.38]],
            ID["EPSG",9779]]],
    TARGETCRS[
        GEOGCRS["NTF",
            DATUM["Nouvelle Triangulation Francaise",
                ELLIPSOID["Clarke 1880 (IGN)",6378249.2,293.466021293627,
                    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["France - onshore - mainland and Corsica."],
                BBOX[41.31,-4.87,51.14,9.63]],
            ID["EPSG",4275]]],
    ABRIDGEDTRANSFORMATION["RGF93 v2 to NTF (2)",
        METHOD["NTv2",
            ID["EPSG",9615]],
        PARAMETERFILE["Latitude and longitude difference file","rgf93_ntf.gsb"],
        USAGE[
            SCOPE["Transformation of coordinates at 1m level of accuracy."],
            AREA["France - onshore - mainland and Corsica."],
            BBOX[41.31,-4.87,51.14,9.63]],
        ID["EPSG",9890],
        REMARK["Emulation of transformation NTF to RGF93 v2 (1), code 9888. Note that grid file parameters are of opposite sign. Parameter file is from RGF93 v1 to NTF (code 15958), assuming that RGF93 v1 is equivalent to RGF93 v2 within the accuracy of the CT."]]]

Definition: PROJ.4

+proj=longlat +ellps=GRS80 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9779","+proj=longlat +ellps=GRS80 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "RGF93 v2 (lon-lat)",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Reseau Geodesique Francais 1993 v2",
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 9779
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "NTF",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Nouvelle Triangulation Francaise",
            "ellipsoid": {
                "name": "Clarke 1880 (IGN)",
                "semi_major_axis": 6378249.2,
                "semi_minor_axis": 6356515
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4275
        }
    },
    "transformation": {
        "name": "RGF93 v2 to NTF (2)",
        "source_crs": {
            "type": "GeographicCRS",
            "name": "RGF93 v2",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Reseau Geodesique Francais 1993 v2",
                "ellipsoid": {
                    "name": "GRS 1980",
                    "semi_major_axis": 6378137,
                    "inverse_flattening": 298.257222101
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            },
            "id": {
                "authority": "EPSG",
                "code": 9777
            }
        },
        "method": {
            "name": "NTv2",
            "id": {
                "authority": "EPSG",
                "code": 9615
            }
        },
        "parameters": [
            {
                "name": "Latitude and longitude difference file",
                "value": "rgf93_ntf.gsb",
                "id": {
                    "authority": "EPSG",
                    "code": 8656
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 9890
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=GRS80"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=GRS80 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=GRS80 +no_defs +type=crs">
	</Layer>
</Map>