Skip to content
transform

Convert Pulkovo 1942 to QazTRF-23

Convert coordinates from Pulkovo 1942 (EPSG:4284) to QazTRF-23 (EPSG:10941) — 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-10941

Official EPSG transformation from Pulkovo 1942 to QazTRF-23

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

Pulkovo 1942 to QazTRF-23 (1)

EPSG:10964±0.1 m
Method:
NTv2
Area of use:
Kazakhstan
Scope:
Geodesy, engineering survey, topographic mapping.

Grid file: qazgrid_kz.gsb

File also produced in Geodetic GeoTIFF (GTG) format.

Convert EPSG:4284 to EPSG:10941 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:4284", "EPSG:10941", 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:10941QazTRF-23

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

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

Frequently asked questions

How accurate is converting Pulkovo 1942 to QazTRF-23?
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 (including the grid-shift files listed below) 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:10941 to EPSG:4284