EPSG:4230

ED50

Available transformations
to EPSG:6706

Selected transformation

Method: NTv2

Grid Files: 35160622_47161840_E50_F00.gsb

Remarks: For the reverse transformation from RDN2008 to ED50, iteration may be avoided by using an alternative grid file (35160622_47161840_F00_E50.gsb).

Information source: Istituto Geografico Militare (IGM), www.igmi.org

Revision date: 2023-01-17

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["ED50",
            DATUM["European Datum 1950",
                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["Europe - west: Andorra; Cyprus; Denmark - onshore and offshore; Faroe Islands - onshore; France - offshore; Germany - offshore North Sea; Gibraltar; Greece - offshore; Israel - offshore; Italy including San Marino and Vatican City State; Ireland offshore; Malta; Netherlands - offshore; North Sea; Norway including Svalbard - onshore and offshore; Portugal - mainland - offshore; Spain - onshore; Türkiye (Turkey) - onshore and offshore; United Kingdom - UKCS offshore east of 6°W including Channel Islands (Guernsey and Jersey). Egypt - Western Desert; Iraq - onshore; Jordan."],
                BBOX[25.71,-16.1,84.73,48.61]],
            ID["EPSG",4230]]],
    TARGETCRS[
        GEOGCRS["RDN2008",
            DATUM["Rete Dinamica Nazionale 2008",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    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["Horizontal component of 3D system."],
                AREA["Italy - onshore and offshore; San Marino, Vatican City State."],
                BBOX[34.76,5.93,47.1,18.99]],
            ID["EPSG",6706]]],
    ABRIDGEDTRANSFORMATION["ED50 to RDN2008 (1)",
        METHOD["NTv2",
            ID["EPSG",9615]],
        PARAMETERFILE["Latitude and longitude difference file","35160622_47161840_E50_F00.gsb"],
        USAGE[
            SCOPE["Transformation of coordinates at 0.2m level of accuracy."],
            AREA["Italy - onshore and offshore between 6°22'E and 18°40'E and north of 35°16'N; San Marino, Vatican City State."],
            BBOX[35.26,6.36,47.1,18.67]],
        ID["EPSG",9736],
        REMARK["For the reverse transformation from RDN2008 to ED50, iteration may be avoided by using an alternative grid file (35160622_47161840_F00_E50.gsb)."]]]

Definition: PROJ.4

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

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "ED50",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "European Datum 1950",
            "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4230
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "RDN2008",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Rete Dinamica Nazionale 2008",
            "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": 6706
        }
    },
    "transformation": {
        "name": "ED50 to RDN2008 (1)",
        "method": {
            "name": "NTv2",
            "id": {
                "authority": "EPSG",
                "code": 9615
            }
        },
        "parameters": [
            {
                "name": "Latitude and longitude difference file",
                "value": "35160622_47161840_E50_F00.gsb",
                "id": {
                    "authority": "EPSG",
                    "code": 8656
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 9736
        }
    }
}

Definition: MapServer - MAPfile

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

Definition: Mapnik

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