POSGAR 98 to SIRGAS 1995 (1)
EPSG:1774±0 m- Method:
- Geocentric translations (geog2D domain)
- Area of use:
- Argentina
- Scope:
- Geodesy.
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | 0 | metre |
| Y-axis translation(ty) | 0 | metre |
| Z-axis translation(tz) | 0 | metre |
Convert coordinates from POSGAR 98 (EPSG:4190) to SIRGAS 1995 (EPSG:4170) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between POSGAR 98 (EPSG:4190) and SIRGAS 1995 (EPSG:4170). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| X-axis translation(tx) | 0 | metre |
| Y-axis translation(ty) | 0 | metre |
| Z-axis translation(tz) | 0 | metre |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4190", "EPSG:4170", 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: Argentina
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crsMore about EPSG:4190 →
geographic system using latitude and longitude on an ellipsoid · Area of use: South America - SIRGAS 1995 by country
+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs +type=crsMore about EPSG:4170 →