Skip to content
transform

Convert EPSG:24200 to EPSG:24100

Online coordinate converter from JAD69 / Jamaica National Grid (EPSG:24200) to Jamaica 1875 / Jamaica (Old Grid) (EPSG:24100). Enter your source coordinates and get the result instantly. All transformations happen in your browser — no data is sent to any server.

Direct link to this transformation: epsgtransform.com/transform/epsg-24200-to-epsg-24100

The EPSG dataset defines official transformation parameters for the reverse direction. See Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid — the parameters are invertible.

Convert EPSG:24200 to EPSG:24100 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

transformer = Transformer.from_crs("EPSG:24200", "EPSG:24100", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)

Source: EPSG:24200JAD69 / Jamaica National Grid

projected system measured in linear units (typically metres) · Area of use: Jamaica - onshore

+proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=250000 +y_0=150000 +ellps=clrk66 +units=m +no_defs +type=crs
More about EPSG:24200

Target: EPSG:24100Jamaica 1875 / Jamaica (Old Grid)

projected system measured in linear units (typically metres) · Area of use: Jamaica - onshore

+proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=167638.49597 +y_0=121918.90616 +a=6378249.14480801 +b=6356514.96620413 +to_meter=0.3047972654 +no_defs +type=crs
More about EPSG:24100

Frequently asked questions

How accurate is converting JAD69 / Jamaica National Grid to Jamaica 1875 / Jamaica (Old Grid)?
Projection-only conversions are accurate to floating-point precision. If a datum shift is involved, browser-based tools use Helmert parameters which are accurate to roughly 1-5 m; for surveying-grade work apply the official grid-shift transformation in a desktop GIS.
Does my data leave the browser when I use this converter?
No. All coordinate transformations are computed locally in your browser using proj4js. The coordinates you enter are never transmitted to any server.
Need the reverse? Convert EPSG:24100 to EPSG:24200