Export CityJSON from cjdb
cityjson_db_exportExport CityJSON data from a cjdb database to CityJSONSeq, optionally collecting the result into a CityJSON dataset. Use a read-only SELECT query to limit the export to specific objects.
Instructions
Export all objects or a read-only SELECT-defined subset from cjdb to CityJSONSeq and optionally collect it into a normal CityJSON dataset handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional SELECT query that returns object_id rows. Mutating SQL and semicolons are rejected. | |
| collect | No | ||
| connection | Yes |