Releases: tum-gis/3dcitykg
Releases · tum-gis/3dcitykg
v1.1.0
NEW
- Added an additional start case number
3in 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
latestthat 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=trueinconfig/neo4j.conf - Updated to Gradle 9, Neo4j 5 using Java JDK 17
- Updated citygml4j
v1.0.0
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