Martin Raspaud

Results 330 comments of Martin Raspaud

Welcome to pytroll and thank you for your contribution @dpfinch ! I see that the tests are failing, since we need to support xarray.DataArray and dask.array.Array structures too...

@rouault thanks you very much for taking a look at this. I can confirm that using `ellps=sphere` solves the problem. Maybe it would be a good thing to add a...

Does anyone have a workaround for this? We would just like to run missing benchmarks when the server is idle...

Just replying to this thread, way later, sorry. I just wanted to mention that pyresample is in LGPL license, if that makes a difference. Regarding the developer week, it would...

I'm working supporting generic dask resampling as we speak: https://github.com/pytroll/pyresample/pull/341

TBH, I can't see any difference. My guess is that somehow the gil was already released... before the change (so not releasing the gil?) ![withgil](https://user-images.githubusercontent.com/167802/192290343-0c022086-3c0e-4dfa-a6f5-0e141f846c90.png) after the change (releasing the...

I did recompile! Checking now with other settings

Tried with 3 composites, a bigger destination area, the setting was already to `dt=0.25`. The results are marginally better without gil. before this PR ![withgil](https://user-images.githubusercontent.com/167802/192319339-a9854330-5246-43e3-94ae-02bae5f1bf73.png) after this PR ![nogil](https://user-images.githubusercontent.com/167802/192319392-853b1807-5eda-49e2-83e9-31371099dab3.png) Next,...

chunk size is 1024 in the previous examples

> I guess the flat 100 % in the beginning is the Satpy file handler creation we've already discussed in [pytroll/satpy#2186](https://github.com/pytroll/satpy/issues/2186) ? yes, that looks like it. Far to long...