Skip to content

Copy command stops processing unexpectedly #26

@timoto

Description

@timoto

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions