Maritime Provinces polynomial interpolation
For reverse transformation see NAD27 to ATS77 (2) (code 1604)
Survey of New Brunswick
2000-10-19
degree (supplier to define representation)
Average Terrestrial System 1977
Average Terrestrial System 1977
EPSG
New Brunswick Geographic Information Corporation land and water information standards manual.
2019-09-17
Geodesy.
In use from 1979. To be phased out in late 1990's.
Canada - New Brunswick; Nova Scotia; Prince Edward Island.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["ATS77", DATUM["Average_Terrestrial_System_1977", SPHEROID["Average Terrestrial System 1977",6378135,298.257, AUTHORITY["EPSG","7041"]], AUTHORITY["EPSG","6122"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4122"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["ATS77", DATUM["Average Terrestrial System 1977", ELLIPSOID["Average Terrestrial System 1977",6378135,298.257, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], USAGE[ SCOPE["Geodesy."], AREA["Canada - New Brunswick; Nova Scotia; Prince Edward Island."], BBOX[43.41,-69.05,48.07,-59.73]], ID["EPSG",4122]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "ATS77", "datum": { "type": "GeodeticReferenceFrame", "name": "Average Terrestrial System 1977", "ellipsoid": { "name": "Average Terrestrial System 1977", "semi_major_axis": 6378135, "inverse_flattening": 298.257 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Geodesy.", "area": "Canada - New Brunswick; Nova Scotia; Prince Edward Island.", "bbox": { "south_latitude": 43.41, "west_longitude": -69.05, "north_latitude": 48.07, "east_longitude": -59.73 }, "id": { "authority": "EPSG", "code": 4122 } }
Definition: GeoServer
4122=GEOGCS["ATS77",DATUM["Average_Terrestrial_System_1977",SPHEROID["Average Terrestrial System 1977",6378135,298.257,AUTHORITY["EPSG","7041"]],AUTHORITY["EPSG","6122"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4122"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6378135 +rf=298.257 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6378135 +rf=298.257 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4122, 'EPSG', 4122, '+proj=longlat +a=6378135 +rf=298.257 +no_defs +type=crs', 'GEOGCS["ATS77",DATUM["Average_Terrestrial_System_1977",SPHEROID["Average Terrestrial System 1977",6378135,298.257,AUTHORITY["EPSG","7041"]],AUTHORITY["EPSG","6122"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4122"]]');