EPSG:8043

St. Stephen (Ferro)

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: St. Stephen (Ferro)

Datum: St. Stephen (Ferro)

Ellipsoid: Zach 1812

Prime meridian: Ferro

Data source: EPSG

Information source: Land Survey Office (ZU), Prague, www.cuzk.cz/zu

Revision date: 2017-03-03

Center coordinates
34.3 48.94

WGS84 bounds:
14.41 47.42
18.86 50.45

Austria - Lower Austria. Czechia - Moravia and Czech Silesia.
MapTiler banner

Definition: OGC Well Known Text

GEOGCS["St. Stephen (Ferro)",
    DATUM["St_Stephen_Ferro",
        SPHEROID["Zach 1812",6376045,310,
            AUTHORITY["EPSG","1026"]],
        AUTHORITY["EPSG","1189"]],
    PRIMEM["Ferro",-17.6666666666667,
        AUTHORITY["EPSG","8909"]],
    UNIT["degree",0.0174532925199433,
        AUTHORITY["EPSG","9122"]],
    AUTHORITY["EPSG","8043"]]

Definition: OGC Well Known Text 2 (2019)

GEOGCRS["St. Stephen (Ferro)",
    DATUM["St. Stephen (Ferro)",
        ELLIPSOID["Zach 1812",6376045,310,
            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]],
    USAGE[
        SCOPE["Cadastre."],
        AREA["Austria - Lower Austria. Czechia - Moravia and Czech Silesia."],
        BBOX[47.42,14.41,50.45,18.86]],
    ID["EPSG",8043]]

Definition: ESRI Well Known Text

GEOGCS["St._Stephen(Ferro)",
    DATUM["St._Stephen_(Ferro)",
        SPHEROID["Zach_1812",6376045.0,310.0]],
    PRIMEM["Ferro",-17.6666666666667],
    UNIT["Degree",0.0174532925199433]]

Definition: PROJ.4

+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:8043","+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "GeographicCRS",
    "name": "St. Stephen (Ferro)",
    "datum": {
        "type": "GeodeticReferenceFrame",
        "name": "St. Stephen (Ferro)",
        "ellipsoid": {
            "name": "Zach 1812",
            "semi_major_axis": 6376045,
            "inverse_flattening": 310
        },
        "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"
            }
        ]
    },
    "scope": "Cadastre.",
    "area": "Austria - Lower Austria. Czechia - Moravia and Czech Silesia.",
    "bbox": {
        "south_latitude": 47.42,
        "west_longitude": 14.41,
        "north_latitude": 50.45,
        "east_longitude": 18.86
    },
    "id": {
        "authority": "EPSG",
        "code": 8043
    }
}

Definition: GeoServer

8043=GEOGCS["St. Stephen (Ferro)",DATUM["St_Stephen_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1189"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8043"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"a=6376045"
	"rf=310"
	"pm=ferro"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs">
	<Layer srs="+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 8043, 'EPSG', 8043, '+proj=longlat +a=6376045 +rf=310 +pm=ferro +no_defs +type=crs', 'GEOGCS["St. Stephen (Ferro)",DATUM["St_Stephen_Ferro",SPHEROID["Zach 1812",6376045,310,AUTHORITY["EPSG","1026"]],AUTHORITY["EPSG","1189"]],PRIMEM["Ferro",-17.6666666666667,AUTHORITY["EPSG","8909"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","8043"]]');