Skip to content

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

Draft
vincentsarago wants to merge 1 commit into
mainfrom
issue654
Draft

[sketch] Refactor low level reader functions to avoid using WarpedVRT#656
vincentsarago wants to merge 1 commit into
mainfrom
issue654

Conversation

@vincentsarago

@vincentsarago vincentsarago commented Nov 16, 2023

Copy link
Copy Markdown
Member

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.

1 participant