Skip to content
transform

Convert Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid

Convert coordinates from Jamaica 1875 / Jamaica (Old Grid) (EPSG:24100) to JAD69 / Jamaica National Grid (EPSG:24200) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.

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

Official EPSG transformation from Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid

The EPSG Geodetic Parameter Dataset defines 1 transformation between Jamaica 1875 / Jamaica (Old Grid) (EPSG:24100) and JAD69 / Jamaica National Grid (EPSG:24200). Its parameters, accuracy and area of use are listed below.

Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid (1)

EPSG:10087±1.5 m
Method:
Affine parametric transformation
Area of use:
Jamaica - onshore
Scope:
Topographic mapping.
ParameterValueUnit
A082357.457metre
A10.304794369coefficient
A20.000015417425coefficient
B028091.324metre
B1-0.000015417425coefficient
B20.304794369coefficient

Derived by least squares fit at primary triangulation stations. Accuracy will be less outside of this network due to extrapolation.

Convert EPSG:24100 to EPSG:24200 in code

The same transformation with common GIS tools and libraries:

from pyproj import Transformer

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

Source: 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

Target: 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

Frequently asked questions

How accurate is converting Jamaica 1875 / Jamaica (Old Grid) to JAD69 / Jamaica National Grid?
The most accurate official EPSG transformation between these systems is accurate to about ±1.5 m within its stated area of use. Browser-based converters approximate datum shifts with Helmert parameters; for surveying-grade work apply the official 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:24200 to EPSG:24100