Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastian-meier/e14c4bed7518f8712b551eb58bbccc1a to your computer and use it in GitHub Desktop.
Save sebastian-meier/e14c4bed7518f8712b551eb58bbccc1a to your computer and use it in GitHub Desktop.
CityGML to OBJ
unzip /*.zip
rm *.zip
./citygml-tools *.gml --tojson
rm *.gml
pip install 'cjio[export]'
for f in *.json; do cjio "$f" export gml "$f.json"; done
rm *.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment