Skip to content
transform

Convert Pulkovo 1942 to Georgia Geodetic Datum

Convert coordinates from Pulkovo 1942 (EPSG:4284) to Georgia Geodetic Datum (EPSG:10831) — 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-10831

Official EPSG transformation from Pulkovo 1942 to Georgia Geodetic Datum

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

Pulkovo 1942 to Georgia Geodetic Datum (1)

EPSG:10835±0.1 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Georgia - onshore
Scope:
Spatial referencing.
ParameterValueUnit
X-axis translation(tx)-40.7436metre
Y-axis translation(ty)-40.0018metre
Z-axis translation(tz)-56.707metre
X-axis rotation(rx)-1.2753arc-second
Y-axis rotation(ry)-1.42112arc-second
Z-axis rotation(rz)2.69445arc-second
Scale difference(ds)-4.5284parts per million

Derived at 16 stations. Replaces transformation derived at 9 stations given in "Methodology and Parameters for Datum Transformation between the New and Old Reference Systems", European Union ENPI Programme for Georgia National Agency of Public Registry (NAPR), Ministry of Justice of Georgia, November 14th 2013. Note: information source states that the Helmert formula use the Position Vector convention, but using the station coordinates tabulated in the report IOGP believes that the parameter values are consistent with use of the coordinate frame rotation convention.

Convert EPSG:4284 to EPSG:10831 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4284", "EPSG:10831", 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:10831Georgia Geodetic Datum

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

+proj=longlat +ellps=GRS80 +no_defs +type=crs
More about EPSG:10831

Frequently asked questions

How accurate is converting Pulkovo 1942 to Georgia Geodetic Datum?
The most accurate official EPSG transformation between these systems is accurate to about ±0.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:10831 to EPSG:4284