ESRI:37229 DEPRECATED

Wake-Eniwetok 1960 (Marshall Islands 1960)

Attributes

Data source: ESRI

Information source: ESRI

Area of use: Pacific - Marshall Islands, Wake - onshore

Description: Wake-Eniwetok 1960 (Marshall Islands 1960)

Center coordinates
165.05 14.02

WGS84 bounds:
162.27 8.66
167.82 19.38

Pacific - Marshall Islands, Wake - onshore
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["GCS_Wake_Eniwetok_1960 (deprecated)",
    DATUM["D_Wake_Eniwetok_1960",
        SPHEROID["Hough 1960",6378270,297,
            AUTHORITY["EPSG","7053"]],
        AUTHORITY["ESRI","106229"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["ESRI","37229"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["GCS_Wake_Eniwetok_1960",
    DATUM["D_Wake_Eniwetok_1960",
        ELLIPSOID["Hough 1960",6378270,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["Not known."],
        AREA["Marshall Islands - onshore. Wake atoll onshore."],
        BBOX[8.66,162.27,19.38,167.82]],
    ID["ESRI",37229]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Wake_Eniwetok_1960",
    DATUM["D_Wake_Eniwetok_1960",
        SPHEROID["Hough_1960",6378270.0,297.0]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

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

Definition: JavaScript (Proj4js)

proj4.defs("ESRI:37229","+proj=longlat +ellps=hough +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "GCS_Wake_Eniwetok_1960",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "D_Wake_Eniwetok_1960",
        "ellipsoid": {
            "name": "Hough 1960",
            "semi_major_axis": 6378270,
            "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": "Not known.",
    "area": "Marshall Islands - onshore. Wake atoll onshore.",
    "bbox": {
        "south_latitude": 8.66,
        "west_longitude": 162.27,
        "north_latitude": 19.38,
        "east_longitude": 167.82
    },
    "id": {
        "authority": "ESRI",
        "code": 37229
    }
}

Definition: GeoServer

37229=GEOGCS["GCS_Wake_Eniwetok_1960 (deprecated)",DATUM["D_Wake_Eniwetok_1960",SPHEROID["Hough 1960",6378270,297,AUTHORITY["EPSG","7053"]],AUTHORITY["ESRI","106229"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37229"]]

Definition: MapServer - MAPfile

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

Definition: Mapnik

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

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 37229, 'ESRI', 37229, '+proj=longlat +ellps=hough +no_defs +type=crs', 'GEOGCS["GCS_Wake_Eniwetok_1960 (deprecated)",DATUM["D_Wake_Eniwetok_1960",SPHEROID["Hough 1960",6378270,297,AUTHORITY["EPSG","7053"]],AUTHORITY["ESRI","106229"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37229"]]');