GSW transition data contains information about the type of surface water change for each pixel. The raster files have integer cell values between [0, 10] that code for different transition classes:
calc_gsw_transitions()
Returns
A function that returns an indicator tibble with transition classes as variable and corresponding areas (in ha) as value.
Details
Value
Transition Class
1
Permanent
2
New Permanent
3
Lost Permanent
4
Seasonal
5
New Seasonal
6
Lost Seasonal
7
Seasonal to Permanent
8
Permanent to Seasonal
9
Ephemeral Permanent
10
Ephemeral Seasonal
To aggregate, we sum up the area of each transition class for a given region.