Source: EPSG:4322 — WGS 72
geographic system using latitude and longitude on an ellipsoid · Area of use: World
+proj=longlat +ellps=WGS72 +no_defs +type=crsMore about EPSG:4322 →
Online coordinate converter from WGS 72 (EPSG:4322) to Old Hawaiian / Hawaii zone 4 (EPSG:3564). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4322", "EPSG:3564", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geographic system using latitude and longitude on an ellipsoid · Area of use: World
+proj=longlat +ellps=WGS72 +no_defs +type=crsMore about EPSG:4322 →
projected system measured in linear units (typically metres) · Area of use: USA - Hawaii - Kauai - onshore
+proj=tmerc +lat_0=21.8333333333333 +lon_0=-159.5 +k=0.99999 +x_0=152400.30480061 +y_0=0 +ellps=clrk66 +towgs84=45,-290,-172,0,0,0,0 +units=us-ft +no_defs +type=crsMore about EPSG:3564 →