crs_transform_point
Reproject a 2D point to a different coordinate reference system. Input the point's x,y and source/target CRS codes.
Instructions
Reproject a single 2D point between coordinate reference systems.
source_crs/target_crs accept anything QGIS recognizes, e.g.
"EPSG:2180", "EPSG:2177", "EPSG:4326", "EPSG:3857" - see
crs_list_polish for the common Polish ones. x/y follow the axis
order QGIS uses for source_crs (for PUWG systems like EPSG:2180/2176-79
that's northing/easting in metres; for EPSG:4326 it's longitude/latitude
in degrees).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| source_crs | Yes | ||
| target_crs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||