Skip to content
transform

Convert SRGI2013 + INAGeoid2020 v1 height to SRGI2013 + INAGeoid2020 v2 height

Convert coordinates from SRGI2013 + INAGeoid2020 v1 height (EPSG:9529) 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-9529-to-epsg-20043

Official EPSG transformation from SRGI2013 + INAGeoid2020 v1 height to SRGI2013 + INAGeoid2020 v2 height

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

SRGI2013 + INAGeoid2020 v1 height to SRGI2013 + INAGeoid v2 height (1)

EPSG:10616±0.2 m
Method:
Concatenated operation
Area of use:
Indonesia
Scope:
Geodesy, engineering survey, topographic mapping.
  1. SRGI2013 to SRGI2013 + INAGeoid2020 v1 height (1) (null)
  2. SRGI2013 to SRGI2013 + INAGeoid2020 v2 height (1) (null)

In central Java INAGeoid2020 v2 height minus INAGeoid2020 v1 height is approximately +0.2m (v1 surface is above the v2 surface). This difference varies significantly across Indonesia.

Convert EPSG:9529 to EPSG:20043 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:9529SRGI2013 + INAGeoid2020 v1 height

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

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

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 + INAGeoid2020 v1 height to SRGI2013 + INAGeoid2020 v2 height?
The most accurate official EPSG transformation between these systems is accurate to about ±0.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:20043 to EPSG:9529