Question

how to develop a web app that can convert any ifc file to a citygml file ?


Hi every one , i hope you re doing well .

I am FatimaZahra , i am new to FME and I need some help .

i am working on my graduation project which is developing a web app that can convert any ifc file to a citygml file . For that, someone was telling me to use FME Workbrench to generate a conversion model then getting its python code in order to insert it finally in the back-end of my web app. But honestly i have no idea about how can i proceed , if some one can help me please .

Wish you a Good day .

 


2 replies

Userlevel 1
Badge +10

Hi @brightside​, this article is a good starting point for understanding how you might develop an FME workflow to go from IFC to CityGML: https://community.safe.com/s/article/bim-to-gis-intermediate-ifc-lod-300-to-lod-4-cityg

 

If you want to tap into fmeobjects using python, here's our Python FME Objects API Reference.

 

Not sure if this is within the scope of your project, but you can develop no code web apps using the FME Platform by taking the workflows you create in FME Desktop and publishing them to FME Server. Check out this webinar to get an idea of what that might look like: https://www.safe.com/webinars/creating-no-code-web-apps-with-fme-server

 

If you want to dive into FME, I would suggest checking out our free licensing for students.

Hi @brightside​, this article is a good starting point for understanding how you might develop an FME workflow to go from IFC to CityGML: https://community.safe.com/s/article/bim-to-gis-intermediate-ifc-lod-300-to-lod-4-cityg

 

If you want to tap into fmeobjects using python, here's our Python FME Objects API Reference.

 

Not sure if this is within the scope of your project, but you can develop no code web apps using the FME Platform by taking the workflows you create in FME Desktop and publishing them to FME Server. Check out this webinar to get an idea of what that might look like: https://www.safe.com/webinars/creating-no-code-web-apps-with-fme-server

 

If you want to dive into FME, I would suggest checking out our free licensing for students.

Thank you very much for your answer Sir .

But i am asking how can i automates that conversion of ifc to citygml ? because i think that with one fme workflow , i can convert just one data which is my reader , but not some others different Ifc Files ?

i really appreciate your help

Reply