Scene.start_time
computation fails for datasets/composites with start_time=None
(and same for end_time
)
#2883
Labels
Describe the bug
After #2737, the
start_time
of aStaticImageCompositor
dataset are set toNone
if not available in the filename. This is ok per-se, but this causes theScene.start_time
computation to fail for composites with static images, since the Scene tries to compute themin
of all datasets here:satpy/satpy/scene.py
Line 222 in 89f09d3
The same applies to
end_time
To Reproduce
Expected behavior
We would propose to handle
None
when trying to compute theScene.start_time
, e.g. withand for the
end_time
to get a sensible time.
Actual results
The text was updated successfully, but these errors were encountered: