EPSG:2533

Pulkovo 1942 / 3-degree Gauss-Kruger zone 17

Available transformations
to EPSG:10941

Selected transformation

Name: Pulkovo 1942 to QazTRF-23 (1)

Method: NTv2

Grid Files: qazgrid_kz.gsb

Remarks: File also produced in Geodetic GeoTIFF (GTG) format.

Information source: National Center for Geodesy and Spatial Information, https://qazgeodesy.kz/

Revision date: 2025-07-10

Attributes

Unit: metre

Geodetic CRS: Pulkovo 1942

Datum: Pulkovo 1942

Ellipsoid: Krassowsky 1940

Prime meridian: Greenwich

Data source: EPSG

Information source: OGP

Revision date: 2002-06-22

Scope: Cadastre, engineering survey, topographic mapping (large scale).

Remarks: Also found with truncated false easting - see Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E (code 2592).

Area of use: Azerbaijan, Kazakhstan and Russian Federation onshore - between 49°30'E and 52°30'E.

Coordinate system: Cartesian 2D CS. Axes: northing, easting (X,Y). Orientations: north, east. UoM: m.

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        PROJCRS["Pulkovo 1942 / 3-degree Gauss-Kruger zone 17",
            BASEGEOGCRS["Pulkovo 1942",
                DATUM["Pulkovo 1942",
                    ELLIPSOID["Krassowsky 1940",6378245,298.3,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4284]],
            CONVERSION["3-degree Gauss-Kruger zone 17",
                METHOD["Transverse Mercator",
                    ID["EPSG",9807]],
                PARAMETER["Latitude of natural origin",0,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8801]],
                PARAMETER["Longitude of natural origin",51,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8802]],
                PARAMETER["Scale factor at natural origin",1,
                    SCALEUNIT["unity",1],
                    ID["EPSG",8805]],
                PARAMETER["False easting",17500000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8806]],
                PARAMETER["False northing",0,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8807]]],
            CS[Cartesian,2],
                AXIS["northing (X)",north,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["easting (Y)",east,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
            USAGE[
                SCOPE["Cadastre, engineering survey, topographic mapping (large scale)."],
                AREA["Azerbaijan, Kazakhstan and Russian Federation onshore - between 49°30'E and 52°30'E."],
                BBOX[37.66,49.5,81.22,52.5]],
            ID["EPSG",2533]]],
    TARGETCRS[
        GEOGCRS["QazTRF-23",
            DATUM["Kazakhstan Terrestrial Reference Frame 2023",
                ELLIPSOID["GRS 1980",6378137,298.257222101,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Horizontal component of 3D system."],
                AREA["Kazakhstan - onshore and offshore, including Caspian Sea."],
                BBOX[40.59,46.49,55.45,87.35]],
            ID["EPSG",10941]]],
    ABRIDGEDTRANSFORMATION["Pulkovo 1942 to QazTRF-23 (1)",
        METHOD["NTv2",
            ID["EPSG",9615]],
        PARAMETERFILE["Latitude and longitude difference file","qazgrid_kz.gsb"],
        USAGE[
            SCOPE["Geodesy, engineering survey, topographic mapping."],
            AREA["Kazakhstan - onshore and offshore, including Caspian Sea."],
            BBOX[40.59,46.49,55.45,87.35]],
        ID["EPSG",10964],
        REMARK["File also produced in Geodetic GeoTIFF (GTG) format."]]]

Definition: PROJ.4

+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:2533","+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "ProjectedCRS",
        "name": "Pulkovo 1942 / 3-degree Gauss-Kruger zone 17",
        "base_crs": {
            "type": "GeographicCRS",
            "name": "Pulkovo 1942",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Pulkovo 1942",
                "ellipsoid": {
                    "name": "Krassowsky 1940",
                    "semi_major_axis": 6378245,
                    "inverse_flattening": 298.3
                }
            },
            "coordinate_system": {
                "subtype": "ellipsoidal",
                "axis": [
                    {
                        "name": "Geodetic latitude",
                        "abbreviation": "Lat",
                        "direction": "north",
                        "unit": "degree"
                    },
                    {
                        "name": "Geodetic longitude",
                        "abbreviation": "Lon",
                        "direction": "east",
                        "unit": "degree"
                    }
                ]
            },
            "id": {
                "authority": "EPSG",
                "code": 4284
            }
        },
        "conversion": {
            "name": "3-degree Gauss-Kruger zone 17",
            "method": {
                "name": "Transverse Mercator",
                "id": {
                    "authority": "EPSG",
                    "code": 9807
                }
            },
            "parameters": [
                {
                    "name": "Latitude of natural origin",
                    "value": 0,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8801
                    }
                },
                {
                    "name": "Longitude of natural origin",
                    "value": 51,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8802
                    }
                },
                {
                    "name": "Scale factor at natural origin",
                    "value": 1,
                    "unit": "unity",
                    "id": {
                        "authority": "EPSG",
                        "code": 8805
                    }
                },
                {
                    "name": "False easting",
                    "value": 17500000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8806
                    }
                },
                {
                    "name": "False northing",
                    "value": 0,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8807
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Northing",
                    "abbreviation": "X",
                    "direction": "north",
                    "unit": "metre"
                },
                {
                    "name": "Easting",
                    "abbreviation": "Y",
                    "direction": "east",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 2533
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "QazTRF-23",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Kazakhstan Terrestrial Reference Frame 2023",
            "ellipsoid": {
                "name": "GRS 1980",
                "semi_major_axis": 6378137,
                "inverse_flattening": 298.257222101
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 10941
        }
    },
    "transformation": {
        "name": "Pulkovo 1942 to QazTRF-23 (1)",
        "method": {
            "name": "NTv2",
            "id": {
                "authority": "EPSG",
                "code": 9615
            }
        },
        "parameters": [
            {
                "name": "Latitude and longitude difference file",
                "value": "qazgrid_kz.gsb",
                "id": {
                    "authority": "EPSG",
                    "code": 8656
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 10964
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=tmerc"
	"lat_0=0"
	"lon_0=51"
	"k=1"
	"x_0=17500000"
	"y_0=0"
	"ellps=krass"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs">
	<Layer srs="+proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs +type=crs">
	</Layer>
</Map>