EPSG:4660

Helle 1954

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

Selected transformation

Method: Position Vector transformation (geog2D domain)

Remarks: Derived at 3 stations. Residuals under 1m.

Information source: "Transformation from existing geodetic network to WGS84", Geodesy Division, Statens kartverk, 26/11/92.

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Helle 1954

Datum: Helle 1954

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Information source: Statens kartverk

Revision date: 2004-01-06

Center coordinates
-8.47 70.96

WGS84 bounds:
-9.17 70.75
-7.87 71.24

Jan Mayen - onshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["Helle 1954",
    DATUM["Helle_1954",
        SPHEROID["International 1924",6378388,297],
        TOWGS84[982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4660"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Helle 1954",
    DATUM["Helle 1954",
        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["Jan Mayen - onshore."],
        BBOX[70.75,-9.17,71.24,-7.87]],
    ID["EPSG",4660]]

Definition: ESRI Well Known Text

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

Definition: PROJ.4

+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4660","+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Helle 1954",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Helle 1954",
        "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.",
    "area": "Jan Mayen - onshore.",
    "bbox": {
        "south_latitude": 70.75,
        "west_longitude": -9.17,
        "north_latitude": 71.24,
        "east_longitude": -7.87
    },
    "id": {
        "authority": "EPSG",
        "code": 4660
    }
}

Definition: GeoServer

4660=GEOGCS["Helle 1954",DATUM["Helle_1954",SPHEROID["International 1924",6378388,297],TOWGS84[982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4660"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=intl"
	"towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4660, 'EPSG', 4660, '+proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805 +no_defs +type=crs', 'GEOGCS["Helle 1954",DATUM["Helle_1954",SPHEROID["International 1924",6378388,297],TOWGS84[982.6087,552.753,-540.873,32.39344,-153.25684,-96.2266,16.805]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4660"]]');