You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement a boundless padding with reflect mode for the tile creation.
For being boundless we only need to not intersect with the bounding_window: .intersection(bounding_window) (link)
The padding might be rather complex in combination with the dataset.
The text was updated successfully, but these errors were encountered:
Closing this issue for now as this seems not to be relevant anymore. Suggest to move this to the user to implement themselves directly in numpy or similar. Related to #3 Please feel free to reopen in case this is still required.
We should implement a boundless padding with reflect mode for the tile creation.
For being boundless we only need to not intersect with the bounding_window:
.intersection(bounding_window)
(link)The padding might be rather complex in combination with the dataset.
The text was updated successfully, but these errors were encountered: