-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on importing CityGML models generated by FME #27
Comments
Your dataset contains an This seems to be a data issue in the first place. Please fix your dataset. |
Ha, Claus was faster :)
|
Thank you for the enthusiastic help, |
@zhangjw5 can you share your CityGML file for testing? |
Thanks for your reply, |
Thanks for sharing your dataset. The dataset contains a lot of However, the 3DCityDB lacks support for
To solve this issue, you have to change your FME process to write another geometry type such as |
Yes, thank you very much! |
I have tested the KML/glTF export of your shared data using both Oracle and PostGIS databases. Everything worked fine on my machine. A successful KML/glTF export requires a number of parameter settings which are explained in detail in the 3DCityDB documentation. For a quick start, a step-by-step hands-on tutorial is very helpful. |
Hey, |
I also encountered the same problem,would you solve it? |
Hi gays, CevreSelected1.txt [14:17:47 ERROR] BRIDGE_WALL_SURFACE 'GML_': Skipping import since this is not a top-level feature type. 3dcitydb Thanks. |
Forgot about this one. As the log message said, you got features in your data which are encoded as top-level feature, but by the CityGML schema they are not. In your case, you are missing the bridge. Incorrect: <core:cityObjectMember>
<bridge:WallSurface ...
... wall attributes
</bridge:WallSurface>
</core:cityObjectMember> Correct: <core:cityObjectMember>
<bridge:Bridge ...
... bridge attributes
<bridge:boundedBy>
<bridge:WallSurface ...
... wall attributes
</bridge:WallSurface
... more walls, roofs etc. to come here
</bridge:boundedBy>
</bridge:Bridge>
</core:cityObjectMember> Hope this can help you. How did you create the CityGML file, btw? |
Hi sir
Thank you for yor answering.
I used FME Desktop.
If it possible say me how can I make true CityGML 3D format.
By which software.
Best regards.
|
You can use FME for that. I'm not familiar with it, but it seems you just forgot to add the bridge feature. Should be easy to fix. |
This is a well known issue :) |
Could you open your CityGML dataset using FME Data Inspector and check, if the same rendering problem also occurs? |
To me, it looks like the order of ordinates is somehow flipped ... so not XYZ but ZYX or ZXY. I think, there is a transformer in FME to change the order of ordinates. |
Maybe the FME 3D Solution Templates are a good starting point: http://www.virtualcitysystems.de/en/news/480-3d-solution-templates-now-available-in-the-fme-hub |
When Set Geo-location in SketchUp and then I convert SketchUp file using FME desktop. it cannot add a coordinate system in XML or GML file. Because of the coordinate system, I am unable to import or export data using 3DCity DB importer-exporter this is the FME for SketchUp to XML converter file for lod3. |
Hi, |
Hi Wajid,
Good luck. |
Sir, |
Not really, sorry. See issue #34 where we gave some hints on converting SketchUp models. |
If the XLink reference cannot be resolved, then either the referenced object does not exist in your dataset or the reference itself is bad (at least there shouldn't be a blank after the hash). As @FxKu wrote we can check your dataset if you share it. For questions and bugs related to Sketchup or FME processes, please contact the corresponding support teams. |
Dear @anwar1010 . This issue has been closed already. Please open a new one referring to the bounding box "error" and I will provide an answer :) |
Hi,
I am writing my graduation thesis, "Based on CityGML 3DGIS Application Studies", I use the 3DCityDB Importer Exporter tool to import my own CityGML data into the 3DCityDB database, but it is wrong to show Failed to resolve XLink reference '# fme-gen-3010b1e6 -9537-4a87-8e67-f72ebcf0b4f3 ', I feel very depressed, how can I do?
Best Regards,
Jingwen
The text was updated successfully, but these errors were encountered: