Skip to content

Releases: 3dcitydb/importer-exporter

v5.4.3

17 Apr 12:14
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.4.2

01 Feb 07:48
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.4.1

19 Jan 15:25
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.4.0

21 Sep 14:17
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.3.0

15 Dec 14:50
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.2.1

29 Jul 09:20
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.2.0

23 May 11:37
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.1.1

12 Apr 07:37
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.1.0

10 Feb 11:58
Compare
Choose a tag to compare

This is a minor maintenance and bug fix release. See the change log for the complete list of changes.

v5.0.0

08 Oct 13:06
Compare
Choose a tag to compare

This is a major release which comes with new features, improvements and bugfixes. The main reason for bumping the major version is that we are following SemVer and introduced non-backwards compatible changes to some APIs and the source code of the Importer/Exporter.

Notable new features and additions

  • Added Docker files to build your own images for the Importer/Exporter command-line interface. Pre-built Docker images are available from Docker Hub at https://hub.docker.com/r/3dcitydb/impexp. #209
  • Added an import list filter to the import operation for both the GUI and the CLI that allows a user to provide a CSV file containing identifiers of features that shall be imported or skipped. #202
  • Enhanced feature version filter to support searching for terminated features. #192, #185
  • Added a Plugins section to the preferences tab of the Importer/Exporter GUI that lists all installed and available plugins and lets a user dynamically enable and disable plugins. #194
  • Added the FeatureImportExtension plugin extension that lets you hook your code into the import operation. #195
  • MetadataProvider is now a plugin extension in its own right and can be used without FeatureExportExtension.
  • Affine transformations are now also available for the CityGML/CityJSON export operation. #196
  • Added support for importing gml:MultiGeometry objects in case they only contain points or curves.
  • Added support for providing database connection details via environment variables when running the Importer/Exporter on the command line. #212
  • CityJSON output now uses the latest CityJSON version 1.0.3.

Please note that starting from this release, the installer of the Importer/Exporter is no longer provided here but can be downloaded from the 3dcitydb-suite repository. Click here to get the installer for this release.

See the change log for the complete list of changes.