Import CityJSON into cjdb
cityjson_db_importImports CityJSON datasets into PostgreSQL/PostGIS by converting them to CityJSONSeq with cjio and loading via cjdb. Supply the database password through PGPASSWORD to complete the connection.
Instructions
Convert the dataset to CityJSONSeq with cjio and import it into PostgreSQL/PostGIS using cjdb. PostgreSQL password should be supplied through PGPASSWORD, not tool arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | ||
| dataset_id | Yes | Dataset handle returned by cityjson_import, cityjson_open, cityjson_import_text, or another transformation tool. | |
| attribute_indexes | No | ||
| partial_attribute_indexes | No |