Skip to content
transform

Convert TWD67 / TM2 zone 121 to TWD97 / TM2 zone 121

Convert coordinates from TWD67 / TM2 zone 121 (EPSG:3828) to TWD97 / TM2 zone 121 (EPSG:3826) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-3828-to-epsg-3826

Official EPSG transformation from TWD67 / TM2 zone 121 to TWD97 / TM2 zone 121

The EPSG Geodetic Parameter Dataset defines 1 transformation between TWD67 / TM2 zone 121 (EPSG:3828) and TWD97 / TM2 zone 121 (EPSG:3826). Its parameters, accuracy and area of use are listed below.

TWD67 / TM2 zone 121 to TWD97 / TM2 zone 121 (1)

EPSG:15487±7 m
Method:
Cartesian Grid Offsets
Area of use:
Taiwan - onshore - mainland
Scope:
Transformation of coordinates at 5m level of accuracy.
ParameterValueUnit
Easting offset828.589metre
Northing offset-206.915metre

Derived at Hu Tzu Shan (23°59'N, 120°58'E). Residuals increase to maximum of 6.4m as distance increases from this point.

Convert EPSG:3828 to EPSG:3826 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:3828", "EPSG:3826", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:3828TWD67 / TM2 zone 121

projected system measured in linear units (typically metres) · Area of use: Taiwan - onshore - mainland

+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs +type=crs
More about EPSG:3828

Target: EPSG:3826TWD97 / TM2 zone 121

projected system measured in linear units (typically metres) · Area of use: Taiwan - 120°E to 122°E

+proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:3826

Frequently asked questions

How accurate is converting TWD67 / TM2 zone 121 to TWD97 / TM2 zone 121?
The most accurate official EPSG transformation between these systems is accurate to about ±7 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:3826 to EPSG:3828