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
When cropping you can use the snap parameter to control how the provided extent aligns to the geometry of the raster being cropped. It'd be nice if a similar option was available when reading in a raster with a set window (via the win parameter). In my particular use case I want to read in only the extent defined by a polygon, and as it's currently implemented it's likely that not all cells touched by the polygon will be included in the window.
When cropping you can use the
snap
parameter to control how the provided extent aligns to the geometry of the raster being cropped. It'd be nice if a similar option was available when reading in a raster with a set window (via thewin
parameter). In my particular use case I want to read in only the extent defined by a polygon, and as it's currently implemented it's likely that not all cells touched by the polygon will be included in the window.Example:
Created on 2023-04-03 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: