degree (supplier to define representation)
EPSG
G. Bomford; "The Re-adjustment of the Indian Triangulation"; Survey of India Professional Paper 28; 1939.
2004-01-06
81.02 22.55
60.86 8.02
101.17 37.07
Definition: OGC Well Known Text
GEOGCS["Kalianpur 1880", DATUM["Kalianpur_1880", SPHEROID["Everest (1830 Definition)",6377299.36559538,300.801725543355, AUTHORITY["EPSG","7042"]], AUTHORITY["EPSG","6243"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4243"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Kalianpur 1880", DATUM["Kalianpur 1880", ELLIPSOID["Everest (1830 Definition)",20922931.8,300.801725543355, LENGTHUNIT["Indian foot",0.304799510248147]]], 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["Bangladesh - onshore; India - mainland onshore; Myanmar (Burma) - onshore; Pakistan - onshore."], BBOX[8.02,60.86,37.07,101.17]], ID["EPSG",4243]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Kalianpur 1880", "datum": { "type": "GeodeticReferenceFrame", "name": "Kalianpur 1880", "ellipsoid": { "name": "Everest (1830 Definition)", "semi_major_axis": { "value": 20922931.8, "unit": { "type": "LinearUnit", "name": "Indian foot", "conversion_factor": 0.304799510248147 } }, "semi_minor_axis": { "value": 20853374.58, "unit": { "type": "LinearUnit", "name": "Indian foot", "conversion_factor": 0.304799510248147 } } } }, "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": "Bangladesh - onshore; India - mainland onshore; Myanmar (Burma) - onshore; Pakistan - onshore.", "bbox": { "south_latitude": 8.02, "west_longitude": 60.86, "north_latitude": 37.07, "east_longitude": 101.17 }, "id": { "authority": "EPSG", "code": 4243 } }
Definition: GeoServer
4243=GEOGCS["Kalianpur 1880",DATUM["Kalianpur_1880",SPHEROID["Everest (1830 Definition)",6377299.36559538,300.801725543355,AUTHORITY["EPSG","7042"]],AUTHORITY["EPSG","6243"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4243"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6377299.36559538 +b=6356098.35900516 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6377299.36559538 +b=6356098.35900516 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4243, 'EPSG', 4243, '+proj=longlat +a=6377299.36559538 +b=6356098.35900516 +no_defs +type=crs', 'GEOGCS["Kalianpur 1880",DATUM["Kalianpur_1880",SPHEROID["Everest (1830 Definition)",6377299.36559538,300.801725543355,AUTHORITY["EPSG","7042"]],AUTHORITY["EPSG","6243"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4243"]]');