Skip to content
transform

Convert Kertau 1968 / Singapore Grid to SVY21 / Singapore TM

Convert coordinates from Kertau 1968 / Singapore Grid (EPSG:24500) to SVY21 / Singapore TM (EPSG:3414) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-24500-to-epsg-3414

Official EPSG transformation from Kertau 1968 / Singapore Grid to SVY21 / Singapore TM

The EPSG Geodetic Parameter Dataset defines 1 transformation between Kertau 1968 / Singapore Grid (EPSG:24500) and SVY21 / Singapore TM (EPSG:3414). Its parameters, accuracy and area of use are listed below.

Kertau 1968 / Singapore Grid to SVY21 / Singapore TM (1)

EPSG:15922±2 m
Method:
Cartesian Grid Offsets
Area of use:
Singapore
Scope:
Transformation of coordinates at 2m level of accuracy.
ParameterValueUnit
Easting offset0metre
Northing offset0metre

SLA used several affine transformations for migration of legacy data. These are not publicly available.

Convert EPSG:24500 to EPSG:3414 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:24500Kertau 1968 / Singapore Grid

projected system measured in linear units (typically metres) · Area of use: Singapore

+proj=cass +lat_0=1.28764666666667 +lon_0=103.853002222222 +x_0=30000 +y_0=30000 +ellps=evrst48 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:24500

Target: EPSG:3414SVY21 / Singapore TM

projected system measured in linear units (typically metres) · Area of use: Singapore

+proj=tmerc +lat_0=1.36666666666667 +lon_0=103.833333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs
More about EPSG:3414

Frequently asked questions

How accurate is converting Kertau 1968 / Singapore Grid to SVY21 / Singapore TM?
The most accurate official EPSG transformation between these systems is accurate to about ±2 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:3414 to EPSG:24500