mojodna / tl

An alternate command line interface to tilelive
38 stars 12 forks source link

Copy command stops processing unexpectedly #26

Open timoto opened 6 years ago

timoto commented 6 years ago

I have successfully used the command line to scrape tiles using this command: tl copy -z 0 -Z 10 -b '-180.0 -85.05 180.0 85.05' 'http://tile.stamen.com/watercolor/{z}/{x}/{y}.png' mbtiles://./tiles.mbtiles

However when attempting the next level: tl copy -z 11 -Z 11 -b '-180.0 -85.05 180.0 85.05' 'http://tile.stamen.com/watercolor/{z}/{x}/{y}.png' mbtiles://./11.mbtiles

the process systematically stops processing at folder 11/1607/8, quite soon after the process begins.

image

I thought perhaps this was related to the number of open files limit, but changing ulimit had no effect on the process.

Other system resources do not seem to be adversely effected: image

Could this be a bug or should I be focusing on some other system limitation ?