Skip to content
transform

Convert Pulkovo 1942 to EST92

Convert coordinates from Pulkovo 1942 (EPSG:4284) to EST92 (EPSG:4133) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4284-to-epsg-4133

Official EPSG transformation from Pulkovo 1942 to EST92

The EPSG Geodetic Parameter Dataset defines 1 transformation between Pulkovo 1942 (EPSG:4284) and EST92 (EPSG:4133). Its parameters, accuracy and area of use are listed below.

Pulkovo 1942 to EST92 (1)

EPSG:1332±9 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Estonia - onshore
Scope:
Not known.
ParameterValueUnit
X-axis translation(tx)21.53219metre
Y-axis translation(ty)-97.00027metre
Z-axis translation(tz)-60.74046metre
X-axis rotation(rx)-0.99548arc-second
Y-axis rotation(ry)-0.58147arc-second
Z-axis rotation(rz)-0.2418arc-second
Scale difference(ds)-4.5981parts per million

Convert EPSG:4284 to EPSG:4133 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4284Pulkovo 1942

geographic system using latitude and longitude on an ellipsoid · Area of use: Europe - FSU onshore

+proj=longlat +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +no_defs +type=crs
More about EPSG:4284

Target: EPSG:4133EST92

geographic system using latitude and longitude on an ellipsoid · Area of use: Estonia - onshore

+proj=longlat +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,0.0183,-0.0003,-0.007,-0.014 +no_defs +type=crs
More about EPSG:4133

Frequently asked questions

How accurate is converting Pulkovo 1942 to EST92?
The most accurate official EPSG transformation between these systems is accurate to about ±9 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:4133 to EPSG:4284