-
Notifications
You must be signed in to change notification settings - Fork 26
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
ENH: Enabling the support of windows and AOI when loading bands #25
Labels
enhancement
New feature or request
Comments
NB: this would be at first an improvement of the functions of sertit's |
Done in |
remi-braun
added a commit
that referenced
this issue
Dec 14, 2022
bastiencyr
pushed a commit
to bastiencyr/eoreader
that referenced
this issue
May 30, 2023
bastiencyr
pushed a commit
that referenced
this issue
Feb 13, 2025
bastiencyr
pushed a commit
that referenced
this issue
Feb 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When loading bands, enable the support of:
Rasterio
windowsfiona
driver, includingKML
)Loading a window
rioxarray
isel_window ?Loading an AOI
then crop the windowed array by the AOI➡️Pay attention to non orthorectified or non projected bands.
✔️Ortho/project them entirely first to mimic the orthorectification of the whole VHR stacks before reading a band.
➡️What file to write on disk, only the whole files ?
✔️Always load, process nodata or clean pixels for the whole file, and then read a window (to complicated to manage a file per window)
The text was updated successfully, but these errors were encountered: