Skip to content

Commit

Permalink
helps to actually commit the change
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 19, 2024
1 parent bb2d4f0 commit 8fb170c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/raster-info.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ vapour_sds_names <- function(x) {
#' @examples
#' drivers <- vapour_all_drivers()
#' ok <- drivers$raster[ drivers$driver == "netCDF"]
#' if (isTRUE(ok)) {
#' ##vapour_geolocation(system.file("extdata/gdal/geos_rad.nc", package = "vapour"), 0L)
#' if (isTRUE(ok) && interactive()) {
#' vapour_geolocation(system.file("extdata/gdal/geos_rad.nc", package = "vapour"), 0L)
#' }
vapour_geolocation <- function(x, sds = NULL) {
sd <- if (is.null(sds)) 0L else as.integer(sds[1L])
Expand Down
2 changes: 1 addition & 1 deletion man/vapour_geolocation.Rd

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

0 comments on commit 8fb170c

Please sign in to comment.