Kevin Anderson
Kevin Anderson
The SPA-related changes in #1769 are now reverted. Now it only changes the other functions listed above. I'd rather improve the SPA docs in a separate PR.
On closer inspection, I realized `scaling.latlon_to_xy` was intended to be public, it just wasn't listed in the sphinx docs. #1769 now lists it instead of making it private.
7.6 degrees of azimuth is suspiciously close to 360 * (30 / 1440) = 7.5, a rough estimate of the degrees of azimuth the sun traverses in half an hour....
I wonder what physical mechanisms are creating the differences between those curves. My first thought was the wavelength dependence of index of refraction, but some quick modeling does not show...
Thanks for pointing that out! I was loading from a pre-fetched ArrayBuffer, which I guess is why I didn't notice the `_geotiff` attribute (seems like it is only populated when...
I believe the core issue is indeed upstream of scipy, and in fact even upstream of numpy: OpenBLAS changes its threading behavior at dimension=96. See a similar issue here: https://github.com/numpy/numpy/issues/22928...
Thanks @PhilBrk8 for the PR! The docs build shows something wrong with the second plot on that page, can you take a look? The linter issues (line length) will also...
Closing as redundant after #2097 Thanks @PhilBrk8 for highlighting the issue!
Does this function deserve a deprecation period before removal? I lean towards no. I doubt it gets much use at all, and anyone who is using it can easily calculate...
I've understood "Deprecations" to be *new* deprecations, i.e. usage that now emits a deprecation warning but didn't before, and "Breaking changes" to be functionality that was removed entirely. I'd put...