Skip to content

Releases: cityjson/cjio_dbexport

v0.8.0

09 Oct 18:35
Compare
Choose a tag to compare

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

09 Oct 07:17
Compare
Choose a tag to compare

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

09 Oct 05:43
Compare
Choose a tag to compare
Testing CD Pre-release
Pre-release

This release is for testing the continuous deplyoment.

v0.6.1

15 Jul 17:26
Compare
Choose a tag to compare

Adds


  • Compression to export_tiles
  • Remove all whitespace characters

v0.6.0

06 May 18:03
Compare
Choose a tag to compare

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

30 Jan 22:18
Compare
Choose a tag to compare

Freeze the executable for Windows

v0.5.0 Multiprocessing

30 Jan 16:16
Compare
Choose a tag to compare

Switched to multiprocessing from multithreading. The --threads option is replaced by --jobs in the export_tiles command.

v0.4.2 Windows 64-bit

29 Jan 09:16
Compare
Choose a tag to compare

64-bit Windows exe instead of 32-bit

v0.4.1 Fix in cjio

28 Jan 10:30
Compare
Choose a tag to compare

Recompile the executables including the fix of cityjson/cjio#45

v0.4.0 Multithreading

28 Jan 09:12
Compare
Choose a tag to compare
  • 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