EPSG:27259

NZGD49 / UTM zone 59S

Selected transformation

Name: NZGD49 to WGS 84 (2)

Method: Coordinate Frame rotation (geog2D domain)

Remarks: These parameter values are taken from NZGD49 to NZGD2000 (2) (code 1701) and assume that NZGD2000 and WGS 84 are coincident to within the accuracy of the transformation. For improved accuracy use NZGD49 to WGS 84 (4) (code 1670).

Information source: Land Information New Zealand: LINZS25000 Standard for New Zealand Geodetic Datum 2000; 16 November 2007.

Revision date: 2021-09-23

Attributes

Unit: metre

Geodetic CRS: NZGD49

Datum: New Zealand Geodetic Datum 1949

Ellipsoid: International 1924

Prime meridian: Greenwich

Data source: EPSG

Revision date: 2012-01-21

Scope: Oil and gas exploration and production.

Remarks: Replaced by NZGD2000 / UTM zone 59S (code 2134) from March 2000.

Area of use: New Zealand - nearshore between 168°E and 174°E.

Coordinate system: Cartesian 2D CS. Axes: easting, northing (E,N). Orientations: east, north. UoM: m.

Center coordinates
632519.42 5485315.89

Projected bounds:
25421.82 4689093.97
1265738.73 6249745.23

WGS84 bounds:
165.87 -47.65
179.27 -33.89

New Zealand - North Island, South Island, Stewart Island - onshore and nearshore.
MapTiler banner

Definition: OGC Well Known Text

PROJCS["NZGD49 / UTM zone 59S",
    GEOGCS["NZGD49",
        DATUM["New_Zealand_Geodetic_Datum_1949",
            SPHEROID["International 1924",6378388,297],
            TOWGS84[59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993]],
        PRIMEM["Greenwich",0,
            AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,
            AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4272"]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",0],
    PARAMETER["central_meridian",171],
    PARAMETER["scale_factor",0.9996],
    PARAMETER["false_easting",500000],
    PARAMETER["false_northing",10000000],
    UNIT["metre",1,
        AUTHORITY["EPSG","9001"]],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    AUTHORITY["EPSG","27259"]]

Definition: OGC Well Known Text 2 (2019)

PROJCRS["NZGD49 / UTM zone 59S",
    BASEGEOGCRS["NZGD49",
        DATUM["New Zealand Geodetic Datum 1949",
            ELLIPSOID["International 1924",6378388,297,
                LENGTHUNIT["metre",1]]],
        PRIMEM["Greenwich",0,
            ANGLEUNIT["degree",0.0174532925199433]],
        ID["EPSG",4272]],
    CONVERSION["UTM zone 59S",
        METHOD["Transverse Mercator",
            ID["EPSG",9807]],
        PARAMETER["Latitude of natural origin",0,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8801]],
        PARAMETER["Longitude of natural origin",171,
            ANGLEUNIT["degree",0.0174532925199433],
            ID["EPSG",8802]],
        PARAMETER["Scale factor at natural origin",0.9996,
            SCALEUNIT["unity",1],
            ID["EPSG",8805]],
        PARAMETER["False easting",500000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8806]],
        PARAMETER["False northing",10000000,
            LENGTHUNIT["metre",1],
            ID["EPSG",8807]]],
    CS[Cartesian,2],
        AXIS["(E)",east,
            ORDER[1],
            LENGTHUNIT["metre",1]],
        AXIS["(N)",north,
            ORDER[2],
            LENGTHUNIT["metre",1]],
    USAGE[
        SCOPE["Oil and gas exploration and production."],
        AREA["New Zealand - nearshore between 168°E and 174°E."],
        BBOX[-47.64,168,-33.89,174]],
    ID["EPSG",27259]]

Definition: ESRI Well Known Text

PROJCS["NZGD_1949_UTM_Zone_59S",
    GEOGCS["GCS_New_Zealand_1949",
        DATUM["D_New_Zealand_1949",
            SPHEROID["International_1924",6378388.0,297.0]],
        PRIMEM["Greenwich",0.0],
        UNIT["Degree",0.0174532925199433]],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["False_Easting",500000.0],
    PARAMETER["False_Northing",10000000.0],
    PARAMETER["Central_Meridian",171.0],
    PARAMETER["Scale_Factor",0.9996],
    PARAMETER["Latitude_Of_Origin",0.0],
    UNIT["Meter",1.0]]

Definition: PROJ.4

+proj=utm +zone=59 +south +ellps=intl +towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993 +units=m +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:27259","+proj=utm +zone=59 +south +ellps=intl +towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993 +units=m +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "ProjectedCRS",
    "name": "NZGD49 / UTM zone 59S",
    "base_crs": {
        "type": "GeographicCRS",
        "name": "NZGD49",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "New Zealand Geodetic Datum 1949",
            "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"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4272
        }
    },
    "conversion": {
        "name": "UTM zone 59S",
        "method": {
            "name": "Transverse Mercator",
            "id": {
                "authority": "EPSG",
                "code": 9807
            }
        },
        "parameters": [
            {
                "name": "Latitude of natural origin",
                "value": 0,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8801
                }
            },
            {
                "name": "Longitude of natural origin",
                "value": 171,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8802
                }
            },
            {
                "name": "Scale factor at natural origin",
                "value": 0.9996,
                "unit": "unity",
                "id": {
                    "authority": "EPSG",
                    "code": 8805
                }
            },
            {
                "name": "False easting",
                "value": 500000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8806
                }
            },
            {
                "name": "False northing",
                "value": 10000000,
                "unit": "metre",
                "id": {
                    "authority": "EPSG",
                    "code": 8807
                }
            }
        ]
    },
    "coordinate_system": {
        "subtype": "Cartesian",
        "axis": [
            {
                "name": "Easting",
                "abbreviation": "E",
                "direction": "east",
                "unit": "metre"
            },
            {
                "name": "Northing",
                "abbreviation": "N",
                "direction": "north",
                "unit": "metre"
            }
        ]
    },
    "scope": "Oil and gas exploration and production.",
    "area": "New Zealand - nearshore between 168°E and 174°E.",
    "bbox": {
        "south_latitude": -47.64,
        "west_longitude": 168,
        "north_latitude": -33.89,
        "east_longitude": 174
    },
    "id": {
        "authority": "EPSG",
        "code": 27259
    }
}

Definition: GeoServer

27259=PROJCS["NZGD49 / UTM zone 59S",GEOGCS["NZGD49",DATUM["New_Zealand_Geodetic_Datum_1949",SPHEROID["International 1924",6378388,297],TOWGS84[59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4272"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",171],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","27259"]]

Definition: MapServer - MAPfile

PROJECTION
	"proj=utm"
	"zone=59"
	"south"
	"ellps=intl"
	"towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993"
	"units=m"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=utm +zone=59 +south +ellps=intl +towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993 +units=m +no_defs +type=crs">
	<Layer srs="+proj=utm +zone=59 +south +ellps=intl +towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993 +units=m +no_defs +type=crs">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 27259, 'EPSG', 27259, '+proj=utm +zone=59 +south +ellps=intl +towgs84=59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993 +units=m +no_defs +type=crs', 'PROJCS["NZGD49 / UTM zone 59S",GEOGCS["NZGD49",DATUM["New_Zealand_Geodetic_Datum_1949",SPHEROID["International 1924",6378388,297],TOWGS84[59.47,-5.04,187.44,-0.47,0.1,-1.024,-4.5993]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4272"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",171],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","27259"]]');