mapbox / rio-rgbify

Encoded arbitrary bit depth rasters in pseudo base-256
MIT License
99 stars 36 forks source link

Script can't quit automatically after finishing the conversion of TIFF -> mbtiles #25

Closed predictwise closed 4 years ago

predictwise commented 4 years ago

Hi @dnomadb,

I am executing the following command to generate my own mbtiles:

rio rgbify -b -10000 -i 0.1 --max-z 19 --min-z 0 --format png input-tiff output-mbtiles

But the command cannot quit automatically after a long time execution and I have to interrupt it manually.

The input tiff file is small (10 MB) and it shouldn't take so long time (30 minutes) to perform it. Any suggestions? Thanks a lot!

Oliver