Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions extensions/cityjson/description.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extension:
name: cityjson
description: Read, write, and query CityJSON, CityJSONSeq, and FlatCityBuf 3D city model files.
version: 0.1.0
version: 0.2.0
language: C++
build: cmake
license: MIT
Expand All @@ -10,7 +10,7 @@ extension:

repo:
github: cityjson/duckdb-cityjson
ref: 0df88f9fb023e272b0fd3208e0f55445714b278c
ref: d511bdba26392bab7d4b789f294065a3fbed58d6

docs:
hello_world: |
Expand Down Expand Up @@ -46,7 +46,10 @@ docs:

Additional features:
- Automatic schema inference from CityJSON attributes
- Wide columnar layout: one WKB geometry column per Level of Detail, plus a per-object `bbox` extent
- LOD-based geometry extraction as WKB blobs via the `lod` parameter
- Filter pushdown on `id`, `feature_id`, and `object_type`
- Streaming reads of large CityJSONSeq files and remote files over HTTP/S3/GCS
- Support for CityJSON v2.0 and CityJSONSeq formats

For more information on the CityJSON format, see https://www.cityjson.org/.
Loading