Skip to content
transform

Convert Bonaire to Bonaire 2004

Convert coordinates from Bonaire (EPSG:10758) to Bonaire 2004 (EPSG:10762) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

Direct link to this transformation: epsgtransform.com/transform/epsg-10758-to-epsg-10762

Official EPSG transformation from Bonaire to Bonaire 2004

The EPSG Geodetic Parameter Dataset defines 1 transformation between Bonaire (EPSG:10758) and Bonaire 2004 (EPSG:10762). Its parameters, accuracy and area of use are listed below.

Bonaire to Bonaire 2004 (1)

EPSG:10766±0.05 m
Method:
Coordinate Frame rotation full matrix (geog2D)
Area of use:
BES Islands - Bonaire onshore
Scope:
Engineering survey, topographic mapping.
ParameterValueUnit
X-axis translation(tx)-366.1939metre
Y-axis translation(ty)-115.0688metre
Z-axis translation(tz)-776.7039metre
X-axis rotation(rx)20.96308arc-second
Y-axis rotation(ry)16.462749arc-second
Z-axis rotation(rz)-14.276379arc-second
Scale difference(ds)-12.809parts per million

For the reverse transformation from Bonaire 2004 to Bonaire, method 1133 [used here] is reversible using the same parameter values with the reverse formulas (see GN7-2). However, the official BESTRANS document applies the same formulas for both the forward and reverse transformations, but uses different parameter values for the reverse transformation.

Convert EPSG:10758 to EPSG:10762 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: EPSG:10758Bonaire

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

+proj=longlat +ellps=intl +towgs84=-366.1939,-115.0688,-776.7039,-20.96308,-16.462749,14.276379,-12.809 +no_defs +type=crs
More about EPSG:10758

Target: EPSG:10762Bonaire 2004

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

+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crs
More about EPSG:10762

Frequently asked questions

How accurate is converting Bonaire to Bonaire 2004?
The most accurate official EPSG transformation between these systems is accurate to about ±0.05 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:10762 to EPSG:10758