sup3r.preprocessing.feature_handling.BVFreqSquaredNC

class BVFreqSquaredNC[source]

Bases: DerivedFeature

BVF Squared feature class with needed inputs method and compute method

Methods

compute(data, height)

Method to compute BVF squared from NETCDF data

inputs(feature)

Get list of inputs needed for compute method.

classmethod inputs(feature)[source]

Get list of inputs needed for compute method.

classmethod compute(data, height)[source]

Method to compute BVF squared from NETCDF 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