Cliff Hansen

Results 312 comments of Cliff Hansen

If we have a reason to not filter, it's to avoid covering up numerical bugs by replacing bad values with 0.

I'm OK with negative axis tilt, as long as the definition of axis_tilt and axis_azimuth are not dependent on hemisphere, and together unambiguously define the coordinate system that defines rotation....

@kandersolar you are plotting Vmp (logWright) - Vmp (lambertw)? What happens if you increase the iterations in `tools._logwrightomega`?

The curves in the `precise_iv_curve*.json` files are precise (to 15 significant figures), maybe we can benchmark the three solvers against those (lambertw, log Wright, netwon). Sorry if the format is...

Nicely laid out. Your findings are consistent with my own assessments. The lambert W methods find the maximum of the (V, P) curve. The bishop88 methods find the zero of...

A solar position algorithm does this: solar azimuth, solar elevation = function (datetime given (longitude, latitude)) You want the inverse: datetime = function (elevation given (longitude, latitude)) This [thread](https://physics.stackexchange.com/questions/25336/reverse-sun-position-algorithm) concludes...

The `standardize_time_axis` function could have use outside the pvdaq. What does the group think about an `iotools.util` module?

@eccoope please add a line to https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference/index.rst so that the new page builds in the API reference.

> is there any news on merging this, any required change or should it be impelmented on another lib to ease maintainability ? The submitter appears to have moved on...