ESRI:102506 — OCRS Columbia River West NAD 1983 CORS96 OM Feet Intl
DeprecatedProjected · USA - Oregon - Columbia River West
Export Formats
OGC WKT
PROJCS[
"OCRS_Columbia_River_West_NAD_1983_CORS96_OM_Feet_Intl",
GEOGCS[
"GCS_NAD_1983_CORS96",
DATUM["D_NAD_1983_CORS96",SPHEROID["GRS_1980",6378137.0,298.257222101]],
PRIMEM["Greenwich",0.0],
UNIT["Degree",0.0174532925199433]
],
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Natural_Origin"],
PARAMETER["False_Easting",22965879.26509186],
PARAMETER["False_Northing",-9842519.685039369],
PARAMETER["Scale_Factor",1.0],
PARAMETER["Azimuth",-65.0],
PARAMETER["Longitude_Of_Center",-123.0],
PARAMETER["Latitude_Of_Center",45.91666666666666],
UNIT["Foot",0.3048]
]Frequently Asked Questions
How do I add ESRI:102506 to GeoServer?
Add the following definition to your GeoServer configuration:
102506=PROJCS["OCRS_Columbia_River_West_NAD_1983_CORS96_OM_Feet_Intl",GEOGCS["GCS_NAD_1983_CORS96",DATUM["D_NAD_1983_CORS96",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Natural_Origin"],PARAMETER["False_Easting",22965879.26509186],PARAMETER["False_Northing",-9842519.685039369],PARAMETER["Scale_Factor",1.0],PARAMETER["Azimuth",-65.0],PARAMETER["Longitude_Of_Center",-123.0],PARAMETER["Latitude_Of_Center",45.91666666666666],UNIT["Foot",0.3048]] Read the full GeoServer guide →
How do I add ESRI:102506 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (102506, 'ESRI', 102506, '', 'PROJCS["OCRS_Columbia_River_West_NAD_1983_CORS96_OM_Feet_Intl",GEOGCS["GCS_NAD_1983_CORS96",DATUM["D_NAD_1983_CORS96",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Natural_Origin"],PARAMETER["False_Easting",22965879.26509186],PARAMETER["False_Northing",-9842519.685039369],PARAMETER["Scale_Factor",1.0],PARAMETER["Azimuth",-65.0],PARAMETER["Longitude_Of_Center",-123.0],PARAMETER["Latitude_Of_Center",45.91666666666666],UNIT["Foot",0.3048]]'); Read the full PostGIS guide →