EPSG:2290 — ATS77 / Prince Edward Isl. Stereographic (ATS77)
Projected · Canada - Prince Edward Island
Export Formats
OGC WKT
PROJCS[
"ATS77 / Prince Edward Isl. Stereographic (ATS77)",
GEOGCS[
"ATS77",
DATUM[
"Average_Terrestrial_System_1977",
SPHEROID["Average Terrestrial System 1977",6378135,298.257],
EXTENSION["PROJ4_GRIDS","NB7783v2.gsb"]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4122"]
],
PROJECTION["Oblique_Stereographic"],
PARAMETER["latitude_of_origin",47.25],
PARAMETER["central_meridian",-63],
PARAMETER["scale_factor",0.999912],
PARAMETER["false_easting",700000],
PARAMETER["false_northing",400000],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","2290"]
]Related Coordinate Systems
Available Transformations (24)
Transformations inherited from base CRS: EPSG:4122 (ATS77)
Other CRS using Average Terrestrial System 1977
Frequently Asked Questions
How do I add EPSG:2290 to GeoServer?
Add the following definition to your GeoServer configuration:
2290=PROJCS["ATS77 / Prince Edward Isl. Stereographic (ATS77)",GEOGCS["ATS77",DATUM["Average_Terrestrial_System_1977",SPHEROID["Average Terrestrial System 1977",6378135,298.257],EXTENSION["PROJ4_GRIDS","NB7783v2.gsb"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4122"]],PROJECTION["Oblique_Stereographic"],PARAMETER["latitude_of_origin",47.25],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.999912],PARAMETER["false_easting",700000],PARAMETER["false_northing",400000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2290"]] Read the full GeoServer guide →
How do I add EPSG:2290 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (2290, 'EPSG', 2290, '+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=700000 +y_0=400000 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs', 'PROJCS["ATS77 / Prince Edward Isl. Stereographic (ATS77)",GEOGCS["ATS77",DATUM["Average_Terrestrial_System_1977",SPHEROID["Average Terrestrial System 1977",6378135,298.257],EXTENSION["PROJ4_GRIDS","NB7783v2.gsb"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4122"]],PROJECTION["Oblique_Stereographic"],PARAMETER["latitude_of_origin",47.25],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.999912],PARAMETER["false_easting",700000],PARAMETER["false_northing",400000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2290"]]'); Read the full PostGIS guide →
How do I add EPSG:2290 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=sterea"
"+lat_0=47.25"
"+lon_0=-63"
"+k=0.999912"
"+x_0=700000"
"+y_0=400000"
"+a=6378135"
"+rf=298.257"
"+nadgrids=NB7783v2.gsb"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:2290 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:2290", "+proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=700000 +y_0=400000 +a=6378135 +rf=298.257 +nadgrids=NB7783v2.gsb +units=m +no_defs +type=crs"); Read the full Proj4js guide →