Skip to contents

The function looks for pixels with an intensity higher than a threshold and returns the tracks that satisfy the conditions. Otherwise, character(0).

Usage

filter_by_pixel(PC.df, precip.min = 1)

Arguments

PC.df

data frame with the track ID, object ID, and the object structure

precip.min

the minimum thresholds (mm/hr)

Value

dataframe with the remaining track ID and object ID

Author

Ahmed Homoudi