Martin Raspaud

Results 496 comments of Martin Raspaud

yes, that should be fine. I’m now just wondering if method is really needed for the `sunz_correction` case: the 1/cos(sza) is so widespread that it can probably be it’s own...

An example for the cloud phase composite ![cloud_phase_day_20240706_165000](https://github.com/user-attachments/assets/e0d05351-71ca-4a99-a2a9-e5a36f6e5e4c)

I’m thinking without luts, rayleigh correction is not doable for now. When it comes to the SRFs, there is already the possibility to run using only the central wavelength of...

I'm not sure the user would need to manipulate the mock object, unless we need to test with specific luts?

I was thinking of decorator eg `with mock_pyspectral_downloads(tle_to_return)` that could monkey-patch the downloading process, are you saying that can't be done?

`tle_to_return` would be the tle the mock download returns, so that to the test it would look like the downloaded TLE is the content of `tle_to_return`. Ie: ```python with mock_pyspectral_downoads(tle_to_return):...

Ok, sorry about the naming (tle_to_return) I got confused and thought for a while we wanted to mock TLE downloads in pyorbital. You make a perfectly valid point about import...

Indeed, here is a previous issue of yours on the topic of kdtrees https://github.com/pytroll/pyresample/issues/174

@beckernick thanks a lot for the heads up! We'll definitely check it out, I can think to applications where this is would work if the performance is significantly better than...