Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
#' Path to 30 m SRTM elevation data for Big Tujunga catchment
#' 30 m SRTM DEM for Big Tujunga catchment
#'
#' Character string containing the file path to the 30 m resolution Shuttle Radar
#' Topography Mission (SRTM) elevation data TIFF file for the Big Tujunga
#' catchment in California, located in `inst/extdata/`.
#' Wrapped SpatRaster of 30 m SRTM elevation data (643 × 1197 cells, 1 layer,
#' UTM 11N EPSG:32611) for Big Tujunga, California.
#'
#' @format srtm_bigtujunga30m_utm11
#' Packed SpatRaster list created by terra::wrap().
#'
#' @format ## `srtm_bigtujunga30m_utm11`
#' A single length character string giving the full path to the GEOTIFF file:
#' \describe{
#' \item{file}{Path to `srtm_bigtujunga30m_utm11.tif` (643 rows, 1197 columns, 1 layer, WGS 84 / UTM zone 11N EPSG:32611)}
#' }
#' @usage data(srtm_bigtujunga30m_utm11)
#' @examples
#' \dontrun{
#' data(srtm_bigtujunga30m_utm11)
#' library(topotoolboxr)
#' GRIDobj(srtm_bigtujunga30m_utm11)
#' }
"srtm_bigtujunga30m_utm11"
#' data(srtm_bigtujunga30m_utm11)
#' dem <- rast(srtm_bigtujunga30m_utm11) # unwrap
#' plot(dem)
#'
#' @source USGS SRTM
#' @export
"srtm_bigtujunga30m_utm11"
Binary file modified data/srtm_bigtujunga30m_utm11.rda
Binary file not shown.