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 Sierra Leone 1924 / New Colony Grid (EPSG:2159). 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:2159", 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: Sierra Leone - Freetown Peninsula
+proj=tmerc +lat_0=6.66666666666667 +lon_0=-12 +k=1 +x_0=152399.855090754 +y_0=0 +a=6378300 +rf=296 +to_meter=0.304799710181509 +no_defs +type=crsMore about EPSG:2159 →