You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not entirely opposed to adding a one-line wrapper around numpy or scipy interpolate 1D functions. An alternative to consider is only a documentation example that demonstrates using those functions for this purpose. Or ask and answer the question on stackoverflow.
Describe the solution you'd like
A commonly used model for IAM is to interpolate along a user-supplied list of (AOI, IAM) points, e.g., pvsyst offers this model option.
Implement a function
iam_interpolated
with parameters being a list of (AOI, IAM) points.Additional context
pvsyst uses linear interpolation.
The text was updated successfully, but these errors were encountered: