Transform coordinates between systems
transform_coordinatesConvert coordinates between EPSG reference systems using Kartverket's transformer. Supply source and target EPSG codes to obtain transformed x (easting/longitude) and y (northing/latitude).
Instructions
Convert a coordinate between reference systems using Kartverket's transformer. Give EPSG codes for source and target. Axis order: x is easting (longitude for geographic systems), y is northing (latitude). Common EPSG codes: 4326 WGS84, 4258 EUREF89 (both lon/lat), 25832 UTM32/EUREF89, 25833 UTM33, 25835 UTM35 (east/north in metres).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Easting, or longitude for a geographic system (e.g. 4326/4258) | |
| y | Yes | Northing, or latitude for a geographic system | |
| to_epsg | Yes | Target EPSG code, e.g. 25833 | |
| from_epsg | Yes | Source EPSG code, e.g. 4326 |