Name: Tahaa 54 to WGS 84 (3)
Method: Position Vector transformation (geog2D domain)
Remarks: Concatenation of Tahaa 54 to RGPF (1) and RGPF to WGS 84 (1) (CT codes 8833 and 8828).
Information source: Gouvernement de la Polynésie Française, Service de l'Urbanisme, Section topographie.
Revision date: 2020-03-14
Unit: degree (supplier to define representation)
Geodetic CRS: Tahaa 54
Datum: Tahaa 54
Ellipsoid: International 1924
Prime meridian: Greenwich
Data source: EPSG
Information source: IGN Paris
Revision date: 2005-08-12
Scope: Geodesy.
Remarks: Replaced by RGPF, CRS code 4687.
Area of use: French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa.
Coordinate system: Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Center coordinates
-151.4 -16.57
WGS84 bounds:
-151.91 -16.96
-150.89 -16.17
Definition: OGC Well Known Text
GEOGCS["Tahaa 54", DATUM["Tahaa_54", SPHEROID["International 1924",6378388,297], TOWGS84[72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4629"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Tahaa 54", DATUM["Tahaa 54", 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["Geodesy."], AREA["French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa."], BBOX[-16.96,-151.91,-16.17,-150.89]], ID["EPSG",4629]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Tahaa 54", "datum": { "type": "GeodeticReferenceFrame", "name": "Tahaa 54", "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": "Geodesy.", "area": "French Polynesia - Society Islands - Bora Bora, Huahine, Raiatea and Tahaa.", "bbox": { "south_latitude": -16.96, "west_longitude": -151.91, "north_latitude": -16.17, "east_longitude": -150.89 }, "id": { "authority": "EPSG", "code": 4629 } }
Definition: GeoServer
4629=GEOGCS["Tahaa 54",DATUM["Tahaa_54",SPHEROID["International 1924",6378388,297],TOWGS84[72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4629"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4629, 'EPSG', 4629, '+proj=longlat +ellps=intl +towgs84=72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653 +no_defs +type=crs', 'GEOGCS["Tahaa 54",DATUM["Tahaa_54",SPHEROID["International 1924",6378388,297],TOWGS84[72.51,345.411,79.241,-1.5862,-0.8826,-0.5495,1.3653]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4629"]]');