sup3r.preprocessing.feature_handling.Rews

class Rews[source]

Bases: DerivedFeature

Rotor equivalent wind speed

Methods

compute(data, height)

Compute REWS

inputs(feature)

Required inputs for computing REWS

Attributes

HEIGHTS

classmethod inputs(feature)[source]

Required inputs for computing REWS

Parameters:

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

Returns:

list – List of required features for computing REWS

classmethod compute(data, height)[source]

Compute REWS

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