Skip to content
transform

Convert Pulkovo 1942(58) to ETRS89

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

Official EPSG transformations from Pulkovo 1942(58) to ETRS89

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

Pulkovo 1942(58) to ETRS89 (1)

EPSG:1644±1 mBest accuracy
Method:
Position Vector transformation (geog2D domain)
Area of use:
Poland - onshore
Scope:
Transformation of coordinates at 1m level of accuracy.
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

May be taken as approximate transformation Pulkovo 1942(58) to WGS 84 - see code 1645. Parameter values given to greater precision but to no better accuracy in GUGiK Technical Instruction G-2, Warsaw 2001.

Pulkovo 1942(58) to ETRS89 (4)

EPSG:15994±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Romania
Scope:
Transformation of coordinates at 3m level of accuracy.
ParameterValueUnit
X-axis translation(tx)2.3287metre
Y-axis translation(ty)-147.0425metre
Z-axis translation(tz)-92.0802metre
X-axis rotation(rx)0.3092483arc-second
Y-axis rotation(ry)-0.32482185arc-second
Z-axis rotation(rz)-0.49729934arc-second
Scale difference(ds)5.68906266parts per million

Replaces S-42 to ETRS89 (3) (tfm code 15993). Consistent with Transdat v3.0 to better than 0.5m. May be taken as approximate transformation Pulkovo 1942(58) to WGS 84 - see code 15995.

Pulkovo 1942(58) to ETRS89 (3)

EPSG:15993±10 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Romania
Scope:
Geodesy.
ParameterValueUnit
X-axis translation(tx)68.1564metre
Y-axis translation(ty)32.7756metre
Z-axis translation(tz)80.2249metre
X-axis rotation(rx)2.20333014arc-second
Y-axis rotation(ry)2.19256447arc-second
Z-axis rotation(rz)-2.54166911arc-second
Scale difference(ds)-0.14155333parts per million

Withdrawn and replaced by S-42 to ETRS89 (4) (tfm code 15994). Consistent with Transdat v2.0 to better than 10m.

Convert EPSG:4179 to EPSG:4258 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4179", "EPSG:4258", 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:4258ETRS89

geographic system using latitude and longitude on an ellipsoid · Area of use: Europe - ETRF by country

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:4258

Frequently asked questions

How accurate is converting Pulkovo 1942(58) to ETRS89?
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:4258 to EPSG:4179