summary_dir: Summary of multiple parameters in a raster directory

View source: R/generalfunctions.R

summary_dirR Documentation

Summary of multiple parameters in a raster directory

Description

Listing major characteristics of raster inputs. Those characteristics are the dimensions, the resolution, the extent, the values (min, max) and the coordinate reference system.

Usage

summary_dir(path)

Arguments

path

The path for the Raster* directory or list of Raster* to be analysed.

Value

Table with the raster parameters in columns

Examples


url <- "https://zenodo.org/record/3685230/files/SaoLourencoBasin.rda?download=1"
if (OpenLand:::.openland_try_download_and_load_rda(url,
  object = "SaoLourencoBasin", timeout = 10,
  cache = FALSE
)) {
  summary_dir(raster::unstack(SaoLourencoBasin))
}



OpenLand documentation built on July 10, 2026, 9:06 a.m.