drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
690 stars 90 forks source link

Better download mechanism with aria2c and code beautified #698

Open angoca opened 11 months ago

angoca commented 11 months ago

I replaced wget for aria2c, which provides better control for parallel downloads, and to continue when the script got canceled.

Also, I ran shellcheck to improve the robustness of the script.

Finally, I added some bash flags to validate the correct execution.