sup3r.preprocessing.derivers.methods

sup3r.preprocessing.derivers.methods#

Derivation methods for deriving features from raw data.

Classes

ClearSkyRatio()

Clear Sky Ratio feature class.

ClearSkyRatioCC()

Clear Sky Ratio feature class for computing from climate change netcdf data

CloudMask()

Cloud Mask feature class.

DerivedFeature()

Abstract class for special features which need to be derived from raw features

PressureWRF()

Pressure feature class for WRF data.

SurfaceRH()

Surface Relative humidity feature for computing rh from dewpoint temperature and ambient temperature.

Sza()

Solar zenith angle derived feature.

Tas()

Air temperature near surface variable from climate change nc files

TasMax()

Daily max air temperature near surface variable from climate change nc files

TasMin()

Daily min air temperature near surface variable from climate change nc files

TempNCforCC()

Air temperature variable from climate change nc files

USolar()

U wind component feature class with needed inputs method and compute method for NSRDB data (which has just a single windspeed hub height)

UWind()

U wind component feature class with needed inputs method and compute method

UWindPowerLaw()

U wind component feature class with needed inputs method and compute method.

VSolar()

V wind component feature class with needed inputs method and compute method for NSRDB data (which has just a single windspeed hub height)

VWind()

V wind component feature class with needed inputs method and compute method

VWindPowerLaw()

V wind component feature class with needed inputs method and compute method.

Winddirection()

Winddirection feature from rasterized data

Windspeed()

Windspeed feature from rasterized data