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

optimize pixel selection #40

Open
alee opened this issue May 23, 2023 · 0 comments
Open

optimize pixel selection #40

alee opened this issue May 23, 2023 · 0 comments
Labels

Comments

@alee
Copy link
Member

alee commented May 23, 2023

Currently there are a few "degenerate" study area selections that cause problems with our naive minimal bounding box algorithm that selects the relevant pixels from the dataset geotiffs

  • a thin diagonal strip that intersects many pixels but with a small overall $km^2$ area will timeout
  • multipolygon study areas
  • ?

See if there's any GIS wizardry we can do to support these kinds of queries. #39 may also help if we can identify these cases early on and move to an asynchronous model of execution, e.g.,

  1. user makes a request that the system determines will take a while
  2. system returns a url status page that will eventually report the requested results

related issue and comment from @bocinsky : openskope/skopeui#196 (comment)

@alee alee added enhancement New feature or request question Further information is requested labels May 23, 2023
@alee alee added refactor performance and removed question Further information is requested labels Oct 13, 2023
@alee alee changed the title consider changing backend service to only select intersecting pixels optimize pixel selection Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant