A simple Java application to convert CityGML files to CityJSON using citygml4j.
You need to have installed Java 8 and gradle
.
On Linux/MacOS give execution permission:
chmod u+x gradlew
Then:
./gradlew run --args="[/input/citygml/path] [/output/cityjson/path]"