Skip to content
transform

Convert Pulkovo 1942(58) to WGS 84

Convert coordinates from Pulkovo 1942(58) (EPSG:4179) 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-4179-to-epsg-4326

Official EPSG transformations from Pulkovo 1942(58) to WGS 84

The EPSG Geodetic Parameter Dataset defines 7 transformations between Pulkovo 1942(58) (EPSG:4179) and WGS 84 (EPSG:4326). Each applies to a specific area — pick the one whose area of use covers your data.

Pulkovo 1942(58) to WGS 84 (1)

EPSG:1645±1 mBest accuracy
Method:
Position Vector transformation (geog2D domain)
Area of use:
Poland - onshore
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)33.4metre
Y-axis translation(ty)-146.6metre
Z-axis translation(tz)-76.3metre
X-axis rotation(rx)-0.359arc-second
Y-axis rotation(ry)-0.053arc-second
Z-axis rotation(rz)0.844arc-second
Scale difference(ds)-0.84parts per million

Parameter values from Pulkovo 1942(58) to ETRS89 (1) (code 1644). Assumes ETRS89 and WGS 84 can be considered the same to within the accuracy of the transformation.

Pulkovo 1942(58) to WGS 84 (22)

EPSG:7835±2 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Albania - north of 41°18'N and east of 19°09'E
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)74.5metre
Y-axis translation(ty)-112.5metre
Z-axis translation(tz)-44.3metre

Derived by Deminex for nearshore Rodoni block in 1991-1992. Used by Shell for onshore seismic in 1995.

Pulkovo 1942(58) to WGS 84 (19)

EPSG:15995±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Romania
Scope:
(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.
ParameterValueUnit
X-axis translation(tx)2.329metre
Y-axis translation(ty)-147.042metre
Z-axis translation(tz)-92.08metre
X-axis rotation(rx)0.309arc-second
Y-axis rotation(ry)-0.325arc-second
Z-axis rotation(rz)-0.497arc-second
Scale difference(ds)5.69parts per million

Parameter values taken from Pulkovo 1942(58) to ETRS89 (4) (code 15994) assuming that ETRS89 is equivalent to WGS 84 within the accuracy of the transformation.

Pulkovo 1942(58) to WGS 84 (4)

EPSG:15997±6 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Poland - onshore
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)23metre
Y-axis translation(ty)-124metre
Z-axis translation(tz)-82metre

Derived at 11 stations.

Pulkovo 1942(58) to WGS 84 (8)

EPSG:15999±6 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Albania - onshore
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)24metre
Y-axis translation(ty)-130metre
Z-axis translation(tz)-92metre

Derived at 7 stations.

Pulkovo 1942(58) to WGS 84 (9)

EPSG:15497±7 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Romania
Scope:
Military survey.
ParameterValueUnit
X-axis translation(tx)28metre
Y-axis translation(ty)-121metre
Z-axis translation(tz)-77metre

Derived at 4 stations.

Pulkovo 1942(58) to WGS 84 (18)

EPSG:15496±10 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Romania
Scope:
Oil and gas exploration and production.
ParameterValueUnit
X-axis translation(tx)44.107metre
Y-axis translation(ty)-116.147metre
Z-axis translation(tz)-54.648metre

Convert EPSG:4179 to EPSG:4326 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4179Pulkovo 1942(58)

geographic system using latitude and longitude on an ellipsoid · Area of use: Europe - onshore - eastern - S-42(58)

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

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 Pulkovo 1942(58) 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:4179