Open JonasPfeiffer123 opened 3 months ago
https://github.com/citygml4j/citygml-tools bundle or use docker image:
use
$ docker run --rm -u 1000 -v /path/to/your/data:/data citygml-tools to-cityjson *.gml
citygml4j/citygml-tools:latest
Note that /data
is the default working directory inside the container. Relative paths to input files like in the above example are automatically resolved against /data
by citygml-tools. If you mount your local directory at a different path inside the container, you must specify the full path to your input files, of course.
Currently it's necessary to convert downloaded LOD2 data to geoJSON first to use it with the software as problems were encountered with shape-files. This issues needs to be resolved for a userfriendly software