Skip to content
transform

Convert Beijing 1954 to WGS 84

Convert coordinates from Beijing 1954 (EPSG:4214) 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-4214-to-epsg-4326

Official EPSG transformations from Beijing 1954 to WGS 84

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

Beijing 1954 to WGS 84 (1)

EPSG:15918±1 mBest accuracy
Method:
Geocentric translations (geog2D domain)
Area of use:
China - Ordos basin
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)12.646metre
Y-axis translation(ty)-155.176metre
Z-axis translation(tz)-80.863metre

Provided by BGP to TOTAL in June 2006.

Beijing 1954 to WGS 84 (4)

EPSG:15921±1 m
Method:
Geocentric translations (geog2D domain)
Area of use:
China - Tarim - 77.5°E to 88°E and 37°N to 42°N
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)15.8metre
Y-axis translation(ty)-154.4metre
Z-axis translation(tz)-82.3metre

Provided by BGP to ELF in 1994.

Beijing 1954 to WGS 84 (6)

EPSG:15936±1 m
Method:
Geocentric translations (geog2D domain)
Area of use:
China - Ordos basin
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)11.911metre
Y-axis translation(ty)-154.833metre
Z-axis translation(tz)-80.079metre

Provided by Sinopec to TOTAL in January 2007.

Beijing 1954 to WGS 84 (5)

EPSG:15935±10 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
China - offshore - Bei Bu
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)18metre
Y-axis translation(ty)-136.8metre
Z-axis translation(tz)-73.7metre
X-axis rotation(rx)0arc-second
Y-axis rotation(ry)0arc-second
Z-axis rotation(rz)0.814arc-second
Scale difference(ds)-0.38parts per million

Concatenated via WGS 72BE. Recomputation by Shelltech in 1981 of SSB 1980 observation.

Beijing 1954 to WGS 84 (2)

EPSG:15919±15 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
China - offshore - Yellow Sea
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)15.53metre
Y-axis translation(ty)-113.82metre
Z-axis translation(tz)-41.38metre
X-axis rotation(rx)0arc-second
Y-axis rotation(ry)0arc-second
Z-axis rotation(rz)0.814arc-second
Scale difference(ds)-0.38parts per million

Derived via WGS 72BE. Original transformation derived in 1979 at 4 stations on Yellow Sea coast.

Beijing 1954 to WGS 84 (3)

EPSG:15920±15 m
Method:
Position Vector transformation (geog2D domain)
Area of use:
China - offshore - Pearl River basin
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)31.4metre
Y-axis translation(ty)-144.3metre
Z-axis translation(tz)-74.8metre
X-axis rotation(rx)0arc-second
Y-axis rotation(ry)0arc-second
Z-axis rotation(rz)0.814arc-second
Scale difference(ds)-0.38parts per million

Derived via WGS 72BE. Original transformation derived by GSI in 1980-81. The GSI memo incorrectly gave the parameters as from WGS 72 to Beijing 1954, but it has been determined by the OGP that the memo should have stated from Beijing 1954 to WGS 72BE.

Convert EPSG:4214 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4214Beijing 1954

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

+proj=longlat +ellps=krass +no_defs +type=crs
More about EPSG:4214

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 Beijing 1954 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:4214