-
Notifications
You must be signed in to change notification settings - Fork 27
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
Introduce parameter to download only the country without border countries #12
Comments
Let me guess, you may be from a European country, people travel across border there without any issue and quite seamlessly. In most of Asian countries, things are not like that. I believe only extreme few people in China would need border countries data. Also, it will bring in useless big country data such as Russia and India. It is absolutely impossible of a Chinese cyclist going into India by a bike. |
yes, i'm from europe.
Generated tiles for ELEMNT
Example of the tile 204/112
Nevertheless I got the point that downloading (not needed) border countries takes time and if one does not bike in this border areas and not crosses borders, we could only donload the choosen country-files and only process them into generated tiles. Does the explanation above makes sense to you? |
Yes. It makes sense. |
Hi @assofour, you have to change parameter CALC_BORDER_COUNTRIES to False to not download the border countries: wahooMapsCreator/wahoo_map_creator.py Lines 18 to 19 in 7800fc3
Now you get faster processing times because only relevant countries are downloaded. |
@treee111 Great, will test it in next few days and get back to you. |
However I found I actually don't need all 'border countries', if there is a parameter to ignore them.
from: #10
The text was updated successfully, but these errors were encountered: