0

我需要使用Citygml-tools 将CityGML 模型转换为 CityJson 文件Citygml4j/的帮助,因为我需要在Qgis Software中可视化 CityGML 模型。我从 CityJson 网站获得的教程对于像我这样的学生来说很简单。我希望你们中的任何人都可以帮助逐步解决将 CityGML 转换为 CityJson 的解决方案。我真诚地感谢您的任何帮助。谢谢你。

https://www.cityjson.org/tutorials/conversion/ https://towardsdatascience.com/loading-3d-city-models-in-qgis-46347a638760

4

1 回答 1

0

根据其 github repo 中的自述文件,它基本上是:

citygml-tools to-cityjson /path/to/your/CityGML.gml

考虑到您在 unix 系统中并在包文件夹中打开了终端。

在 Windows 中应该是:

citygml-tools.exe to-cityjson your_CityGML.gml

考虑到您在 package 文件夹和 citygml 文件中

于 2021-06-13T20:27:53.513 回答