Skip to content
transform

Convert Pulkovo 1995 to PZ-90

Convert coordinates from Pulkovo 1995 (EPSG:4200) to PZ-90 (EPSG:4740) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4200-to-epsg-4740

Official EPSG transformation from Pulkovo 1995 to PZ-90

The EPSG Geodetic Parameter Dataset defines 1 transformation between Pulkovo 1995 (EPSG:4200) and PZ-90 (EPSG:4740). Its parameters, accuracy and area of use are listed below.

Pulkovo 1995 to PZ-90 (1)

EPSG:1257±1 m
Method:
Geocentric translations (geog2D domain)
Area of use:
Russia
Scope:
Transformation of coordinates at 1m level of accuracy.
ParameterValueUnit
X-axis translation(tx)25.9metre
Y-axis translation(ty)-130.94metre
Z-axis translation(tz)-81.76metre

Mandated for use in Russia by GosStandard of Russia Decree #327 of August 9, 2001.

Convert EPSG:4200 to EPSG:4740 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4200Pulkovo 1995

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

+proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +no_defs +type=crs
More about EPSG:4200

Target: EPSG:4740PZ-90

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

+proj=longlat +a=6378136 +rf=298.257839303 +towgs84=0,0,1.5,0,0,0.076,0 +no_defs +type=crs
More about EPSG:4740

Frequently asked questions

How accurate is converting Pulkovo 1995 to PZ-90?
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:4740 to EPSG:4200