EPSG:2154

RGF93 v1 / Lambert-93 -- France

Available transformations
to EPSG:4275

Selected transformation

Method: NTv2

Grid Files: rgf93_ntf.gsb

Remarks: Emulation using NTv2 method of NTF to RGF93 v1 (1), code 9327. Note that grid file parameters are of opposite sign. May be taken as approximate CT to ETRS89 or WGS 84 (see codes 15959 and 15960). Also used to transform later realizations of RGF93 to NTF.

Information source: ESRI

Revision date: 2022-01-24

Attributes

Unit: metre

Geodetic CRS: RGF93 v1

Datum: Reseau Geodesique Francais 1993 v1

Ellipsoid: GRS 1980

Prime meridian: Greenwich

Data source: EPSG

Information source: IGN - Paris

Revision date: 2021-09-08

Center coordinates
652213.05 6569647.91

Projected bounds:
40047.98 6023107.63
1256237.17 7143566.38

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[
        PROJCRS["RGF93 v1 / Lambert-93",
            BASEGEOGCRS["RGF93 v1",
                DATUM["Reseau Geodesique Francais 1993 v1",
                    ELLIPSOID["GRS 1980",6378137,298.257222101,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4171]],
            CONVERSION["Lambert-93",
                METHOD["Lambert Conic Conformal (2SP)",
                    ID["EPSG",9802]],
                PARAMETER["Latitude of false origin",46.5,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8821]],
                PARAMETER["Longitude of false origin",3,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8822]],
                PARAMETER["Latitude of 1st standard parallel",49,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8823]],
                PARAMETER["Latitude of 2nd standard parallel",44,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8824]],
                PARAMETER["Easting at false origin",700000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8826]],
                PARAMETER["Northing at false origin",6600000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8827]]],
            CS[Cartesian,2],
                AXIS["easting (X)",east,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["northing (Y)",north,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
            USAGE[
                SCOPE["Engineering survey, topographic mapping."],
                AREA["France - onshore and offshore, mainland and Corsica (France métropolitaine including Corsica)."],
                BBOX[41.15,-9.86,51.56,10.38]],
            ID["EPSG",2154]]],
    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 v1 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",15958],
        REMARK["Emulation using NTv2 method of NTF to RGF93 v1 (1), code 9327. Note that grid file parameters are of opposite sign. May be taken as approximate CT to ETRS89 or WGS 84 (see codes 15959 and 15960). Also used to transform later realizations of RGF93 to NTF."]]]

Definition: PROJ.4

+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:2154","+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "ProjectedCRS",
        "name": "RGF93 v1 / Lambert-93",
        "base_crs": {
            "name": "RGF93 v1",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Reseau Geodesique Francais 1993 v1",
                "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": 4171
            }
        },
        "conversion": {
            "name": "Lambert-93",
            "method": {
                "name": "Lambert Conic Conformal (2SP)",
                "id": {
                    "authority": "EPSG",
                    "code": 9802
                }
            },
            "parameters": [
                {
                    "name": "Latitude of false origin",
                    "value": 46.5,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8821
                    }
                },
                {
                    "name": "Longitude of false origin",
                    "value": 3,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8822
                    }
                },
                {
                    "name": "Latitude of 1st standard parallel",
                    "value": 49,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8823
                    }
                },
                {
                    "name": "Latitude of 2nd standard parallel",
                    "value": 44,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8824
                    }
                },
                {
                    "name": "Easting at false origin",
                    "value": 700000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8826
                    }
                },
                {
                    "name": "Northing at false origin",
                    "value": 6600000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8827
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Easting",
                    "abbreviation": "X",
                    "direction": "east",
                    "unit": "metre"
                },
                {
                    "name": "Northing",
                    "abbreviation": "Y",
                    "direction": "north",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 2154
        }
    },
    "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 v1 to NTF (2)",
        "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": 15958
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=lcc"
	"lat_0=46.5"
	"lon_0=3"
	"lat_1=49"
	"lat_2=44"
	"x_0=700000"
	"y_0=6600000"
	"ellps=GRS80"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +no_defs +type=crs">
	<Layer srs="+proj=lcc +lat_0=46.5 +lon_0=3 +lat_1=49 +lat_2=44 +x_0=700000 +y_0=6600000 +ellps=GRS80 +units=m +no_defs +type=crs">
	</Layer>
</Map>