Skip to content
transform

Convert ID74 to DGN95

Convert coordinates from ID74 (EPSG:4238) to DGN95 (EPSG:4755) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-4238-to-epsg-4755

Official EPSG transformation from ID74 to DGN95

The EPSG Geodetic Parameter Dataset defines 1 transformation between ID74 (EPSG:4238) and DGN95 (EPSG:4755). Its parameters, accuracy and area of use are listed below.

ID74 to DGN95 (1)

EPSG:15911±3 m
Method:
Coordinate Frame rotation (geog2D domain)
Area of use:
Indonesia - onshore
Scope:
Transformation of coordinates at 3m level of accuracy.
ParameterValueUnit
X-axis translation(tx)-1.977metre
Y-axis translation(ty)-13.06metre
Z-axis translation(tz)-9.993metre
X-axis rotation(rx)-0.364arc-second
Y-axis rotation(ry)-0.254arc-second
Z-axis rotation(rz)-0.689arc-second
Scale difference(ds)-1.037parts per million

Derived at 38 stations. Standard deviations of translations are 1.3, 1.1 and 3.6m, of rotations 0.11, 0.06 and 0.04 sec and ppm 0.18. May be taken as a tfm ID74 to WGS 84 - see tfm 1833.

Convert EPSG:4238 to EPSG:4755 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:4238ID74

geographic system using latitude and longitude on an ellipsoid · Area of use: Indonesia - onshore

+proj=longlat +a=6378160 +rf=298.247 +no_defs +type=crs
More about EPSG:4238

Target: EPSG:4755DGN95

geographic system using latitude and longitude on an ellipsoid · Area of use: Indonesia

+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:4755

Frequently asked questions

How accurate is converting ID74 to DGN95?
The most accurate official EPSG transformation between these systems is accurate to about ±3 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:4755 to EPSG:4238