-
Notifications
You must be signed in to change notification settings - Fork 4
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
support larger area queries #195
Comments
Allen. I have a distinct memory that sometime in the past, SKOPE was able to run much larger datasets than it can now. As I recall, this was associated with a major rewrite that someone not you (Calvin) was doing. This makes me think that perhaps there is some critical piece of code that got rewritten in a much less efficient manner. I don't think that it was just a longer timeout. Documentation dated 11/15/2021 (from the wayback machine https://web.archive.org/web/20211201222306/https://www.openskope.org/skope-users-guide) says
This would have been based on some real experiments on my part some time around then. But at some point after than when I did the experiments for the current version, the capacity went down a lot. I do remember that even farther back whebn we were talking about the timeouts you tried changing them but there were some real complications in doing that. I don't know if this helps. Keith Current documentation language based on experiments about April 2022
|
Thanks for the extra context Keith! This is definitely helpful, we'll take a deep dive into the backend performance as well as we look into longer-term solutions for the timeout issue. |
currently there is a limit to the geographical size https://www.openskope.org/skope-users-guide#study-area-size-limits due to timeouts #42
this is more to do with the number of pixels that are needed from the datacube to process things than the actual geographical square km area, a long thin rectangle would also timeout.
come up with a plan to support larger area queries
this would probably require asynchronous processing / notification changes to https://github.com/openskope/skope-api as well as this repo
related to #186 and openskope/skope-api#39
The text was updated successfully, but these errors were encountered: