Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy command stops processing unexpectedly #26

Open
timoto opened this issue Aug 12, 2018 · 0 comments
Open

Copy command stops processing unexpectedly #26

timoto opened this issue Aug 12, 2018 · 0 comments

Comments

@timoto
Copy link

timoto commented Aug 12, 2018

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant