Skip to main content
Question

my data citygml data is stored in a database. what transformers do I need to be able to call the data from the database into the workbench and convert to 3d tiles?

  • November 30, 2020
  • 2 replies
  • 26 views

my data citygml data is stored in a database. what transformers do I need to be able to call the data from the database into the workbench and convert to 3d tiles?
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

daraghatsafe
Forum|alt.badge.img

Hi @dennis​ 

It will depend on what database the data is stored otherwise you can use the https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/citygml.htm" alt="http://https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/citygml.htm" target="_blank">CityGML Reader.

We also have a writer for Cesium 3D Tiles. This is a https://community.safe.com/s/article/uploading-assets-to-cesium-ion" alt="http://https://community.safe.com/s/article/uploading-assets-to-cesium-ion" target="_blank">tutorial goes through working with uploading assets to Cesium Ion which may come in handy in the future.

A workspace of a CityGML reader to a Cesium3DTile Writer would be the best place to start, if there are any errors in the translation log it will give an indication as to the next steps that need to be taken.

Hope this helps, let me know how it goes.

Daragh


  • Author
  • December 7, 2020

Hi @dennis​ 

It will depend on what database the data is stored otherwise you can use the https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/citygml.htm" alt="http://https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/citygml.htm" target="_blank">CityGML Reader.

We also have a writer for Cesium 3D Tiles. This is a https://community.safe.com/s/article/uploading-assets-to-cesium-ion" alt="http://https://community.safe.com/s/article/uploading-assets-to-cesium-ion" target="_blank">tutorial goes through working with uploading assets to Cesium Ion which may come in handy in the future.

A workspace of a CityGML reader to a Cesium3DTile Writer would be the best place to start, if there are any errors in the translation log it will give an indication as to the next steps that need to be taken.

Hope this helps, let me know how it goes.

Daragh

Thank you.