Coordinate Frame rotation (geog2D domain)
Parameter values from Bermuda 1957 to BDA2000 (1) (code 15969). Assumes BDA2000 and WGS 84 can be considered the same to within the accuracy of the transformation.
OGP
2021-09-23
degree (supplier to define representation)
EPSG
Department of Lands Buildings and Surveys.
2011-01-25
Geodesy.
Replaced by BDA2000 (CRS code 4762).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Bermuda 1957", DATUM["Bermuda_1957", SPHEROID["Clarke 1866",6378206.4,294.978698213898], TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4216"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Bermuda 1957", DATUM["Bermuda 1957", ELLIPSOID["Clarke 1866",6378206.4,294.978698213898, 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["Geodesy."], AREA["Bermuda - onshore."], BBOX[32.21,-64.89,32.43,-64.61]], ID["EPSG",4216]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Bermuda 1957", "datum": { "type": "GeodeticReferenceFrame", "name": "Bermuda 1957", "ellipsoid": { "name": "Clarke 1866", "semi_major_axis": 6378206.4, "inverse_flattening": 294.978698213898 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Geodesy.", "area": "Bermuda - onshore.", "bbox": { "south_latitude": 32.21, "west_longitude": -64.89, "north_latitude": 32.43, "east_longitude": -64.61 }, "id": { "authority": "EPSG", "code": 4216 } }
Definition: GeoServer
4216=GEOGCS["Bermuda 1957",DATUM["Bermuda_1957",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4216"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4216, 'EPSG', 4216, '+proj=longlat +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +no_defs +type=crs', 'GEOGCS["Bermuda 1957",DATUM["Bermuda_1957",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4216"]]');