Description Usage Arguments Value
This function provides access to a Amazon Web Services HAND S3 Bucket.
The function accepts a data.frame
of x (long) and y (lat),
a sf
, or raster
object as input.
A raster
object is returned.
1 2 3 4 5 6 7 8 9 10 |
locations |
Either a |
prj |
A PROJ.4 string defining the projection of the locations argument.
If a |
expand |
A numeric value of a distance, in map units, used to expand the bounding box that is used to fetch the terrain tiles. This can be used for features that fall close to the edge of a tile and additional area around the feature is desired. Default is NULL. |
clip |
A character value used to determine clipping of returned HAND. The default value is "tile" which returns the full tiles. Other options are "bbox" which returns the HAND clipped to the bounding box of the original locations (or expanded bounding box if used), or "locations" if the spatials data (e.g. polygons) in the input locations should be used to clip the HAND. Locations are not used to clip input point datasets. Instead the bounding box is used. |
verbose |
Toggles on and off the note about units and coordinate reference system, as well as download progress and merging messages. This does not prevent download size related messages from appearing. |
neg_to_na |
Some of the data sources return large negative numbers as missing data. When the end result is a projected those large negative numbers can vary. When set to TRUE, only zero and positive values are returned. Default is FALSE. |
override_size_check |
Boolean to override size checks. Any download between 100 Mb and 500Mb report a message but continue. Between 500Mb and 3000Mb requires interaction and greater than 3000Mb fails. These can be overriden with this argument set to TRUE. |
... |
Extra arguments to pass to |
Function returns a raster
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.