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

Investigate bottleneck for clipping large areas #128

Open
NyakudyaA opened this issue Jun 8, 2023 · 0 comments
Open

Investigate bottleneck for clipping large areas #128

NyakudyaA opened this issue Jun 8, 2023 · 0 comments
Assignees

Comments

@NyakudyaA
Copy link
Contributor

Problem

The current clip region extent is hardcoded in the code to be some specific area. Small-area downloads are available immediately, however large area downloads are not possible

image

This area cannot be clipped
image

This means a user who comes to the site and wants to clip a dataset based on the grid / administrative boundary will not be able to do so.

Solution

I suggest we implement the following

  • Investigate the bottleneck of why we can't clip about a certain area size.
  • For large data greater than a specific area, let's send an email notification with a download link when the processing has been completed.
@NyakudyaA NyakudyaA self-assigned this Jun 8, 2023
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