EPSG:3913

MGI (Ferro) to MGI 1901 (1)

Attributes

Geodetic CRS: MGI (Ferro)

Datum: Militar-Geographische Institut (Ferro)

Ellipsoid: Bessel 1841

Prime meridian: Ferro

Data source: EPSG

Information source: Gabor Timar (2007): The Ferro prime meridian. Geodezia es Kartografia vol 59 issue 12 pages 3-7.

Revision date: 2009-05-11

Scope: Change of prime meridian.

Remarks: Uses Albrecht 1902 value. See tfm code 3895 for longitude rotation applied in Austria.

Method: Longitude rotation

Area of use: Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text 2 (2019)

COORDINATEOPERATION["MGI (Ferro) to MGI 1901 (1)",
    VERSION["OGP-Yug"],
    SOURCECRS[
        GEOGCRS["MGI (Ferro)",
            DATUM["Militar-Geographische Institut (Ferro)",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Ferro",-17.6666666666667,
                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]],
            ID["EPSG",4805]]],
    TARGETCRS[
        GEOGCRS["MGI 1901",
            DATUM["MGI 1901",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    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]],
            ID["EPSG",3906]]],
    METHOD["Longitude rotation",
        ID["EPSG",9601]],
    PARAMETER["Longitude offset",-17.6627833333333,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8602]],
    OPERATIONACCURACY[1.0],
    USAGE[
        SCOPE["Change of prime meridian."],
        AREA["Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore."],
        BBOX[40.85,13.38,46.88,23.04]],
    ID["EPSG",3913],
    REMARK["Uses Albrecht 1902 value. See tfm code 3895 for longitude rotation applied in Austria."]]

Definition: PROJ.4

+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=longlat +ellps=bessel +pm=-17.6627833333333 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:3913","+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=longlat +ellps=bessel +pm=-17.6627833333333 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Transformation",
    "name": "MGI (Ferro) to MGI 1901 (1)",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "MGI (Ferro)",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Militar-Geographische Institut (Ferro)",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            },
            "prime_meridian": {
                "name": "Ferro",
                "longitude": -17.6666666666667
            }
        },
        "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": 4805
        },
        "remarks": "Replaced by MGI (CRS code 4312) in Austria and MGI 1901 (CRS code 3906) in former Yugoslavia."
    },
    "target_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)."
    },
    "method": {
        "name": "Longitude rotation",
        "id": {
            "authority": "EPSG",
            "code": 9601
        }
    },
    "parameters": [
        {
            "name": "Longitude offset",
            "value": -17.6627833333333,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8602
            }
        }
    ],
    "accuracy": "1.0",
    "scope": "Change of prime meridian.",
    "area": "Bosnia and Herzegovina; Croatia - onshore; Kosovo; Montenegro - onshore; North Macedonia; Serbia; Slovenia - onshore.",
    "bbox": {
        "south_latitude": 40.85,
        "west_longitude": 13.38,
        "north_latitude": 46.88,
        "east_longitude": 23.04
    },
    "id": {
        "authority": "EPSG",
        "code": 3913
    },
    "remarks": "Uses Albrecht 1902 value. See tfm code 3895 for longitude rotation applied in Austria."
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=pipeline"
	"step"
	"proj=axisswap"
	"order=2,1"
	"step"
	"proj=unitconvert"
	"xy_in=deg"
	"xy_out=rad"
	"step"
	"inv"
	"proj=longlat"
	"ellps=bessel"
	"pm=-17.6627833333333"
	"step"
	"proj=unitconvert"
	"xy_in=rad"
	"xy_out=deg"
	"step"
	"proj=axisswap"
	"order=2,1"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=longlat +ellps=bessel +pm=-17.6627833333333 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1">
	<Layer srs="+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=longlat +ellps=bessel +pm=-17.6627833333333 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 3913, 'EPSG', 3913, '+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=longlat +ellps=bessel +pm=-17.6627833333333 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1', 'None');