Skip to content
transform

Convert SRGI2013 to SRGI2013 + INAGeoid2020 v2 height

Convert coordinates from SRGI2013 (EPSG:9469) to SRGI2013 + INAGeoid2020 v2 height (EPSG:20043) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-9469-to-epsg-20043

Official EPSG transformation from SRGI2013 to SRGI2013 + INAGeoid2020 v2 height

The EPSG Geodetic Parameter Dataset defines 1 transformation between SRGI2013 (EPSG:9469) and SRGI2013 + INAGeoid2020 v2 height (EPSG:20043). Its parameters, accuracy and area of use are listed below.

SRGI2013 to SRGI2013 + INAGeoid2020 v2 height (1)

EPSG:10145±0 m
Method:
Geog3D to Geog2D+GravityRelatedHeight (gtx)
Area of use:
Indonesia
Scope:
Reversible geoid model transformation.

Grid file: INAGEOID2020v2.gtx

Reversible alternative to SRGI2013 to INAGeoid2020 v2 height (1) (code 10144).

Convert EPSG:9469 to EPSG:20043 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:9469SRGI2013

geographic system using latitude, longitude and ellipsoidal height · Area of use: Indonesia

+proj=longlat +ellps=WGS84 +no_defs +type=crs
More about EPSG:9469

Target: EPSG:20043SRGI2013 + INAGeoid2020 v2 height

compound horizontal + vertical reference system · Area of use: Indonesia

+proj=longlat +ellps=WGS84 +vunits=m +no_defs +type=crs
More about EPSG:20043

Frequently asked questions

How accurate is converting SRGI2013 to SRGI2013 + INAGeoid2020 v2 height?
The most accurate official EPSG transformation between these systems is accurate to about ±0 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official transformation (including the grid-shift files listed below) 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:20043 to EPSG:9469