EPSG:3938

D48/GK to D96/TM (10)

Attributes

Geodetic CRS: MGI 1901

Datum: MGI 1901

Ellipsoid: Bessel 1841

Prime meridian: Greenwich

Data source: EPSG

Information source: Geodetska uprava Republike Slovenije, http://www.gu.gov.si

Revision date: 2018-08-29

Scope: Transformation of coordinates at 0.2m level of accuracy.

Remarks: Information source gives rotation angle of source CRS axes as 359.9984602820° using opposite rotation convention to EPSG formula.

Method: Similarity transformation

Area of use: Slovenia - eastern part of the Ljubljana region with the Kamnik-Domzale area.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["D48/GK to D96/TM (10)",
    VERSION["GuRS-Svn 10"],
    SOURCECRS[
        PROJCRS["MGI 1901 / Slovene National Grid",
            BASEGEOGCRS["MGI 1901",
                DATUM["MGI 1901",
                    ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",3906]],
            CONVERSION["Slovene National Grid",
                METHOD["Transverse Mercator",
                    ID["EPSG",9807]],
                PARAMETER["Latitude of natural origin",0,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8801]],
                PARAMETER["Longitude of natural origin",15,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8802]],
                PARAMETER["Scale factor at natural origin",0.9999,
                    SCALEUNIT["unity",1],
                    ID["EPSG",8805]],
                PARAMETER["False easting",500000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8806]],
                PARAMETER["False northing",-5000000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8807]]],
            CS[Cartesian,2],
                AXIS["easting (Y)",east,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["northing (X)",north,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",3912]]],
    TARGETCRS[
        PROJCRS["ETRS89-SVN [D96] / Slovene National Grid",
            BASEGEOGCRS["ETRS89-SVN [D96]",
                DATUM["Slovenia Geodetic Datum 1996",
                    ELLIPSOID["GRS 1980",6378137,298.257222101,
                        LENGTHUNIT["metre",1]],
                    ANCHOREPOCH[2016.75]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4765]],
            CONVERSION["Slovene National Grid",
                METHOD["Transverse Mercator",
                    ID["EPSG",9807]],
                PARAMETER["Latitude of natural origin",0,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8801]],
                PARAMETER["Longitude of natural origin",15,
                    ANGLEUNIT["degree",0.0174532925199433],
                    ID["EPSG",8802]],
                PARAMETER["Scale factor at natural origin",0.9999,
                    SCALEUNIT["unity",1],
                    ID["EPSG",8805]],
                PARAMETER["False easting",500000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8806]],
                PARAMETER["False northing",-5000000,
                    LENGTHUNIT["metre",1],
                    ID["EPSG",8807]]],
            CS[Cartesian,2],
                AXIS["(E)",east,
                    ORDER[1],
                    LENGTHUNIT["metre",1]],
                AXIS["(N)",north,
                    ORDER[2],
                    LENGTHUNIT["metre",1]],
            ID["EPSG",3794]]],
    METHOD["Similarity transformation",
        ID["EPSG",9621]],
    PARAMETER["Ordinate 1 of evaluation point in target CRS",-380.127,
        LENGTHUNIT["metre",1],
        ID["EPSG",8621]],
    PARAMETER["Ordinate 2 of evaluation point in target CRS",497.52,
        LENGTHUNIT["metre",1],
        ID["EPSG",8622]],
    PARAMETER["Scale factor for source CRS axes",1.0000138184,
        SCALEUNIT["unity",1],
        ID["EPSG",1061]],
    PARAMETER["Rotation angle of source CRS axes",0.001539718,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8614]],
    OPERATIONACCURACY[0.2],
    USAGE[
        SCOPE["Transformation of coordinates at 0.2m level of accuracy."],
        AREA["Slovenia - eastern part of the Ljubljana region with the Kamnik-Domzale area."],
        BBOX[45.85,14.45,46.32,15.01]],
    ID["EPSG",3938],
    REMARK["Information source gives rotation angle of source CRS axes as 359.9984602820° using opposite rotation convention to EPSG formula."]]

Definition: PROJ.4

