sup3r.preprocessing.feature_handling.BVFreqMon

class BVFreqMon[source]

Bases: DerivedFeature

BVF MO feature class with needed inputs method and compute method

Methods

compute(data, height)

Method to compute BVF MO from data

inputs(feature)

Required inputs for computing BVF times inverse MO from data

classmethod inputs(feature)[source]

Required inputs for computing BVF times inverse MO from data

Parameters:

feature (str) – raw feature name. e.g. BVF_MO_100m

Returns:

list – List of required features for computing BVF_MO

classmethod compute(data, height)[source]

Method to compute BVF MO from data

Parameters:
  • data (dict) – Dictionary of raw feature arrays to use for derivation

  • height (str | int) – Height at which to compute the derived feature

Returns:

ndarray – Derived feature array