geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
709 stars 339 forks source link

Tiles getting created in root output folder #31

Open BarryReidPropeller opened 8 years ago

BarryReidPropeller commented 8 years ago

Hi Guys

Every now and then I come across this problem. Running this command ctb-tile --output-dir "/data/output" "/data/source/input.tif"

99% of the time everything is fine and all files and folders get created in the output folder just fine. But sometimes something strange happens, it creates millions of .terrain files directly under the root of the output directory.

Has anyone else seen this or know why it could be happening?