reV.hybrids.hybrid_methods.aggregate_capacity_factor
- aggregate_capacity_factor(h)[source]
Compute the capacity-weighted mean capcity factor.
- Parameters:
h (reV.hybrids.Hybridization) – Instance of reV.hybrids.Hybridization class containing the attribute hybrid_meta, which is a DataFrame containing hybridized meta data.
- Returns:
data (Series | None) – A series of data containing the aggregated capacity, or None if the capacity and/or mean_cf columns are missing.