Skip to contents

Read Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1 data as a terra::rast object.

Usage

read_topsoil_thickness_terra(files)

Arguments

files

An read.abares read.abares.topsoil.thickness object, a list that contains the ESRI grid file to import.

Value

A terra::rast object of the 'Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1'.

Examples

if (FALSE) { # interactive()
st_terra <- get_topsoil_thickness(cache = TRUE) |>
  read_topsoil_thickness_terra()

# terra::plot() is reexported for convenience
plot(st_terra)
}