pytroll-examples
pytroll-examples copied to clipboard
Obsolete keyword argument in Himawari-8 True Color example
In this example, Scene
is given an obsolete keyword argument sensor
. It appears the example was made when we still supported Python 2.7, so there might be some other obsolete bits, too.
Would it be possible to automatically run the notebooks for any PR in Satpy, Pyresample, and other relevant projects?
Only if the data are available and there are enough resources to run with real data.
On the European Weather Cloud? Then maybe not for every PR but overnight with main (if main has changed).
yes, we need to do that. For the benchmarking there, we already have some data locally too.
I think if we had a cronjob on EWC that rsync'd (or at least compared what files exist locally before re-downloading) public ABI data from AWS, public AHI data from
I guess we could actually just make all of that done as part of the demo data subpackage in satpy. That's what it was meant for originally anyway. That way users don't have to wonder why Satpy is complaining about not having files that the examples are clearly expecting.