You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First to all, thank you all for your excellent and useful work.
I am unaware of the proper GitHub etiquette regarding these questions, but without wanting to sound demanding or ungrateful, are there any plans to include/develop exporting to the new CityGML 3.0 standard? I've tried using this program to export a few 3.0 gmls but the following error is raised:
There is a problem with this file: no cityObjects have been found. Please check if the file complies to CityGML.
While this is understandable--it is clearly specified in the repo documentation--perhaps it would be useful to develop this capability.
I've seen that some projects enable exporting to CityJSON, but there is an argument to be made for the necessity to export to obj file directly.
In any case, thanks for your good work, and if help is needed on this feature I'd be happy to collaborate!
The text was updated successfully, but these errors were encountered:
Just found out that, as stated in the Readme of the archived original repo, you could theoretically get a CityGML file of any version (1, 2, 3), use citygml-tools to upgrade it to CityGML 3.0 and convert it to CityJSON, and pass it into cjio to convert it into an OBJ file.
Perhaps a more direct way would be preferable, but now it is clear that there IS a way. Leaving this comment as it could be useful to someone, but feel free to close it if you consider it so.
Hi @maynouf! Just adding to @ThomasFroech 's comment:
Thanks for your insights! We're always happy to welcome new contributors! Feel free to clone the repo and then commit to the project.
Hello,
First to all, thank you all for your excellent and useful work.
I am unaware of the proper GitHub etiquette regarding these questions, but without wanting to sound demanding or ungrateful, are there any plans to include/develop exporting to the new CityGML 3.0 standard? I've tried using this program to export a few 3.0 gmls but the following error is raised:
There is a problem with this file: no cityObjects have been found. Please check if the file complies to CityGML.
While this is understandable--it is clearly specified in the repo documentation--perhaps it would be useful to develop this capability.
I've seen that some projects enable exporting to CityJSON, but there is an argument to be made for the necessity to export to obj file directly.
In any case, thanks for your good work, and if help is needed on this feature I'd be happy to collaborate!
The text was updated successfully, but these errors were encountered: