Skip to content

Commit

Permalink
Update elevation_get() docs for #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 30, 2021
1 parent eb715b0 commit 7a67e2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions R/slope_get.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#' Get elevation data from hosted maptile services
#'
#' `elevation_get()` uses the `[ceramic::cc_elevation()]` function to get
#' `elevation_get()` uses the
#' [`cc_elevation()`](https://hypertidy.github.io/ceramic/reference/cc_location.html)
#' function from the `ceramic` package to get
#' DEM data in raster format anywhere worldwide.
#' It requires an API that can be added by following guidance in the package's
#' [README](https://github.com/ITSLeeds/slopes#installation-for-dem-downloads).
#' [README](https://github.com/ITSLeeds/slopes#installation-for-dem-downloads)
#' and in the
#' [`slopes` vignette](https://itsleeds.github.io/slopes/articles/slopes.html).
#'
#'
#' Note: if you use the `cc_elevation()` function directly to get DEM data,
Expand Down
8 changes: 6 additions & 2 deletions man/elevation_get.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a67e2d

Please sign in to comment.