Skip to content
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

Increasing default maximum tiles parameter #39

Open
chris442 opened this issue May 2, 2020 · 0 comments
Open

Increasing default maximum tiles parameter #39

chris442 opened this issue May 2, 2020 · 0 comments

Comments

@chris442
Copy link

chris442 commented May 2, 2020

I was having trouble using the service to download elevation data I was interested in as the bounds I specified included more than 9 tiles. I see in the code that the value is assigned the value 9. I manually updated this to more than the number I required and the download preoceded without any issue.

datasource.py

def seed(cache_dir=CACHE_DIR, product=DEFAULT_PRODUCT, bounds=None, max_download_tiles=9, **kwargs)

Is there a process that already exists for configuring this value without editing the code? Perhaps a configuration file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant