Mikhail Moskovchenko
Results
12
comments of
Mikhail Moskovchenko
I already do not have an exact error message, but it crased on this line from `satpy/readers/core/yaml_reader.py` ```py coordinates = ds_info.get("coordinates") ``` with error like `tuple does not have a...
I added testing "B5" band for Landsat 1 and "B3" for Landsat 4, by adding the corresponding fixtures for these bands and trying to open them in `test_basicload`. But now...