brouter icon indicating copy to clipboard operation
brouter copied to clipboard

Bulk download of segments4 folder

Open laem opened this issue 2 years ago • 0 comments

Hi, I'm wondering if there is a way to download the whole https://brouter.de/brouter/segments4 folder.

I'm currently downloading the files every month.

I've read here that diffs can help fasten the download, but it's only for daily / weekly downloads, not monthly.

It appears that the download is ~ 10 go.

I currently use a simple sh script that does wget -i list.txt -P segments4.

list.txt being the list of URLs from https://brouter.de/brouter/segments4.

I'm not satisfied by this method for two reasons :

  • it makes heavy use of your servers once every month, instead of downloading small diff files
  • it takes quite some time to download each of the ~ 1000 rd5 files

Thanks for your help and for this wonderful project.

laem avatar Oct 02 '23 09:10 laem