tudelft3d / CityGML2OBJs

An experimental utility to convert CityGML data to OBJ, featuring decoupling of objects and conversion of attributes to colours
MIT License
94 stars 25 forks source link

Big Files #6

Open hurzl opened 8 years ago

hurzl commented 8 years ago

My GML File is 1 GB and I killed python when it reached 4GB of RAM. Grouping or not.

fbiljecki commented 8 years ago

Yes, it can take resources. Unfortunately I haven't found a way how to make it more efficient.

hurzl commented 8 years ago

Couldn't it handle each building separately?

fbiljecki commented 8 years ago

But then you would end up in one OBJ file for each building. Maybe that could be an alternative solution, but at the moment I have paused the development due to other work.