Skip to content
transform

Convert Indian 1960 to WGS 84

Convert coordinates from Indian 1960 (EPSG:4131) 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-4131-to-epsg-4326

About converting Indian 1960 to WGS 84

Indian 1960 (EPSG:4131) is a regional adjustment of the Indian datum on the Everest 1830 ellipsoid, used in Vietnam and around Con Son island. It survives mainly in oil and gas concession data from offshore Vietnam, where blocks were originally defined in Indian 1960 coordinates.

The published EPSG transformations to WGS 84 are accurate to roughly ±25 m — typical for a datum fitted from a handful of stations in the satellite era's early days.

Vietnam's national system is now VN-2000 (EPSG:4756); treat Indian 1960 as a legacy frame to convert out of, and document the operation you used because concession boundaries are legally sensitive.

Why people convert EPSG:4131 to EPSG:4326

  • Migrating offshore Vietnam concession and well data
  • Georeferencing legacy seismic surveys in the South China Sea
  • Reconciling block boundaries defined in Indian 1960
  • Integrating historical exploration archives with WGS 84

Try it: Ho Chi Minh City, Vietnam

Input (EPSG:4131): 106.6297, 10.8231

Official EPSG transformations from Indian 1960 to WGS 84

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

Indian 1960 to WGS 84 (1)

EPSG:8532±26 mBest accuracy
Method:
Concatenated operation
Area of use:
Vietnam - offshore Cuu Long basin
Scope:
Oil and gas exploration and production.
  1. Indian 1960 to WGS 72BE (1) (null)
  2. WGS 72BE to WGS 84 (1) (null)

May be implemented as a single transformation using position vector 7-parameter geocentric transformation method with parameter values dX=+199m dY=+931m dZ=+318.9m rX=rY=0 sec rZ=+0.814 sec dS=-0.38 ppm.

Indian 1960 to WGS 84 (2)

EPSG:1542±44 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Vietnam - 14°N to 18°N onshore
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)198metre
Y-axis translation(ty)881metre
Z-axis translation(tz)317metre

Derived at 2 stations. Accuracy 25m in each axis.

Indian 1960 to WGS 84 (3)

EPSG:1543±44 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Vietnam - Con Son Island
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)182metre
Y-axis translation(ty)915metre
Z-axis translation(tz)344metre

Derived at 1 station. Accuracy 25m in each axis.

Convert EPSG:4131 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4131Indian 1960

geographic system using latitude and longitude on an ellipsoid · Area of use: Asia - Cambodia and Vietnam - onshore & Cuu Long basin

+proj=longlat +ellps=evrst30 +no_defs +type=crs
More about EPSG:4131

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 Indian 1960 to WGS 84?
The published operations are good to about ±25 m. For boundary-sensitive work, agree the transformation contractually rather than assuming one.
Is Indian 1960 the same as the Indian datum used in India?
No — it is a Vietnam-area adjustment on the same Everest ellipsoid family. India's classical mapping uses Indian 1954/1975 and related datums with different parameters.
How accurate is converting Indian 1960 to WGS 84?
The most accurate official EPSG transformation between these systems is accurate to about ±26 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:4131