EPSG
OGP
2001-06-05
Spatial referencing in zoned CRSs where zone boundaries are strictly enforced.
Use UTM zone xx N (codes 16001-16060) for use outwith zone boundary or when easting is not prefixed by zone number.
Transverse Mercator Zoned Grid System
Northern hemisphere between equator and 84°N, onshore and offshore.
(0,)
Definition: OGC Well Known Text
PROJECTION["Transverse_Mercator_Zoned_Grid_System"], PARAMETER["Latitude of natural origin",0], PARAMETER["Initial longitude",-180], PARAMETER["Zone width",6], PARAMETER["Scale factor at natural origin",0.9996], PARAMETER["False easting",500000], PARAMETER["False northing",0]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["UTM grid system (northern hemisphere)", METHOD["Transverse Mercator Zoned Grid System", ID["EPSG",9824]], PARAMETER["Latitude of natural origin",0, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8801]], PARAMETER["Initial longitude",-180, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8830]], PARAMETER["Zone width",6, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8831]], PARAMETER["Scale factor at natural origin",0.9996, SCALEUNIT["unity",1], ID["EPSG",8805]], PARAMETER["False easting",500000, LENGTHUNIT["metre",1], ID["EPSG",8806]], PARAMETER["False northing",0, LENGTHUNIT["metre",1], ID["EPSG",8807]], ID["EPSG",16000]]
Definition: ESRI Well Known Text
PROJECTION["Transverse_Mercator_Zoned_Grid_System"], PARAMETER["Latitude of natural origin",0.0], PARAMETER["Initial longitude",-180.0], PARAMETER["Zone width",6.0], PARAMETER["Scale factor at natural origin",0.9996], PARAMETER["False easting",500000.0], PARAMETER["False northing",0.0]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "UTM grid system (northern hemisphere)", "method": { "name": "Transverse Mercator Zoned Grid System", "id": { "authority": "EPSG", "code": 9824 } }, "parameters": [ { "name": "Latitude of natural origin", "value": 0, "unit": "degree", "id": { "authority": "EPSG", "code": 8801 } }, { "name": "Initial longitude", "value": -180, "unit": "degree", "id": { "authority": "EPSG", "code": 8830 } }, { "name": "Zone width", "value": 6, "unit": "degree", "id": { "authority": "EPSG", "code": 8831 } }, { "name": "Scale factor at natural origin", "value": 0.9996, "unit": "unity", "id": { "authority": "EPSG", "code": 8805 } }, { "name": "False easting", "value": 500000, "unit": "metre", "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": 0, "unit": "metre", "id": { "authority": "EPSG", "code": 8807 } } ], "id": { "authority": "EPSG", "code": 16000 } }
Definition: GeoServer
16000=PROJECTION["Transverse_Mercator_Zoned_Grid_System"],PARAMETER["Latitude of natural origin",0],PARAMETER["Initial longitude",-180],PARAMETER["Zone width",6],PARAMETER["Scale factor at natural origin",0.9996],PARAMETER["False easting",500000],PARAMETER["False northing",0]
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 16000, 'EPSG', 16000, 'None', 'PROJECTION["Transverse_Mercator_Zoned_Grid_System"],PARAMETER["Latitude of natural origin",0],PARAMETER["Initial longitude",-180],PARAMETER["Zone width",6],PARAMETER["Scale factor at natural origin",0.9996],PARAMETER["False easting",500000],PARAMETER["False northing",0]');