Coordinate Frame rotation (geog2D domain)
Derived at 4 stations using concatenation through WGS72. Parameter vales are also used to transform CI1979 to NZGD2000 - see tfm code 1082.
Land Information New Zealand: LINZS25000 Standard for New Zealand Geodetic Datum 2000; 16 November 2007.
2020-03-14
degree (supplier to define representation)
EPSG
Office of Surveyor General (OSG) Technical Report 14, June 2001.
2008-04-04
Geodesy.
Replaces CI1971. Replaced by NZGD2000 from March 2000.
New Zealand - Chatham Islands group - onshore.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Chatham Islands 1979", DATUM["Chatham_Islands_Datum_1979", SPHEROID["International 1924",6378388,297], TOWGS84[174.05,-25.49,112.57,0,0,-0.554,0.2263]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4673"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Chatham Islands 1979", DATUM["Chatham Islands Datum 1979", 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["New Zealand - Chatham Islands group - onshore."], BBOX[-44.64,-177.25,-43.3,-175.54]], ID["EPSG",4673]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Chatham Islands 1979", "datum": { "type": "GeodeticReferenceFrame", "name": "Chatham Islands Datum 1979", "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": "New Zealand - Chatham Islands group - onshore.", "bbox": { "south_latitude": -44.64, "west_longitude": -177.25, "north_latitude": -43.3, "east_longitude": -175.54 }, "id": { "authority": "EPSG", "code": 4673 } }
Definition: GeoServer
4673=GEOGCS["Chatham Islands 1979",DATUM["Chatham_Islands_Datum_1979",SPHEROID["International 1924",6378388,297],TOWGS84[174.05,-25.49,112.57,0,0,-0.554,0.2263]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4673"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,-0.554,0.2263 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,-0.554,0.2263 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4673, 'EPSG', 4673, '+proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,-0.554,0.2263 +no_defs +type=crs', 'GEOGCS["Chatham Islands 1979",DATUM["Chatham_Islands_Datum_1979",SPHEROID["International 1924",6378388,297],TOWGS84[174.05,-25.49,112.57,0,0,-0.554,0.2263]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4673"]]');