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

pixel based query rects for raster requests #854

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from

Conversation

jdroenner
Copy link
Member

@jdroenner jdroenner commented Aug 14, 2023

  • I added an entry to CHANGELOG.md if knowledge of this change could be valuable to users.

Here is a brief summary of what I did:

  • This PR changes the QueryRectangle struct to combine a temporal and a spatial query.

  • All QueryRectangles are now created using a static constructor method.

  • VectorQueryRectangle use the same components as before just different composition.

  • RasterQueryRectangle now use a GridBounds in Pixels.

  • Projection might still have a 1Px offset issue:
    Peek 2024-04-16 14-09

  • TODO: Tests

  • TODO: Re-Grid-Operator

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

Successfully merging this pull request may close these issues.

1 participant