EPSG
Oregon Department of Transportation.
2023-11-22
Engineering survey.
If using Hotine Oblique Mercator (variant B) method (code 9815), Ec=552166.730 ft, Nc=609166.118 ft. See code 6753 for equivalent metric definition.
Hotine Oblique Mercator (variant A)
United States (USA) - Oregon - Columbia River area west of approximately 121°30'W.
(0,)
Definition: OGC Well Known Text
PROJECTION["Hotine_Oblique_Mercator"], PARAMETER["latitude_of_center",45.9166666666667], PARAMETER["longitude_of_center",-123], PARAMETER["azimuth",295], PARAMETER["rectified_grid_angle",295], PARAMETER["scale_factor",1], PARAMETER["false_easting",7000000.00000248], PARAMETER["false_northing",-2999999.999988]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["Oregon Columbia River West zone (international foot)", METHOD["Hotine Oblique Mercator (variant A)", ID["EPSG",9812]], PARAMETER["Latitude of projection centre",45.9166666666667, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8811]], PARAMETER["Longitude of projection centre",-123, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8812]], PARAMETER["Azimuth of initial line",295, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8813]], PARAMETER["Angle from Rectified to Skew Grid",295, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8814]], PARAMETER["Scale factor on initial line",1, SCALEUNIT["unity",1], ID["EPSG",8815]], PARAMETER["False easting",22965879.2651, LENGTHUNIT["foot",0.3048], ID["EPSG",8806]], PARAMETER["False northing",-9842519.685, LENGTHUNIT["foot",0.3048], ID["EPSG",8807]], ID["EPSG",6754]]
Definition: ESRI Well Known Text
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Natural_Origin"], PARAMETER["False_Easting",7000000.00000248], PARAMETER["False_Northing",-2999999.999988], PARAMETER["Scale_Factor",1.0], PARAMETER["Azimuth",-65.0], PARAMETER["Longitude_Of_Center",-123.0], PARAMETER["Latitude_Of_Center",45.9166666666667]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Oregon Columbia River West zone (international foot)", "method": { "name": "Hotine Oblique Mercator (variant A)", "id": { "authority": "EPSG", "code": 9812 } }, "parameters": [ { "name": "Latitude of projection centre", "value": 45.9166666666667, "unit": "degree", "id": { "authority": "EPSG", "code": 8811 } }, { "name": "Longitude of projection centre", "value": -123, "unit": "degree", "id": { "authority": "EPSG", "code": 8812 } }, { "name": "Azimuth of initial line", "value": 295, "unit": "degree", "id": { "authority": "EPSG", "code": 8813 } }, { "name": "Angle from Rectified to Skew Grid", "value": 295, "unit": "degree", "id": { "authority": "EPSG", "code": 8814 } }, { "name": "Scale factor on initial line", "value": 1, "unit": "unity", "id": { "authority": "EPSG", "code": 8815 } }, { "name": "False easting", "value": 22965879.2651, "unit": { "type": "LinearUnit", "name": "foot", "conversion_factor": 0.3048 }, "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": -9842519.685, "unit": { "type": "LinearUnit", "name": "foot", "conversion_factor": 0.3048 }, "id": { "authority": "EPSG", "code": 8807 } } ], "id": { "authority": "EPSG", "code": 6754 } }
Definition: GeoServer
6754=PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",45.9166666666667],PARAMETER["longitude_of_center",-123],PARAMETER["azimuth",295],PARAMETER["rectified_grid_angle",295],PARAMETER["scale_factor",1],PARAMETER["false_easting",7000000.00000248],PARAMETER["false_northing",-2999999.999988]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988"> <Layer srs="+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 6754, 'EPSG', 6754, '+proj=omerc +no_uoff +lat_0=45.9166666666667 +lonc=-123 +alpha=295 +gamma=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988', 'PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",45.9166666666667],PARAMETER["longitude_of_center",-123],PARAMETER["azimuth",295],PARAMETER["rectified_grid_angle",295],PARAMETER["scale_factor",1],PARAMETER["false_easting",7000000.00000248],PARAMETER["false_northing",-2999999.999988]');