Releases: citygml4j/citygml-tools
v2.5.0
This is a minor release of citygml-tools.
- Added multi-subset support to the
subsetcommand via the newgroupsubcommand, enabling multiple filtered outputs in a single run. - Standardized address property names in the
to-cityjsoncommand across CityJSON versions. - Improved handling of cross-feature, cross-LoD, and XLink geometry references in the
upgradecommand.
See the changelog for details.
v2.4.1
v2.4.0
This is a minor release of citygml-tools.
- New
mergecommand for combining multiple CityGML files into a single output file. - New
--outputoption to specify a target directory for processed files.
👉 Note that some CLI options have been renamed and harmonized across commands. Existing scripts or workflows using old option names may need to be updated.
See the changelog for details.
v2.3.2
v2.3.1
v2.3.0
v2.2.0
This is a minor release of citygml-tools. It adds support for CityJSON 2.0 to the to-cityjson and from-cityjson commands 🎉 and brings some improvements and bug fixes.
See the changelog for details.
v2.1.0
v2.0.0
This is a major release of citygml-tools.
The highlights of this release are:
- Full support for CityGML 3.0. Note that the GML/XML encoding of CityGML 3.0 is still a draft and has not yet been published as an OGC standard.
- New
upgrade,stats,subsetandapply-xsltcommands. - The
to-cityjsonandfrom-cityjsoncommands now support CityJSON 1.1 and the new"CityJSONFeature"object for streaming large CityJSON files.
See the changelog for details.
v2.0.0-rc.1
This is the first release candidate of the next major version 2.0 of citygml-tools.
The highlights of this release candidate are:
- Full support for CityGML 3.0 and its GML encoding. Although the GML encoding standard is still a draft and not yet published by OGC, work on the XML schemas has been completed and the schemas are stable. So, citygml-tools is an early implementation of the upcoming GML encoding of CityGML 3.0. The previous versions 2.0 and 1.0 of CityGML are still supported as well, of course.
- New
upgradecommand that allows you to upgrade your existing CityGML 2.0 / 1.0 datasets to CityGML 3.0. - The
to-cityjsonandfrom-cityjsoncommands now support CityJSON 1.1 in addition to CityJSON 1.0. Moreover, support for the newCityJSONFeatureobject has been added to allow streaming of large CityJSON datasets. - citygml-tools is built with the latest release candidate of citygml4j 3.0 for parsing and writing CityGML 3.0 / 2.0 / 1.0 and CityJSON 1.1 / 1.0 datasets.
- The command-line interface has been changed for some commands. Make sure to print the
--helpof the commands when testing the release candidate.
citygml-tools now requires Java 11 or higher. Note that the release of separate JAR libraries bundling some of its functionalities will be discontinued with version 2.0.
Please use the issue tracker to report bugs, propose new features or open disucssions. If you want to follow the development, check out the master branch.