Mark Mikofski
Mark Mikofski
use [git-annex](https://git-annex.branchable.com/) instead
I think this may actually be an issue with [right_aws](https://github.com/rightscale/right_aws) which has the bug fixed in master, but unfortunately the most recent gem is [right_aws-3.1.0](https://rubygems.org/gems/right_aws) was released in June 13,...
See [NumPy issue 7519](https://github.com/numpy/numpy/issues/7519). This is actually an undesirable side affect of the current implementation of ufuncs. Apparently the new [`__ndarray_ufunc__`](http://docs.scipy.org/doc/numpy/reference/arrays.classes.html#numpy.class.__numpy_ufunc__) is the correct way to achieve this behavior, but...
Hi @lebigot, I'm super sorry, but it's not likely I'll get to work on this, so if you choose to close it, I'll understand. Thanks
this might break existing code, but my preference would be to reference the file by name. Maybe not even ship it with pvlib, but tell folks you can retrieve from...
>SAM decided to replace the file at each SAM release I believe I can crawl their GitHub history to retrieve the older files >the long-term solution is to build out...
Thanks for raising this issue. I have noticed the various terms usage as well, and have been careful to read the docs (especially in the irradiance and atmosphere modules) to...
IDK folks, this seems to contradict [pv-terms](https://duramat.github.io/pv-terms/#solar-position), maybe we should start there? [PEP0020](https://www.python.org/dev/peps/pep-0020/) says there should preferably be only one ``, and [Phil Karlton](https://martinfowler.com/bliki/TwoHardThings.html) says [naming is the hardest thing](https://hilton.org.uk/blog/why-naming-things-is-hard)....
We have a precedent for `solar_zenith_analytical` in the [analytical solar position](https://pvlib-python.readthedocs.io/en/stable/generated/pvlib.solarposition.solar_zenith_analytical.html) functions. I can't remember why we preferred "analytical" vs. "geometrical". Also at the risk of bike shedding, I do...
aha, I have wanted to do this for a long time, but we will need either spectral response or EQE. @shirubana had sent me or posted some a while back....