QC_weights: Assigns weights to LAI data based on the 5-level QC score

View source: R/QC_weights.R

QC_weightsR Documentation

Assigns weights to LAI data based on the 5-level QC score

Description

This function unpacks downloaded MODIS LAI data from the lpdaac AppEEARS download portal into a list with each item in the list representing a single site.

Usage

QC_weights(SCF_QC, wmin = 0.2, wmid = 0.5, wmax = 1)

Arguments

SCF_QC

The 5-level QC score (FparLai_QC_SCF_QC)

wmin

The minimum weight for a data point

wmid

The middle weight for a data point

wmax

The maximum weight for a data point (best quality)

Value

Returns weights based on the 5-level QC score


psavoy/StreamLightUtils documentation built on April 5, 2022, 11:05 p.m.