Overpass-API
Overpass-API copied to clipboard
Better download mechanism with aria2c and code beautified
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.