citygml4j / citygml-tools

Collection of tools for processing CityGML files
Apache License 2.0
115 stars 18 forks source link

translation when export to cityjson possibly not correct? #37

Closed pcace closed 1 year ago

pcace commented 1 year ago

Hi, this is possibly related to #36, but i just cannot figure out what is wrong when exporting citygml to cityjson. i am trying to export these files here (*.xml): https://cloud.johannes-froelich.de/s/xtwyW4rrNoeZTE5 When viewing the xml verything looks fine -> image

BUT: when looking at the exported cityJSON, they are wrong on the y axis: 212029721-e42a87e0-4fb0-48fd-9e91-2bba438b8f95

removing the translate section from the resulting cityjson files overlays the 3d Data in x direction but not in y. image

i just cannot figure out where the problem is - or what the logic is... Thanks a lot for help or ideas what and where the problem could be!

clausnagel commented 1 year ago

Have you checked whether you maybe run into the same issue as described in #31? The bug is fixed in master but the bugfix is not contained in the latest release yet. Please use the edge Docker image of citygml-tools from Docker Hub to test. This Docker image already contains the bugfix.

pcace commented 1 year ago

uff thank you so much! works as expected now!