Skip to main content
Solved

How to get geometry from bridge modul in citygml?

  • March 30, 2023
  • 2 replies
  • 44 views

limo
Supporter
Forum|alt.badge.img+8

Hi,

 

we have a citygml file that contains a bridge. The validation by "citydoctor " showed no errors. Now we wanna extract the geometry. FME can read the file without error. But only a core element is shown and I cannot get the geometry!

By the way we got the same result with the template bridge from the university (KIT)!

 

Does anyone have any ideas or tipps for me?

Thanks in advance.

Best answer by virtualcitymatt

Make sure you are using the CityGML reader. Check that you are not using the GML or XML readers. The CityGML reader will do all the work for you

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Make sure you are using the CityGML reader. Check that you are not using the GML or XML readers. The CityGML reader will do all the work for you


limo
Supporter
Forum|alt.badge.img+8
  • Author
  • Supporter
  • March 31, 2023

you are absolutely right!!!

I had imported the file via drag and drop. So FME has automatically set the format to gml and not citygml...thanks for you help!