pvlib.iotools.read_srml_month_from_solardat#

pvlib.iotools.read_srml_month_from_solardat(station, year, month, filetype='PO', map_variables=True)[source]#

Deprecated since version 0.10.0: The read_srml_month_from_solardat function was deprecated in pvlib 0.10.0 and will be removed in 0.11.0. Use pvlib.iotools.get_srml instead.

Request a month of SRML data and read it into a Dataframe.

The SRML is described in 1.

station: str

The name of the SRML station to request.

year: int

Year to request data for

month: int

Month to request data for.

filetype: string

SRML file type to gather. See notes for explanation.

map_variables: bool, default: True

When true, renames columns of the DataFrame to pvlib variable names where applicable. See variable VARIABLE_MAP.

data: pd.DataFrame

One month of data from SRML.

File types designate the time interval of a file and if it contains raw or processed data. For instance, RO designates raw, one minute data and PO designates processed one minute data. The availability of file types varies between sites. Below is a table of file types and their time intervals. See [1] for site information.

time interval

raw filetype

processed filetype

1 minute

RO

PO

5 minute

RF

PF

15 minute

RQ

PQ

hourly

RH

PH

1

University of Oregon Solar Radiation Measurement Laboratory http://solardat.uoregon.edu/