Bogota 1975 (Bogota) to Bogota 1975 (1)
EPSG:1755±0 m- Method:
- Longitude rotation
- Area of use:
- Colombia - mainland
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | -74.04513 | sexagesimal DMS |
Convert coordinates from Bogota 1975 (Bogota) (EPSG:4802) to Bogota 1975 (EPSG:4218) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between Bogota 1975 (Bogota) (EPSG:4802) and Bogota 1975 (EPSG:4218). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | -74.04513 | sexagesimal DMS |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4802", "EPSG:4218", 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: Colombia - mainland
+proj=longlat +ellps=intl +pm=bogota +towgs84=307,304,-318,0,0,0,0 +no_defs +type=crsMore about EPSG:4802 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Colombia - mainland and offshore Caribbean
+proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +no_defs +type=crsMore about EPSG:4218 →