RT38 (Stockholm) to RT38 (1)
EPSG:1760±0 m- Method:
- Longitude rotation
- Area of use:
- Sweden - onshore
- Scope:
- Change of prime meridian.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 18.03298 | sexagesimal DMS |
Convert coordinates from RT38 (Stockholm) (EPSG:4814) to RT38 (EPSG:4308) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between RT38 (Stockholm) (EPSG:4814) and RT38 (EPSG:4308). Its parameters, accuracy and area of use are listed below.
| Parameter | Value | Unit |
|---|---|---|
| Longitude offset | 18.03298 | sexagesimal DMS |
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:4814", "EPSG:4308", 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: Sweden - onshore
+proj=longlat +ellps=bessel +pm=stockholm +no_defs +type=crsMore about EPSG:4814 →
geographic system using latitude and longitude on an ellipsoid · Area of use: Sweden - onshore
+proj=longlat +ellps=bessel +no_defs +type=crsMore about EPSG:4308 →