Transform Coordinates
transform_coordinatesReproject coordinates between Coordinate Reference Systems. Accepts a point, point list, or bounding box; returns transformed coordinates in the same format.
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 | |||