You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: