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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sketch] Refactor low level reader functions to avoid using WarpedVRT #656

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vincentsarago
Copy link
Member

@vincentsarago vincentsarago commented Nov 16, 2023

This PR tries to remove the usage of WarpedVRT by doing the inverse of the current method

Current

  • create a WarpedVRT with bounds aligned with the reading part
  • Read (window/shape)

Proposed

  • Calculate the reading part in the dataset CRS
  • Read (window + shape)
  • Reproject to the output CRS

Right now it kinda works but break when using WarpedVRT as input dataset 馃槗

Also this approach seems a bit slower

@vincentsarago vincentsarago changed the title [experiment] cheap transform calculation [sketch] Refactor low level reader functions to avoid using WarpedVRT Nov 27, 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

Successfully merging this pull request may close these issues.

None yet

1 participant