EPSG:24376 — Kalianpur 1962 / India zone I
Projected · Pakistan - 28°N to 35°35'N
Export Formats
OGC WKT
PROJCS[
"Kalianpur 1962 / India zone I",
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"]
],
PROJECTION["Lambert_Conformal_Conic_1SP"],
PARAMETER["latitude_of_origin",32.5],
PARAMETER["central_meridian",68],
PARAMETER["scale_factor",0.99878641],
PARAMETER["false_easting",2743196.4],
PARAMETER["false_northing",914398.8],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","24376"]
]Related Coordinate Systems
Available Transformations (7)
Transformations inherited from base CRS: EPSG:4145 (Kalianpur 1962)
Other CRS using Kalianpur 1962
Frequently Asked Questions
How do I add EPSG:24376 to GeoServer?
Add the following definition to your GeoServer configuration:
24376=PROJCS["Kalianpur 1962 / India zone I",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"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",32.5],PARAMETER["central_meridian",68],PARAMETER["scale_factor",0.99878641],PARAMETER["false_easting",2743196.4],PARAMETER["false_northing",914398.8],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","24376"]] Read the full GeoServer guide →
How do I add EPSG:24376 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (24376, 'EPSG', 24376, '+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["Kalianpur 1962 / India zone I",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"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",32.5],PARAMETER["central_meridian",68],PARAMETER["scale_factor",0.99878641],PARAMETER["false_easting",2743196.4],PARAMETER["false_northing",914398.8],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","24376"]]'); Read the full PostGIS guide →
How do I add EPSG:24376 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=lcc"
"+lat_1=32.5"
"+lat_0=32.5"
"+lon_0=68"
"+k_0=0.99878641"
"+x_0=2743196.4"
"+y_0=914398.8"
"+a=6377301.243"
"+rf=300.8017255"
"+towgs84=283,682,231,0,0,0,0"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:24376 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:24376", "+proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +rf=300.8017255 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs +type=crs"); Read the full Proj4js guide →