EPSG:3302 — IGN63 Hiva Oa / UTM zone 7S
Projected · French Polynesia - Marquesas Islands - Hiva Oa and Tahuata
Export Formats
OGC WKT
PROJCS[
"IGN63 Hiva Oa / UTM zone 7S",
GEOGCS[
"IGN63 Hiva Oa",
DATUM[
"IGN63_Hiva_Oa",
SPHEROID["International 1924",6378388,297],
TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4689"]
],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-141],
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","3302"]
]Related Coordinate Systems
Available Transformations (8)
Transformations inherited from base CRS: EPSG:4689 (IGN63 Hiva Oa)
| Transformation | Source → Target | Accuracy (m) |
|---|---|---|
| 4689 → 4687 | 0.5 | |
| 4689 → 4326 | 2 | |
| 4689 → 4687 | 2 | |
| 4689 → 4326 | 2 | |
| IGN63 Hiva Oa to RGPF (1) Deprecated | 4689 → 4687 | 0.5 |
| IGN63 Hiva Oa to RGPF (2) Deprecated | 4689 → 4687 | 2 |
| IGN63 Hiva Oa to WGS 84 (1) Deprecated | 4689 → 4326 | 2 |
| IGN63 Hiva Oa to WGS 84 (2) Deprecated | 4689 → 4326 | 2 |
Other CRS using IGN63 Hiva Oa
Frequently Asked Questions
How do I add EPSG:3302 to GeoServer?
Add the following definition to your GeoServer configuration:
3302=PROJCS["IGN63 Hiva Oa / UTM zone 7S",GEOGCS["IGN63 Hiva Oa",DATUM["IGN63_Hiva_Oa",SPHEROID["International 1924",6378388,297],TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4689"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-141],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","3302"]] Read the full GeoServer guide →
How do I add EPSG:3302 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3302, 'EPSG', 3302, '+proj=utm +zone=7 +south +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +units=m +no_defs +type=crs', 'PROJCS["IGN63 Hiva Oa / UTM zone 7S",GEOGCS["IGN63 Hiva Oa",DATUM["IGN63_Hiva_Oa",SPHEROID["International 1924",6378388,297],TOWGS84[410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4689"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-141],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","3302"]]'); Read the full PostGIS guide →
How do I add EPSG:3302 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=utm"
"+zone=7"
"+south"
"+ellps=intl"
"+towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:3302 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:3302", "+proj=utm +zone=7 +south +ellps=intl +towgs84=410.793,54.542,80.501,-2.5596,-2.3517,-0.6594,17.3218 +units=m +no_defs +type=crs"); Read the full Proj4js guide →