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