EPSG:4145

Kalianpur 1962

Selected transformation

Method: Geocentric translations (geog2D domain)

Remarks: Care! DMA ellipsoid is inconsistent with EPSG ellipsoid - transformation parameter values may not be appropriate. No accuracy estimate available.

Information source: U.S. Defense Mapping Agency TR8350.2 revision of August 1993.

Revision date: 2020-03-14

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Kalianpur 1962

Datum: Kalianpur 1962

Ellipsoid: Everest 1830 (1962 Definition)

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2018-04-20

Scope: Geodesy.

Remarks: Adopts 1962 metric conversion of 0.3047996 metres per Indian foot.

Area of use: Pakistan - onshore and offshore.

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

Center coordinates
69.35 30.36

WGS84 bounds:
60.86 23.64
77.83 37.07

Pakistan - onshore.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["Kalianpur 1962",
    DATUM["Kalianpur_1962",
        SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255],
        TOWGS84[283,682,231,0,0,0,0]],
    PRIMEM["Greenwich",0,
        AUTHORITY["EPSG","8901"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","4145"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["Kalianpur 1962",
    DATUM["Kalianpur 1962",
        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["Geodesy."],
        AREA["Pakistan - onshore and offshore."],
        BBOX[21.05,60.86,37.07,77.83]],
    ID["EPSG",4145]]

Definition: ESRI Well Known Text

GEOGCS["GCS_Kalianpur_1962",
    DATUM["D_Kalianpur_1962",
        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 +towgs84=283,682,231,0,0,0,0 +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4145","+proj=longlat +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "Kalianpur 1962",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "Kalianpur 1962",
        "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": "Geodesy.",
    "area": "Pakistan - onshore and offshore.",
    "bbox": {
        "south_latitude": 21.05,
        "west_longitude": 60.86,
        "north_latitude": 37.07,
        "east_longitude": 77.83
    },
    "id": {
        "authority": "EPSG",
        "code": 4145
    }
}

Definition: GeoServer

4145=GEOGCS["Kalianpur 1962",DATUM["Kalianpur_1962",SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255],TOWGS84[283,682,231,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4145"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"a=6377301.243"
	"rf=300.8017255"
	"towgs84=283,682,231,0,0,0,0"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +no_defs +type=crs">
	<Layer srs="+proj=longlat +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,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 ( 4145, 'EPSG', 4145, '+proj=longlat +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +no_defs +type=crs', 'GEOGCS["Kalianpur 1962",DATUM["Kalianpur_1962",SPHEROID["Everest 1830 (1962 Definition)",6377301.243,300.8017255],TOWGS84[283,682,231,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4145"]]');