get_ned_tile | R Documentation |
get_ned_tile
returns aSpatRaster
cropped within the specified template
.
If template is not provided, returns the entire NED tile.
get_ned_tile(template = NULL, res = "1", tileNorthing, tileWesting)
template |
An |
res |
A character string representing the desired resolution of the NED. '1' indicates the 1 arc-second NED (the default), while '13' indicates the 1/3 arc-second dataset. |
tileNorthing |
An integer representing the northing (latitude, in degrees north of the equator) of the northwest corner of the tile to be downloaded. |
tileWesting |
An integer representing the westing (longitude, in degrees west of the prime meridian) of the northwest corner of the tile to be downloaded. |
A SpatRaster
cropped to the extent of the template.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.