Releases: cityjson/cjio_dbexport
Releases · cityjson/cjio_dbexport
v0.8.0
Fixes
- Do not require a global geometry type and lod declaration
- LoD parsing when lod is declared globally and using the improved LoD-s
Adds
- Semantic surface export
v0.7.0
Fixes
- Incorrect 'tablename' was passed down within query()
- Travis-CI for the Ubunutu exe
Adds
- Complete type conversion for the
date
,time/tz
,timestamp/tz
,interval
postgres types - Docker setup for testing
- Possible to set the LoD per feature if the LoD name is stored in a column
- Extended CityJSON metadata
- Update the exe-s to Python 3.8
Testing CD
This release is for testing the continuous deplyoment.
v0.6.1
Adds
- Compression to
export_tiles
- Remove all whitespace characters
v0.6.0
Breaking changes
- the
geometries
mapping is required in the YAML configuration file - Creates the
cjdb_multipolygon_to_multisurface(geometry)
SQL function, thus requires a user with CREATE FUNCTION permission
Adds
- Possible to export multiple LoD when the different LoDs are stored in the same table
- Possible to set the output geometry type per table
Fixes
- Fix surface orientation (#20)
- Fix
--version
in the exe
v0.5.1
Freeze the executable for Windows
v0.5.0 Multiprocessing
Switched to multiprocessing from multithreading. The --threads
option is replaced by --jobs
in the export_tiles
command.
v0.4.2 Windows 64-bit
64-bit Windows exe instead of 32-bit
v0.4.1 Fix in cjio
Recompile the executables including the fix of cityjson/cjio#45
v0.4.0 Multithreading
- Improve failure handling, esp. when exporting tiles
- Possible to use multiple threads with the
export_tiles --threads
command. A separate connection is made for each thread, so Postgres needs to support at least as many sessions as the number of threads. - Write logs to a file instead of the console