Anguilla 1957 to WGS 84 (1)
EPSG:1447±10 m- Method:
- Geographic2D offsets
- Area of use:
- Anguilla - onshore
- Scope:
- Not known.
| Parameter | Value | Unit |
|---|---|---|
| Latitude offset | -18 | arc-second |
| Longitude offset | 4.4 | arc-second |
Convert coordinates from Anguilla 1957 (EPSG:4600) to WGS 84 (EPSG:4326) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Anguilla 1957 (EPSG:4600) and WGS 84 (EPSG:4326). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| Latitude offset | -18 | arc-second |
| Longitude offset | 4.4 | arc-second |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4600", "EPSG:4326", 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: Anguilla - onshore
+proj=longlat +a=6378249.145 +rf=293.465 +no_defs +type=crsMore about EPSG:4600 →
geographic system using latitude and longitude on an ellipsoid · Area of use: World (by country)
+proj=longlat +datum=WGS84 +no_defs +type=crsMore about EPSG:4326 →