View source: R/aoi_processing.R
aoi_align | R Documentation |
Cheerfully stolen from raster::alignExtent
and adapted to sf bbox objects. This is designed to prevent WCS server-side
interpolation when requesting SLGA data.
aoi_align(aoi = NULL, product = NULL, snap = "out")
aoi |
'sf' bbox object |
product |
Character, one of the options from column 'Short_Name' in
|
snap |
Character; 'near', 'in', or 'out'. Defaults to 'out'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.