Reproject CityJSON
cityjson_reprojectReproject CityJSON coordinates to a target EPSG CRS by supplying a dataset ID and EPSG code, returning a new dataset with transformed coordinates.
Instructions
Reproject coordinates to a target EPSG CRS with cjio. The source dataset must already define a CRS. Returns a new dataset_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epsg | Yes | ||
| digit | No | ||
| dataset_id | Yes | Dataset handle returned by cityjson_import, cityjson_open, cityjson_import_text, or another transformation tool. |