Skip to contents

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

Usage

read_topsoil_thickness_stars(files)

Arguments

files

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

Value

A stars object of the 'Soil Thickness for Australian Areas of Intensive Agriculture of Layer 1'.

Examples

if (FALSE) { # interactive()
st_stars <- get_topsoil_thickness(cache = TRUE) |>
  read_topsoil_thickness_stars()

plot(st_stars)
}