reproject_point
Transform a single point's x/y coordinates from one CRS to another using EPSG codes or proj4 strings, supporting common Chinese coordinate systems.
Instructions
Reproject a single point between two CRSes using proj4. from/to accept EPSG codes (e.g. 'EPSG:4326', '4326') or full proj4 strings. Common CN CRSes (EPSG:4326/3857/4490/4513-4533) are pre-registered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| point | Yes |