ESRI:104664

Nepal Nagarkot (3D)

Attributes

Data source: ESRI

Information source: ESRI

Area of use: Nepal

Description: Nepal Nagarkot (3D)

Center coordinates
84.13 28.38

WGS84 bounds:
80.06 26.34
88.21 30.43

Nepal
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Nepal_Nagarkot_3D",
    DATUM["D_Nepal_Nagarkot",
        ELLIPSOID["Everest 1830 (1937 Adjustment)",6377276.345,300.8017,
            LENGTHUNIT["metre",1]]],
    PRIMEM["Greenwich",0,
        ANGLEUNIT["degree",0.0174532925199433]],
    CS[ellipsoidal,3],
        AXIS["geodetic latitude (Lat)",north,
            ORDER[1],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["geodetic longitude (Lon)",east,
            ORDER[2],
            ANGLEUNIT["degree",0.0174532925199433]],
        AXIS["ellipsoidal height (h)",up,
            ORDER[3],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Not known."],
        AREA["Nepal."],
        BBOX[26.34,80.06,30.43,88.21]],
    ID["ESRI",104664]]

Definition: ESRI Well Known Text

GEOGCS["Nepal_Nagarkot_3D",
    DATUM["D_Nepal_Nagarkot",
        SPHEROID["Everest_Adjustment_1937",6377276.345,300.8017]],
    PRIMEM["Greenwich",0.0],
    UNIT["Degree",0.0174532925199433],
    LINUNIT["Meter",1.0]]

Definition: PROJ.4

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

Definition: JavaScript (Proj4js)

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

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Nepal_Nagarkot_3D",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "D_Nepal_Nagarkot",
        "ellipsoid": {
            "name": "Everest 1830 (1937 Adjustment)",
            "semi_major_axis": 6377276.345,
            "inverse_flattening": 300.8017
        }
    },
    "coordinate_system": {
        "subtype": "ellipsoidal",
        "axis": [
            {
                "name": "Geodetic latitude",
                "abbreviation": "Lat",
                "direction": "north",
                "unit": "degree"
            },
            {
                "name": "Geodetic longitude",
                "abbreviation": "Lon",
                "direction": "east",
                "unit": "degree"
            },
            {
                "name": "Ellipsoidal height",
                "abbreviation": "h",
                "direction": "up",
                "unit": "metre"
            }
        ]
    },
    "scope": "Not known.",
    "area": "Nepal.",
    "bbox": {
        "south_latitude": 26.34,
        "west_longitude": 80.06,
        "north_latitude": 30.43,
        "east_longitude": 88.21
    },
    "id": {
        "authority": "ESRI",
        "code": 104664
    }
}

Definition: MapServer - MAPfile

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

Definition: Mapnik

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