Skip to content
transform

Convert Kalianpur 1962 to WGS 84

Convert coordinates from Kalianpur 1962 (EPSG:4145) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4145-to-epsg-4326

Official EPSG transformations from Kalianpur 1962 to WGS 84

The EPSG Geodetic Parameter Dataset defines 6 transformations between Kalianpur 1962 (EPSG:4145) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

Kalianpur 1962 to WGS 84 (2)

EPSG:15701±1 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
Pakistan - offshore Indus
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)275.57metre
Y-axis translation(ty)676.78metre
Z-axis translation(tz)229.6metre

Derived at Geodetic Survey office in Karachi in 1997.

Kalianpur 1962 to WGS 84 (5)

EPSG:9234±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Pakistan - East Sind
Scope:
Oil and gas exploration.
ParameterValueUnit
X-axis translation(tx)230.25metre
Y-axis translation(ty)632.76metre
Z-axis translation(tz)161.03metre
X-axis rotation(rx)-1.114arc-second
Y-axis rotation(ry)1.115arc-second
Z-axis rotation(rz)1.212arc-second
Scale difference(ds)12.584parts per million

Derived by Western Geophysical for UTP 1996 East Sind 2D survey. Very similar parameter values (higher resolution but no better accuracy) were used by BGP for the ENI 2006 East Sind 2D survey.

Kalianpur 1962 to WGS 84 (6)

EPSG:15494±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Pakistan - Gambat
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)274.164metre
Y-axis translation(ty)677.282metre
Z-axis translation(tz)226.704metre

Derived by Fugro-Geodetic in 2004 at 6 closely-spaced stations. Used by OMV in all blocks in Pakistan where operator.

Kalianpur 1962 to WGS 84 (3)

EPSG:15702±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Pakistan - Badin and Mehran
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)278.9metre
Y-axis translation(ty)684.39metre
Z-axis translation(tz)226.05metre

Derived at station S0001, an approximate offset to Survey of India primary station Kat Baman, in 1992 from 180 single point Transit passes observed in 1991 by Fugro-Geodetic for UTP.

Kalianpur 1962 to WGS 84 (4)

EPSG:15703±3 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Pakistan - Karachi
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)271.905metre
Y-axis translation(ty)669.593metre
Z-axis translation(tz)231.495metre

Derived at Chitrawala triangulation station by Fugro-Geodetic for UTP.

Kalianpur 1962 to WGS 84 (1)

EPSG:1247
Method:
Geocentric translations (geog2D domain)
Area of use:
Pakistan - onshore
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)283metre
Y-axis translation(ty)682metre
Z-axis translation(tz)231metre

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

Convert EPSG:4145 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4145", "EPSG:4326", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:4145Kalianpur 1962

geographic system using latitude and longitude on an ellipsoid · Area of use: Pakistan

+proj=longlat +a=6377301.243 +rf=300.8017255 +no_defs +type=crs
More about EPSG:4145

Target: EPSG:4326WGS 84

geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)

+proj=longlat +datum=WGS84 +no_defs +type=crs
More about EPSG:4326

Frequently asked questions

How accurate is converting Kalianpur 1962 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±1 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:4326 to EPSG:4145