Data source: EPSG
Information source: Glowny Urzad Geodezji i Kartografii via EuroGeographics; http://crs.bkg.bund.de/crs-eu/
Revision date: 2001-06-05
Scope: Cadastre, engineering survey, civilian topographic mapping.
Method: Transverse Mercator
Area of use: Poland - south central - between 49°20'N and 51°20'N, 18°20'E and 19°40'E.
Description: (0,)
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.4/projjson.schema.json", "type": "Conversion", "name": "Poland zone V", "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": 18.9583333333333, "unit": "degree", "id": { "authority": "EPSG", "code": 8802 } }, { "name": "Scale factor at natural origin", "value": 0.999983, "unit": "unity", "id": { "authority": "EPSG", "code": 8805 } }, { "name": "False easting", "value": 237000, "unit": "metre", "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": -4700000, "unit": "metre", "id": { "authority": "EPSG", "code": 8807 } } ], "id": { "authority": "EPSG", "code": 18285 } }
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=tmerc +lat_0=0 +lon_0=18.9583333333333 +k=0.999983 +x_0=237000 +y_0=-4700000"> <Layer srs="+proj=tmerc +lat_0=0 +lon_0=18.9583333333333 +k=0.999983 +x_0=237000 +y_0=-4700000"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 18285, 'EPSG', 18285, '+proj=tmerc +lat_0=0 +lon_0=18.9583333333333 +k=0.999983 +x_0=237000 +y_0=-4700000', 'PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",18.9583333333333],PARAMETER["scale_factor",0.999983],PARAMETER["false_easting",237000],PARAMETER["false_northing",-4700000]');
Definition: OGC WKT 2 (2019)
CONVERSION["Poland zone V",METHOD["Transverse Mercator",ID["EPSG",9807]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",18.9583333333333,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Scale factor at natural origin",0.999983,SCALEUNIT["unity",1],ID["EPSG",8805]],PARAMETER["False easting",237000,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",-4700000,LENGTHUNIT["metre",1],ID["EPSG",8807]],ID["EPSG",18285]]