Transform Coordinates
transform_coordinatesTransform coordinates between coordinate reference systems. Accepts a single point, list of points, or bounding box and returns transformed coordinates.
Instructions
Transform coordinates between CRS. Accepts a single point {x, y}, a list of points [{x, y}, ...], or a bbox {xmin, ymin, xmax, ymax}. Returns transformed coordinates in the same format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_crs | Yes | ||
| target_crs | Yes | ||
| point | No | ||
| points | No | ||
| bbox | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||