EPSG:9403

PN68

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

Selected transformation

Method: Geocentric translations (geog2D domain)

Remarks: Determined at 1 satellite station. Accuracy +/- 25m in each axis. Unclear from information source whether the source CRS is PN68 or PN84 - see also CT code 15815. Given the accuracy, can be considered to apply to either.

Information source: DMA / NIMA / NGA TR8350.2 (3rd edition, Amendment 1, 3 January 2000)

Revision date: 2021-04-20

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: PN68

Datum: Pico de las Nieves 1968

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: National Geographic Institute of Spain (IGN), http://www.ign.es

Revision date: 2020-06-27

Scope: Geodesy, engineering survey, topographic mapping.

Remarks: On western islands (El Hierro, La Gomera, La Palma and Tenerife) replaced by PN84 (CRS code 4728) and later by REGCAN95 (CRS code 4081). On eastern islands (Fuerteventura, Gran Canaria and Lanzarote) replaced by REGCAN95 (CRS code 4081).

Area of use: Spain - Canary Islands onshore.

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

Center coordinates
-15.79 28.52

WGS84 bounds:
-18.22 27.58
-13.37 29.47

Spain - Canary Islands onshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["PN68",
    DATUM["Pico_de_las_Nieves_1968",
        SPHEROID["International 1924",6378388,297],
        TOWGS84[-307,-92,127,0,0,0,0]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","9403"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["PN68",
    DATUM["Pico de las Nieves 1968",
        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, engineering survey, topographic mapping."],
        AREA["Spain - Canary Islands onshore."],
        BBOX[27.58,-18.22,29.47,-13.37]],
    ID["EPSG",9403]]

Definition: ESRI Well Known Text

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

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:9403","+proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "PN68",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Pico de las Nieves 1968",
        "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, engineering survey, topographic mapping.",
    "area": "Spain - Canary Islands onshore.",
    "bbox": {
        "south_latitude": 27.58,
        "west_longitude": -18.22,
        "north_latitude": 29.47,
        "east_longitude": -13.37
    },
    "id": {
        "authority": "EPSG",
        "code": 9403
    }
}

Definition: GeoServer

9403=GEOGCS["PN68",DATUM["Pico_de_las_Nieves_1968",SPHEROID["International 1924",6378388,297],TOWGS84[-307,-92,127,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9403"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=-307,-92,127,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=-307,-92,127,0,0,0,0 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +towgs84=-307,-92,127,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 ( 9403, 'EPSG', 9403, '+proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs +type=crs', 'GEOGCS["PN68",DATUM["Pico_de_las_Nieves_1968",SPHEROID["International 1924",6378388,297],TOWGS84[-307,-92,127,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","9403"]]');