EPSG:19927

Stereo 33

Attributes

Data source: EPSG

Revision date: 1996-04-12

Scope: Engineering survey, topographic mapping.

Remarks: Replaced by Stereo 70 (code 19926)

Method: Oblique Stereographic

Area of use: Romania - onshore and offshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Oblique_Stereographic"],
PARAMETER["latitude_of_origin",45.9],
PARAMETER["central_meridian",25.3924658888889],
PARAMETER["scale_factor",0.9996667],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",500000]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Stereo 33",
    METHOD["Oblique Stereographic",
        ID["EPSG",9809]],
    PARAMETER["Latitude of natural origin",45.9,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8801]],
    PARAMETER["Longitude of natural origin",25.3924658888889,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8802]],
    PARAMETER["Scale factor at natural origin",0.9996667,
        SCALEUNIT["unity",1],
        ID["EPSG",8805]],
    PARAMETER["False easting",500000,
        LENGTHUNIT["metre",1],
        ID["EPSG",8806]],
    PARAMETER["False northing",500000,
        LENGTHUNIT["metre",1],
        ID["EPSG",8807]],
    ID["EPSG",19927]]

Definition: ESRI Well Known Text

PROJECTION["Double_Stereographic"],
PARAMETER["False_Easting",500000.0],
PARAMETER["False_Northing",500000.0],
PARAMETER["Central_Meridian",25.3924658888889],
PARAMETER["Scale_Factor",0.9996667],
PARAMETER["Latitude_Of_Origin",45.9]

Definition: PROJ.4

+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:19927","+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Stereo 33",
    "method": {
        "name": "Oblique Stereographic",
        "id": {
            "authority": "EPSG",
            "code": 9809
        }
    },
    "parameters": [
        {
            "name": "Latitude of natural origin",
            "value": 45.9,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8801
            }
        },
        {
            "name": "Longitude of natural origin",
            "value": 25.3924658888889,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8802
            }
        },
        {
            "name": "Scale factor at natural origin",
            "value": 0.9996667,
            "unit": "unity",
            "id": {
                "authority": "EPSG",
                "code": 8805
            }
        },
        {
            "name": "False easting",
            "value": 500000,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 500000,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19927
    }
}

Definition: GeoServer

19927=PROJECTION["Oblique_Stereographic"],PARAMETER["latitude_of_origin",45.9],PARAMETER["central_meridian",25.3924658888889],PARAMETER["scale_factor",0.9996667],PARAMETER["false_easting",500000],PARAMETER["false_northing",500000]

Definition: MapServer - MAPfile

PROJECTION
	"proj=sterea"
	"lat_0=45.9"
	"lon_0=25.3924658888889"
	"k=0.9996667"
	"x_0=500000"
	"y_0=500000"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000">
	<Layer srs="+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19927, 'EPSG', 19927, '+proj=sterea +lat_0=45.9 +lon_0=25.3924658888889 +k=0.9996667 +x_0=500000 +y_0=500000', 'PROJECTION["Oblique_Stereographic"],PARAMETER["latitude_of_origin",45.9],PARAMETER["central_meridian",25.3924658888889],PARAMETER["scale_factor",0.9996667],PARAMETER["false_easting",500000],PARAMETER["false_northing",500000]');