Skip to contents

An internal function used by read_clum_terra() and read_clum_stars() that downloads catchment level land use data files.

Usage

.get_clum(.data_set)

Source

Arguments

.data_set

A string value indicating the data desired for download. One of:

clum_50m_2023_v2

Catchment Scale Land Use of Australia – Update December 2023 version 2

scale_date_update

Catchment Scale Land Use of Australia - Date and Scale of Mapping

.

Value

A vector of filenames of a geotiff file or files related to Australian catchment scale land use data.

References

ABARES 2024, Catchment Scale Land Use of Australia – Update December 2023 version 2, Australian Bureau of Agricultural and Resource Economics and Sciences, Canberra, June, CC BY 4.0, DOI: doi:10.25814/2w2p-ph98 .

Examples

clum_update <- .get_clum(.data_set = "scale_date_update")
#> Error in .get_clum(.data_set = "scale_date_update"): could not find function ".get_clum"

clum_update
#> Error: object 'clum_update' not found