NAD83(CSRS)v2 to NAD83(CSRS)v4 (1)
EPSG:10615±0.1 m- Method:
- NTv2
- Area of use:
- Canada - British Columbia - mainland
- Scope:
- Geodesy.
Grid file: BC_98_05.GSB
Convert coordinates from NAD83(CSRS)v2 (EPSG:8237) to NAD83(CSRS)v4 (EPSG:8246) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between NAD83(CSRS)v2 (EPSG:8237) and NAD83(CSRS)v4 (EPSG:8246). Its parameters, accuracy and area of use are listed below.
Grid file: BC_98_05.GSB
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:8237", "EPSG:8246", 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
+proj=longlat +ellps=GRS80 +no_defs +type=crsMore about EPSG:8237 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Canada
+proj=longlat +ellps=GRS80 +no_defs +type=crsMore about EPSG:8246 →