-
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
Efficient Choice of Download #260
Comments
Hi @hdevine825, I thought about this as well during implementation of the
From your post I understand that the three subregions are correct and us not needed in your opinion. To clarify your request more:
Thanks! |
To clarify the issue I am concerned with is only around download size. I saw what it was attempting to download and didn't finish running. I can test later on a machine with more HDD space available and see what ultimately is downloaded.
It appears that it will try to download the full country and a subregion (the us_... countries in this case) that duplicates some of the country level data.
As noted above some will be duplicated. The two normal options (and one special case) for downloading that would give the data needed:
Yes. They are all relevant to the tile requested. However, the subregions duplicate the full United States data. |
Is your feature request related to a problem? Please describe.
When generating maps for a specific tile or range of tiles, the download size should be somewhat optimized. For example, when running
python -m wahoomc cli -xy 75/96
it will identify the following involved countries:This will result in a much larger download than ideal.
Describe the solution you'd like
Either only download the subregions: us_connecticut, us_new-jersey, us_new-york or allow a specified country when selecting an -xy location. For example
python -m wahoomc cli -xy 75/96 -co us_connecticut,us_new-jersey,us_new-york
The text was updated successfully, but these errors were encountered: