Geocentric translations (geog2D domain)
Care! DMA ellipsoid is inconsistent with EPSG ellipsoid - transformation parameter values may not be appropriate. No accuracy estimate available.
U.S. Defense Mapping Agency TR8350.2 revision of August 1993.
2020-03-14
Geodesy.
Adopts 1962 metric conversion of 0.3047996 metres per Indian foot.
Pakistan - onshore and offshore.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
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: 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: 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"]]');