Releases: cityjson/cjio_dbexport
Releases · cityjson/cjio_dbexport
v0.9.2
Changes
- Lower the scale factor from 0.001 to 0.0001 in the Netherlands transform, because too low precision might move the coordinates in a way that leads to errors, like spike in triangulation later on.
- Copy tile-by-tile when inserting the tile index, instead of bulk copy of the whole index (#35).
Adds
- Netherlands geojson example (#36).
- GitHub Actions release workflow.
v0.9.1
Same as v0.9.0, plus including a windows executable.
v0.9.0
Changes
- Update to CityJSON 1.1 (replaces the CityJSON 1.0 export). This also means that the
GenericCityObject
type is not supported anymore, but there isOtherConstruction
instead. - Upgrade to cjio 0.8.0
- Update Kadaster test data
- Test against Postgres 15 + PostGIS 3.3 (instead of 13+3.0)
Adds
- Export CityJSONFeatures (only with the
export_tiles
command). The Transform parameters are hardcoded to the Zwaartepunt bij Putten in the Netherlands. - Create GIST index on the feature geometry centroids with
index --centroid
. This is required for exporting CityJSONFeatures. - Optional file name prefix
Removes
- The 'tile_id' attribute from the output
v0.8.8
Bump version: 0.8.7 → 0.8.8
v0.8.7
Bump version: 0.8.6 → 0.8.7
v0.8.6
Bump version: 0.8.5 → 0.8.6
v0.8.5
Fixes
- LoD is a float now, as it is required by the specs
- Attribute excludes were ignored
v0.8.3
Update to latest cjio
v0.8.2
Bump version: 0.8.1 → 0.8.2
v0.8.1
Bump version: 0.8.0 → 0.8.1