EPSG
EPSG unit conversion of Directorate of Colonial Surveys projection tables 1954 revision.
2023-11-22
Engineering survey, topographic mapping.
See 19956 and 19958 for chains and metres versions. If using Hotine Oblique Mercator (variant A) method (code 9812) FE = FN = 0 ftSe. Being replaced by metric version (code 19958).
Hotine Oblique Mercator (variant B)
Malaysia - East Malaysia (Sabah; Sarawak), onshore and offshore.
(0,)
Definition: OGC Well Known Text
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"], PARAMETER["latitude_of_center",4], PARAMETER["longitude_of_center",115], PARAMETER["azimuth",53.3158204722222], PARAMETER["rectified_grid_angle",53.1301023611111], PARAMETER["scale_factor",0.99984], PARAMETER["false_easting",590476.872743198], PARAMETER["false_northing",442857.654557398]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["Rectified Skew Orthomorphic Borneo Grid (foot)", METHOD["Hotine Oblique Mercator (variant B)", ID["EPSG",9815]], PARAMETER["Latitude of projection centre",4, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8811]], PARAMETER["Longitude of projection centre",115, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8812]], PARAMETER["Azimuth of initial line",53.3158204722222, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8813]], PARAMETER["Angle from Rectified to Skew Grid",53.1301023611111, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8814]], PARAMETER["Scale factor on initial line",0.99984, SCALEUNIT["unity",1], ID["EPSG",8815]], PARAMETER["Easting at projection centre",1937263.44, LENGTHUNIT["British foot (Sears 1922)",0.304799471538676], ID["EPSG",8816]], PARAMETER["Northing at projection centre",1452947.58, LENGTHUNIT["British foot (Sears 1922)",0.304799471538676], ID["EPSG",8817]], ID["EPSG",19957]]
Definition: ESRI Well Known Text
PROJECTION["Rectified_Skew_Orthomorphic_Center"], PARAMETER["False_Easting",590476.872743198], PARAMETER["False_Northing",442857.654557398], PARAMETER["Scale_Factor",0.99984], PARAMETER["Azimuth",53.3158204722222], PARAMETER["Longitude_Of_Center",115.0], PARAMETER["Latitude_Of_Center",4.0], PARAMETER["XY_Plane_Rotation",53.1301023611111]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Rectified Skew Orthomorphic Borneo Grid (foot)", "method": { "name": "Hotine Oblique Mercator (variant B)", "id": { "authority": "EPSG", "code": 9815 } }, "parameters": [ { "name": "Latitude of projection centre", "value": 4, "unit": "degree", "id": { "authority": "EPSG", "code": 8811 } }, { "name": "Longitude of projection centre", "value": 115, "unit": "degree", "id": { "authority": "EPSG", "code": 8812 } }, { "name": "Azimuth of initial line", "value": 53.3158204722222, "unit": "degree", "id": { "authority": "EPSG", "code": 8813 } }, { "name": "Angle from Rectified to Skew Grid", "value": 53.1301023611111, "unit": "degree", "id": { "authority": "EPSG", "code": 8814 } }, { "name": "Scale factor on initial line", "value": 0.99984, "unit": "unity", "id": { "authority": "EPSG", "code": 8815 } }, { "name": "Easting at projection centre", "value": 1937263.44, "unit": { "type": "LinearUnit", "name": "British foot (Sears 1922)", "conversion_factor": 0.304799471538676 }, "id": { "authority": "EPSG", "code": 8816 } }, { "name": "Northing at projection centre", "value": 1452947.58, "unit": { "type": "LinearUnit", "name": "British foot (Sears 1922)", "conversion_factor": 0.304799471538676 }, "id": { "authority": "EPSG", "code": 8817 } } ], "id": { "authority": "EPSG", "code": 19957 } }
Definition: GeoServer
19957=PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",115],PARAMETER["azimuth",53.3158204722222],PARAMETER["rectified_grid_angle",53.1301023611111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",590476.872743198],PARAMETER["false_northing",442857.654557398]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.872743198 +y_0=442857.654557398"> <Layer srs="+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.872743198 +y_0=442857.654557398"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19957, 'EPSG', 19957, '+proj=omerc +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=590476.872743198 +y_0=442857.654557398', 'PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",115],PARAMETER["azimuth",53.3158204722222],PARAMETER["rectified_grid_angle",53.1301023611111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",590476.872743198],PARAMETER["false_northing",442857.654557398]');