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
It would be great to have a function to clip a raster to a vector. Currently, the function Raster.crop if passed a vector can crop to the bounds of the vector, but it will not clip (set values to nodata outside the vector outlines). Vector.crop has an option "clip" to do that. Maybe we could just add a similar "clip" option to Raster.crop that works when the input is a vector?
The text was updated successfully, but these errors were encountered:
It would be great to have a function to clip a raster to a vector. Currently, the function
Raster.crop
if passed a vector can crop to the bounds of the vector, but it will not clip (set values to nodata outside the vector outlines).Vector.crop
has an option "clip" to do that. Maybe we could just add a similar "clip" option toRaster.crop
that works when the input is a vector?The text was updated successfully, but these errors were encountered: