-
Notifications
You must be signed in to change notification settings - Fork 24
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
Optimizing raster.icrop
#660
Conversation
Are we sure that the DEM is not completely load before crop ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks!
@rhugonnet @adebardo thanks for your feedback !
I also fixed a sign error in The loading check can't be set up in the tests because the raster is always loaded after |
Thanks! I'm not sure I understand the logic of the part of the PR regarding removing the dependency to |
@adebardo @rhugonnet @adehecq I have changed the implementation of the |
Perfect for me! Great idea to make it work through a |
Thanks for the work @vschaffn ! :) and @rhugonnet for the review :) I merge |
Resolves #659
Description
icrop
bounding box to match with Rasterio.BoundingBox.distance_unit: Literal["georeferenced", "pixel"] = "georeferenced"
ingeoreferencing._crop
to match with the use oficrop
.Tests
Doc
raster_class.md
.