Skip to content

Releases: 3dcitydb/citydb-tool

v0.10.1-beta

31 Dec 10:45
Compare
Choose a tag to compare
v0.10.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.0-beta...0.10.1-beta

0.10.0-beta

18 Dec 14:34
Compare
Choose a tag to compare
0.10.0-beta Pre-release
Pre-release

Highlights in this beta release include:

  • Added import modes to the import command to handle duplicate features based on the feature ID (i.e., gml:id).
    • skip: Duplicates in the input file are not imported into the database.
    • terminate: Duplicates in the database are terminated before importing the input file.
    • delete: Duplicates in the database are deleted before importing the input file.
    • import_all: All features from the input file are imported without checking for duplicates (default behaviour).
  • Added filter options to the import command including a feature type filter, feature ID filter, BBOX filter, count filter and appearance options.
  • Added an option to the import citygml command to apply XSL transformations to the CityGML input.
  • Added an option to the index create command to either create partial indexes ignoring NULL values or full indexes on the val_* columns of the property table (default is partial).
  • Fixed writing of ZIP files with textures.
  • Log files are now truncated at startup.
  • Updated 3DCityDB SQL scripts to 5.0.0-beta.2

v0.9.0-beta

08 Nov 08:34
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

Highlights in this beta release include:

  • Added tiling options to the export command. Two tiling schemes are supported. The Matrix scheme splits the tiling extent into a fixed grid of columns and rows defining the resulting tiles and their dimension. For the Dimension scheme, the user specifies the width and height of the tiles. The tiles are automatically aligned with the grid of the database CRS to cover the tiling extent. For both schemes, the tiling extent can be auto-computed based on the requested features (default) or provided as input by the user.
  • Added appearance options to the export command. Users can choose to only export appearances matching a specified theme or to completely omit appearances from the export.
  • Added an option to the export citygml command for specifying one ore more XSLT stlyesheets to transform the CityGML output.
  • Added a --commit parameter to the delete command.
  • Updated 3DCityDB SQL scripts to 5.0.0-beta.1

v0.8.1-beta

17 Sep 06:27
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release
bumping version to 0.8.1-beta

v0.8.0-beta

16 Aug 08:55
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

Highlights in this beta release include:

  • The export and delete commands now support the use of thematic and spatial filters. The OGC Common Query Language 2 (CQL2) is used as filter language. We have even extended CQL2 to support, for instance, filters on nested features and complex attributes. The filtering capabilities are also available as Java API through the citydb-query module.
  • Added a counter filter to the export and delete commands.
  • Added an LoD filter to the export command.
  • Added sorting capabilities to the export command.
  • Added support for a coordinate transformation to the export command.

v0.7.1-beta

20 Jan 11:16
32a8f19
Compare
Choose a tag to compare
v0.7.1-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-beta...v0.7.1-beta

v0.7.0-beta

19 Jan 13:08
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

Pre-release v0.7.0-beta

v0.6.1-beta

04 Dec 09:47
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release
updated version to 0.6.1-beta

v0.6.0-beta

30 Nov 14:43
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release
minor change

v0.5-beta

20 Nov 14:51
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release
initial version 0.5-beta