pvlib.forecast.RAP

class pvlib.forecast.RAP(resolution=‘20’, set_type=’best’)[source]

Subclass of the ForecastModel class representing RAP forecast model.

Model data corresponds to Rapid Refresh CONUS 20km resolution forecasts.

Parameters:

resolution: string or int, default ‘20’

The model resolution, either ‘20’ or ‘40’ (km)

set_type: string, default ‘best’

Type of model to pull data from.

Attributes

dataframe_variables: list Common variables present in the final set of data.
model: string Name of the UNIDATA forecast model.
model_type: string UNIDATA category in which the model is located.
variables: dict Defines the variables to obtain from the weather model and how they should be renamed to common variable names.
units: dict Dictionary containing the units of the standard variables and the model specific variables.
__init__(resolution=‘20’, set_type=’best’)[source]