Closed fwfichtner closed 4 weeks ago
Thanks for reporting this and sorry for breaking the reader. This bug was introduced by https://github.com/pytroll/satpy/pull/2717 which adds support for the FCI L2 CLM GRIB product. As part of the PR, the SEVIRI end_time
property was improved in order to identify if the data is from Full Earth Scanning (FES) with a temporal resolution of 15 mins or Rapid Scanning Service (RSS) with a temporal resolution of 5 mins. Before the reader always assumed 15 min temporal resolution, which was incorrect for RSS data.
However, the new solution meant that the end_time
property was only available after loading a dataset and its metadata and not after Scene initialization and this was not properly captured by the unit test.
https://github.com/pytroll/satpy/pull/2943 should fix this bug.
Describe the bug
0.52.0
breaksseviri_l2_grib
-readerTo Reproduce
Expected behavior To not crash.
Actual results
Environment Info:
from satpy.utils import check_satpy; check_satpy()
]Additional context Add any other context about the problem here.