ESRI:37203

Everest - India and Nepal

Attributes

Data source: ESRI

Information source: ESRI

Area of use: India

Description: Everest - India and Nepal

Center coordinates
81.51 19.69

WGS84 bounds:
65.6 3.87
97.42 35.51

India
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["GCS_Everest_India_Nepal",
    DATUM["D_Everest_India_Nepal",
        SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255,
            AUTHORITY["EPSG","7044"]],
        AUTHORITY["ESRI","106203"]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["ESRI","37203"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["GCS_Everest_India_Nepal",
    DATUM["D_Everest_India_Nepal",
        ELLIPSOID["Everest 1830 (1962 Definition)",6377301.243,300.8017255,
            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["India - onshore and offshore. Includes Amandivis, Laccadives, Minicoy, Andaman Islands, Nicobar Islands, and Sikkim."],
        BBOX[3.87,65.6,35.51,97.42]],
    ID["ESRI",37203]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Everest_India_Nepal",
    DATUM["D_Everest_India_Nepal",
        SPHEROID["Everest_Definition_1962",6377301.243,300.8017255]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("ESRI:37203","+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "GCS_Everest_India_Nepal",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "D_Everest_India_Nepal",
        "ellipsoid": {
            "name": "Everest 1830 (1962 Definition)",
            "semi_major_axis": 6377301.243,
            "inverse_flattening": 300.8017255
        }
    },
    "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": "India - onshore and offshore. Includes Amandivis, Laccadives, Minicoy, Andaman Islands, Nicobar Islands, and Sikkim.",
    "bbox": {
        "south_latitude": 3.87,
        "west_longitude": 65.6,
        "north_latitude": 35.51,
        "east_longitude": 97.42
    },
    "id": {
        "authority": "ESRI",
        "code": 37203
    }
}

Definition: GeoServer

37203=GEOGCS["GCS_Everest_India_Nepal",DATUM["D_Everest_India_Nepal",SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255,AUTHORITY["EPSG","7044"]],AUTHORITY["ESRI","106203"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37203"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"a=6377301.243"
	"rf=300.8017255"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs">
	<Layer srs="+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 37203, 'ESRI', 37203, '+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs', 'GEOGCS["GCS_Everest_India_Nepal",DATUM["D_Everest_India_Nepal",SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255,AUTHORITY["EPSG","7044"]],AUTHORITY["ESRI","106203"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["ESRI","37203"]]');