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 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.
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.
Grid file: qazgrid_kz.gsb
File also produced in Geodetic GeoTIFF (GTG) format.
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)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=crsMore about EPSG:4284 →
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=crsMore about EPSG:10941 →