Geocentric translations (geog2D domain)
Derived at 9 stations. Accuracy +/-3m in each axis. Replaces Viti Levu 1912 to WGS 84 (1) (code 15897).
US NGA GeoTrans software v3.4 and NGA Standard 0036 v1.0.0 of 2014-07-08.
2020-03-14
degree (supplier to define representation)
Clarke 1880 (international foot)
EPSG
Department of Lands and Survey, Fiji.
2006-07-30
Geodesy.
For topographic mapping, replaced by Fiji 1956 (CRS code 4721). For other purposes, replaced by Fiji 1986 (CRS code 4720).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Viti Levu 1912", DATUM["Viti_Levu_1912", SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635], TOWGS84[98,390,-22,0,0,0,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4752"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Viti Levu 1912", DATUM["Viti Levu 1912", ELLIPSOID["Clarke 1880 (international foot)",20926202,293.466307655635, LENGTHUNIT["foot",0.3048]]], 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["Fiji - Viti Levu island."], BBOX[-18.32,177.19,-17.25,178.75]], ID["EPSG",4752]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Viti Levu 1912", "datum": { "type": "GeodeticReferenceFrame", "name": "Viti Levu 1912", "ellipsoid": { "name": "Clarke 1880 (international foot)", "semi_major_axis": { "value": 20926202, "unit": { "type": "LinearUnit", "name": "foot", "conversion_factor": 0.3048 } }, "inverse_flattening": 293.466307655635 } }, "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": "Fiji - Viti Levu island.", "bbox": { "south_latitude": -18.32, "west_longitude": 177.19, "north_latitude": -17.25, "east_longitude": 178.75 }, "id": { "authority": "EPSG", "code": 4752 } }
Definition: GeoServer
4752=GEOGCS["Viti Levu 1912",DATUM["Viti_Levu_1912",SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635],TOWGS84[98,390,-22,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4752"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4752, 'EPSG', 4752, '+proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs +type=crs', 'GEOGCS["Viti Levu 1912",DATUM["Viti_Levu_1912",SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635],TOWGS84[98,390,-22,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4752"]]');