EPSG:2057 — Rassadiran / Nakhl e Taqi
Projected · Iran - Taheri refinery
Export Formats
OGC WKT
PROJCS[
"Rassadiran / Nakhl e Taqi",
GEOGCS[
"Rassadiran",
DATUM[
"Rassadiran",
SPHEROID["International 1924",6378388,297],
TOWGS84[-133.63,-157.5,-158.62,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4153"]
],
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],
PARAMETER["latitude_of_center",27.5188288055556],
PARAMETER["longitude_of_center",52.6035391666667],
PARAMETER["azimuth",0.571661194444444],
PARAMETER["rectified_grid_angle",0.571661194444444],
PARAMETER["scale_factor",0.999895934],
PARAMETER["false_easting",658377.437],
PARAMETER["false_northing",3044969.194],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","2057"]
]Related Coordinate Systems
Available Transformations (1)
Transformations inherited from base CRS: EPSG:4153 (Rassadiran)
Other CRS using Rassadiran
Frequently Asked Questions
How do I add EPSG:2057 to GeoServer?
Add the following definition to your GeoServer configuration:
2057=PROJCS["Rassadiran / Nakhl e Taqi",GEOGCS["Rassadiran",DATUM["Rassadiran",SPHEROID["International 1924",6378388,297],TOWGS84[-133.63,-157.5,-158.62,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4153"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",27.5188288055556],PARAMETER["longitude_of_center",52.6035391666667],PARAMETER["azimuth",0.571661194444444],PARAMETER["rectified_grid_angle",0.571661194444444],PARAMETER["scale_factor",0.999895934],PARAMETER["false_easting",658377.437],PARAMETER["false_northing",3044969.194],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2057"]] Read the full GeoServer guide →
How do I add EPSG:2057 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (2057, 'EPSG', 2057, '+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["Rassadiran / Nakhl e Taqi",GEOGCS["Rassadiran",DATUM["Rassadiran",SPHEROID["International 1924",6378388,297],TOWGS84[-133.63,-157.5,-158.62,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4153"]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",27.5188288055556],PARAMETER["longitude_of_center",52.6035391666667],PARAMETER["azimuth",0.571661194444444],PARAMETER["rectified_grid_angle",0.571661194444444],PARAMETER["scale_factor",0.999895934],PARAMETER["false_easting",658377.437],PARAMETER["false_northing",3044969.194],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2057"]]'); Read the full PostGIS guide →
How do I add EPSG:2057 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=omerc"
"+lat_0=27.5188288055556"
"+lonc=52.6035391666667"
"+alpha=0.571661194444444"
"+gamma=0.571661194444444"
"+k=0.999895934"
"+x_0=658377.437"
"+y_0=3044969.194"
"+ellps=intl"
"+towgs84=-133.63,-157.5,-158.62,0,0,0,0"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:2057 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:2057", "+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs +type=crs"); Read the full Proj4js guide →