anthrome_classify: Anthromes classification

View source: R/anthromes_classify.R

anthrome_classifyR Documentation

Anthromes classification

Description

Applies the Anthromes-12k classification algorithm from Ellis et al. 2020 to a stars object of population and land-use data.

Usage

anthrome_classify(hyde, inputs)

Arguments

hyde

a stars object containing HYDE 3.2 data to apply the anthromes classification to. Must include columns for total population count and areal fractions of urban, rice, irrigation, crops, grazing lands as well as supporting data on potential vegetation and potential village status.

inputs

HYDE 3.2 fixed input data in stars format.

Value

a stars object containing the resulting anthrome classes with the same dimensions as hyde.

References

Ellis, E.C., Beusen, A.H. and Goldewijk, K.K., 2020. Anthropogenic biomes: 10,000 BCE to 2015 CE. Land, 9 (5), p.129.

Examples

anthrome_classify(hyde_med, inputs_med)

nick-gauthier/anthromes-12k documentation built on June 26, 2022, 3:21 p.m.