ATS77 to NAD83(CSRS)v6 (4)
EPSG:9106±0.06 m- Method:
- NTv2
- Area of use:
- Canada - Nova Scotia
- Scope:
- Geodesy.
Grid file: NS778302.gsb
Derived through NAD83(CSRS)v6. Replaces ATS77 to NAD83(CSRS)v3 (3) (transformation code 9235).
Convert coordinates from ATS77 (EPSG:4122) to NAD83(CSRS)v6 (EPSG:8252) — 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(CSRS)v6 (EPSG:8252). Its parameters, accuracy and area of use are listed below.
Grid file: NS778302.gsb
Derived through NAD83(CSRS)v6. Replaces ATS77 to NAD83(CSRS)v3 (3) (transformation code 9235).
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4122", "EPSG:8252", 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: Canada
+proj=longlat +ellps=GRS80 +no_defs +type=crsMore about EPSG:8252 →