CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Pass OSG archive to GSModel to be remove after model is done #23

Closed baothientran closed 3 years ago

baothientran commented 3 years ago

Currently OSG archive doesn't close when a GSModel tile is finished processing. This can lead to the problem of "Too many files" open error for Linux and we will not be able to process more tiles further. That's the reason why the tiler only processes a maximum of 508 files before writing to tileset.json

baothientran commented 3 years ago

@lilleyse beside GSModel, I think there is no other code using it. I will setup a unit test for it right away

baothientran commented 3 years ago

@lilleyse The test is added in the new commit. I also updated the CHANGE file

baothientran commented 3 years ago

@lilleyse I've updated the CHANGES.md in the new commit. I think it's ready

lilleyse commented 3 years ago

Thanks @baothientran