ATS77 to NAD83 (1)
EPSG:9105±0.5 m- Method:
- NTv2
- Area of use:
- Canada - Nova Scotia
- Scope:
- Geodesy.
Grid file: GS7783.GSB
Convert coordinates from ATS77 (EPSG:4122) to NAD83 (EPSG:4269) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between ATS77 (EPSG:4122) and NAD83 (EPSG:4269). Its parameters, accuracy and area of use are listed below.
Grid file: GS7783.GSB
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4122", "EPSG:4269", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geographic system using latitude and longitude on an ellipsoid · Area of use: Canada - Maritime Provinces
+proj=longlat +a=6378135 +rf=298.257 +no_defs +type=crsMore about EPSG:4122 →
geographic system using latitude and longitude on an ellipsoid · Area of use: North America - NAD83
+proj=longlat +datum=NAD83 +no_defs +type=crsMore about EPSG:4269 →