+proj=affine +xoff=-380.127 +s11=1.00001381803891 +s12=2.68735199929049e-05 +yoff=497.52 +s21=-2.68735199929049e-05 +s22=1.00001381803891

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:3938","+proj=affine +xoff=-380.127 +s11=1.00001381803891 +s12=2.68735199929049e-05 +yoff=497.52 +s21=-2.68735199929049e-05 +s22=1.00001381803891");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "D48/GK to D96/TM (10)",
    "source_crs": {
        "type": "ProjectedCRS",
        "name": "MGI 1901 / Slovene National Grid",
        "base_crs": {
            "type": "GeographicCRS",
            "name": "MGI 1901",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "MGI 1901",
                "ellipsoid": {
                    "name": "Bessel 1841",
                    "semi_major_axis": 6377397.155,
                    "inverse_flattening": 299.1528128
                }
            },
            "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": 3906
            },
            "remarks": "Adopted in 1924 replacing MGI (Ferro) (CRS code 4805). Densified in 1948. In Slovenia replaced by D96 (CRS code 4765). In Croatia replaced by HTRS96 (CRS code 4761). In Serbia replaced by SREF98 and then by SRB_ETRS89 (STRS00) (CRS codes 4075 and 8691)."
        },
        "conversion": {
            "name": "Slovene National Grid",
            "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": 15,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8802
                    }
                },
                {
                    "name": "Scale factor at natural origin",
                    "value": 0.9999,
                    "unit": "unity",
                    "id": {
                        "authority": "EPSG",
                        "code": 8805
                    }
                },
                {
                    "name": "False easting",
                    "value": 500000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8806
                    }
                },
                {
                    "name": "False northing",
                    "value": -5000000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8807
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Easting",
                    "abbreviation": "Y",
                    "direction": "east",
                    "unit": "metre"
                },
                {
                    "name": "Northing",
                    "abbreviation": "X",
                    "direction": "north",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 3912
        }
    },
    "target_crs": {
        "type": "ProjectedCRS",
        "name": "ETRS89-SVN [D96] / Slovene National Grid",
        "base_crs": {
            "type": "GeographicCRS",
            "name": "ETRS89-SVN [D96]",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Slovenia Geodetic Datum 1996",
                "anchor_epoch": 2016.75,
                "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": 4765
            },
            "remarks": "Replaces MGI, alias D48, (CRS code 4312)."
        },
        "conversion": {
            "name": "Slovene National Grid",
            "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": 15,
                    "unit": "degree",
                    "id": {
                        "authority": "EPSG",
                        "code": 8802
                    }
                },
                {
                    "name": "Scale factor at natural origin",
                    "value": 0.9999,
                    "unit": "unity",
                    "id": {
                        "authority": "EPSG",
                        "code": 8805
                    }
                },
                {
                    "name": "False easting",
                    "value": 500000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8806
                    }
                },
                {
                    "name": "False northing",
                    "value": -5000000,
                    "unit": "metre",
                    "id": {
                        "authority": "EPSG",
                        "code": 8807
                    }
                }
            ]
        },
        "coordinate_system": {
            "subtype": "Cartesian",
            "axis": [
                {
                    "name": "Easting",
                    "abbreviation": "E",
                    "direction": "east",
                    "unit": "metre"
                },
                {
                    "name": "Northing",
                    "abbreviation": "N",
                    "direction": "north",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 3794
        }
    },
    "method": {
        "name": "Similarity transformation",
        "id": {
            "authority": "EPSG",
            "code": 9621
        }
    },
    "parameters": [
        {
            "name": "Ordinate 1 of evaluation point in target CRS",
            "value": -380.127,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8621
            }
        },
        {
            "name": "Ordinate 2 of evaluation point in target CRS",
            "value": 497.52,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8622
            }
        },
        {
            "name": "Scale factor for source CRS axes",
            "value": 1.0000138184,
            "unit": "unity",
            "id": {
                "authority": "EPSG",
                "code": 1061
            }
        },
        {
            "name": "Rotation angle of source CRS axes",
            "value": 0.001539718,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8614
            }
        }
    ],
    "accuracy": "0.2",
    "scope": "Transformation of coordinates at 0.2m level of accuracy.",
    "area": "Slovenia - eastern part of the Ljubljana region with the Kamnik-Domzale area.",
    "bbox": {
        "south_latitude": 45.85,
        "west_longitude": 14.45,
        "north_latitude": 46.32,
        "east_longitude": 15.01
    },
    "id": {
        "authority": "EPSG",
        "code": 3938
    },
    "remarks": "Information source gives rotation angle of source CRS axes as 359.9984602820° using opposite rotation convention to EPSG formula."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=affine"
	"xoff=-380.127"
	"s11=1.00001381803891"
	"s12=2.68735199929049e-05"
	"yoff=497.52"
	"s21=-2.68735199929049e-05"
	"s22=1.00001381803891"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=affine +xoff=-380.127 +s11=1.00001381803891 +s12=2.68735199929049e-05 +yoff=497.52 +s21=-2.68735199929049e-05 +s22=1.00001381803891">
	<Layer srs="+proj=affine +xoff=-380.127 +s11=1.00001381803891 +s12=2.68735199929049e-05 +yoff=497.52 +s21=-2.68735199929049e-05 +s22=1.00001381803891">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 3938, 'EPSG', 3938, '+proj=affine +xoff=-380.127 +s11=1.00001381803891 +s12=2.68735199929049e-05 +yoff=497.52 +s21=-2.68735199929049e-05 +s22=1.00001381803891', 'None');