EPSG:1535 DEPRECATED

D48 / GK to D96 / TM (4)

Attributes

Geodetic CRS: MGI

Datum: Militar-Geographische Institut

Ellipsoid: Bessel 1841

Prime meridian: Greenwich

Data source: EPSG

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

Revision date: 2008-07-20

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

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

Method: Similarity transformation

Area of use: Slovenia - the Slovene Littoral with parts of the Karst and the Brkini Hills - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["D48 / GK to D96 / TM (4)",
    VERSION["GuRS-Svn 4"],
    SOURCECRS[
        PROJCRS["MGI / Slovene National Grid",
            BASEGEOGCRS["MGI",
                DATUM["Militar-Geographische Institut",
                    ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                        LENGTHUNIT["metre",1]]],
                PRIMEM["Greenwich",0,
                    ANGLEUNIT["degree",0.0174532925199433]],
                ID["EPSG",4312]],
            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",3787]]],
    TARGETCRS[
        PROJCRS["Slovenia 1996 / Slovene National Grid",
            BASEGEOGCRS["Slovenia 1996",
                DATUM["Slovenia Geodetic Datum 1996",
                    ELLIPSOID["GRS 1980",6378137,298.257222101,
                        LENGTHUNIT["metre",1]]],
                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",-377.487,
        LENGTHUNIT["metre",1],
        ID["EPSG",8621]],
    PARAMETER["Ordinate 2 of evaluation point in target CRS",492.209,
        LENGTHUNIT["metre",1],
        ID["EPSG",8622]],
    PARAMETER["Scale factor for source CRS axes",1.0000103303,
        SCALEUNIT["unity",1],
        ID["EPSG",1061]],
    PARAMETER["Rotation angle of source CRS axes",0.0008612384,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8614]],
    OPERATIONACCURACY[0.2],
    USAGE[
        SCOPE["Transformation of coordinates at 0.2m level of accuracy."],
        AREA["Slovenia - the Slovene Littoral with parts of the Karst and the Brkini Hills - onshore."],
        BBOX[45.44,13.5,45.73,14.24]],
    ID["EPSG",1535],
    REMARK["Information source gives rotation angle of source CRS axes as 359.9991387616° using opposite rotation convention to EPSG formula."]]

Definition: PROJ.4

+proj=affine +xoff=-377.487 +s11=1.00001033018703 +s12=1.50316010033856e-05 +yoff=492.209 +s21=-1.50316010033856e-05 +s22=1.00001033018703

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:1535","+proj=affine +xoff=-377.487 +s11=1.00001033018703 +s12=1.50316010033856e-05 +yoff=492.209 +s21=-1.50316010033856e-05 +s22=1.00001033018703");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "D48 / GK to D96 / TM (4)",
    "source_crs": {
        "type": "ProjectedCRS",
        "name": "MGI / Slovene National Grid",
        "base_crs": {
            "name": "MGI",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Militar-Geographische Institut",
                "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": 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": "Y",
                    "direction": "east",
                    "unit": "metre"
                },
                {
                    "name": "Northing",
                    "abbreviation": "X",
                    "direction": "north",
                    "unit": "metre"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 3787
        }
    },
    "target_crs": {
        "type": "ProjectedCRS",
        "name": "Slovenia 1996 / Slovene National Grid",
        "base_crs": {
            "name": "Slovenia 1996",
            "datum": {
                "type": "GeodeticReferenceFrame",
                "name": "Slovenia Geodetic Datum 1996",
                "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
            }
        },
        "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": -377.487,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8621
            }
        },
        {
            "name": "Ordinate 2 of evaluation point in target CRS",
            "value": 492.209,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8622
            }
        },
        {
            "name": "Scale factor for source CRS axes",
            "value": 1.0000103303,
            "unit": "unity",
            "id": {
                "authority": "EPSG",
                "code": 1061
            }
        },
        {
            "name": "Rotation angle of source CRS axes",
            "value": 0.0008612384,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8614
            }
        }
    ],
    "accuracy": "0.2",
    "scope": "Transformation of coordinates at 0.2m level of accuracy.",
    "area": "Slovenia - the Slovene Littoral with parts of the Karst and the Brkini Hills - onshore.",
    "bbox": {
        "south_latitude": 45.44,
        "west_longitude": 13.5,
        "north_latitude": 45.73,
        "east_longitude": 14.24
    },
    "id": {
        "authority": "EPSG",
        "code": 1535
    },
    "remarks": "Information source gives rotation angle of source CRS axes as 359.9991387616° using opposite rotation convention to EPSG formula."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=affine"
	"xoff=-377.487"
	"s11=1.00001033018703"
	"s12=1.50316010033856e-05"
	"yoff=492.209"
	"s21=-1.50316010033856e-05"
	"s22=1.00001033018703"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=affine +xoff=-377.487 +s11=1.00001033018703 +s12=1.50316010033856e-05 +yoff=492.209 +s21=-1.50316010033856e-05 +s22=1.00001033018703">
	<Layer srs="+proj=affine +xoff=-377.487 +s11=1.00001033018703 +s12=1.50316010033856e-05 +yoff=492.209 +s21=-1.50316010033856e-05 +s22=1.00001033018703">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 1535, 'EPSG', 1535, '+proj=affine +xoff=-377.487 +s11=1.00001033018703 +s12=1.50316010033856e-05 +yoff=492.209 +s21=-1.50316010033856e-05 +s22=1.00001033018703', 'None');