Name: Bonaire to WGS 84 (1)
Method: Coordinate Frame rotation full matrix (geog2D)
Remarks: Parameter values taken from Bonaire to Bonaire 2004 (1) (transformation code 10766) assuming that Bonaire 2004 is coincident with WGS 84 within the accuracy of the transformation.
Information source: IOGP
Revision date: 2025-01-21
Unit: degree (supplier to define representation)
Geodetic CRS: Bonaire
Datum: Bonaire
Ellipsoid: International 1924
Prime meridian: Greenwich
Data source: EPSG
Information source: NSGI: Netherlands Partnership of Kadaster, Rijkswaterstaat and Hydrographic Service, http://www.nsgi.nl/
Revision date: 2025-01-21
Scope: Intermediate CRS in transformation to and from projected CRS.
Area of use: Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Bonaire - onshore.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-68.3 12.18
WGS84 bounds:
-68.47 11.97
-68.14 12.36
Definition: OGC Well Known Text
GEOGCS["Bonaire", DATUM["Bonaire", SPHEROID["International 1924",6378388,297], TOWGS84[-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","10758"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Bonaire", DATUM["Bonaire", ELLIPSOID["International 1924",6378388,297, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], USAGE[ SCOPE["Intermediate CRS in transformation to and from projected CRS."], AREA["Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Bonaire - onshore."], BBOX[11.97,-68.47,12.36,-68.14]], ID["EPSG",10758]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Bonaire", "datum": { "type": "GeodeticReferenceFrame", "name": "Bonaire", "ellipsoid": { "name": "International 1924", "semi_major_axis": 6378388, "inverse_flattening": 297 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Intermediate CRS in transformation to and from projected CRS.", "area": "Bonaire, Sint Eustatius and Saba (BES Islands or Caribbean Netherlands) - Bonaire - onshore.", "bbox": { "south_latitude": 11.97, "west_longitude": -68.47, "north_latitude": 12.36, "east_longitude": -68.14 }, "id": { "authority": "EPSG", "code": 10758 } }
Definition: GeoServer
10758=GEOGCS["Bonaire",DATUM["Bonaire",SPHEROID["International 1924",6378388,297],TOWGS84[-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10758"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 10758, 'EPSG', 10758, '+proj=longlat +ellps=intl +towgs84=-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809 +no_defs +type=crs', 'GEOGCS["Bonaire",DATUM["Bonaire",SPHEROID["International 1924",6378388,297],TOWGS84[-366.1939,-115.0688,-776.7039,20.96308,16.462749,-14.276379,-12.809]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","10758"]]');