read_power_curve: Read a manufacturer or NREL/IEA power-curve table
Description
Parse a CSV (or data.frame) with wind speed and power
in kW. Understands NREL/IEA headers such as Wind Speed [m/s]
and Power [kW]. Optional Ct is returned as an attribute.
Does not ship manufacturer curves; pass your own file or an open
IEA/NREL reference CSV. See experimental/climate_helpers.R.
Usage
read_power_curve(file)
Value
A data.frame with ws and power. Attribute ct is a
matching data.frame when a thrust column is present.