Skip to content

Releases: tum-gis/3dcitykg

v1.1.0

08 Dec 03:05

Choose a tag to compare

NEW
  • Added an additional start case number 3 in the config file for opening existing database (without mapping or exporting).
    This is useful for quickly deploying and querying an existing database
  • APOC core is now automatically included when running via Docker
  • Enabled security settings for APOC libraries
  • Allow empty bounding box in run.conf when exporting entire dataset
CHANGES
  • Introduced the tag latest that references the newest version of the Docker image (tumgis/3dcitykg:latest)
  • Disabled automatic Neo4j data usage report by default. Users can reenable it by setting dbms.usage_report.enabled=true in config/neo4j.conf
  • Updated to Gradle 9, Neo4j 5 using Java JDK 17
  • Updated citygml4j

v1.0.0

22 Jan 22:47

Choose a tag to compare

This is a major release. Features include:

✔ Map 3D city models to knowledge graphs using Neo4j

✔ Support import for CityGML 1.0, 2.0, 3.0, and CityJSON

  • For all modules and LoDs
  • Including XLinks and implicit geometries
  • Fast, multi-threaded import for CityGML

✔ Support export for CityGML 1.0, 2.0, 3.0, and CityJSON

  • For all modules and LoDs
  • CityGML datasets can be exported using a bounding box

Full Changelog: https://github.com/tum-gis/3dcitykg/commits/v1.0.0