Open gerritholl opened 1 year ago
If I try to load_compositor_configs_for_sensor("seviri")
instead, it fails similarly. If I pass anytihng else, there is no failure.
NB: td
is of type str
.
As mentioned on slack, your file is supposed to be called seviri.yaml
because your sensor in the file is visir/seviri
. I suppose we could check that this is true or check if we've already loaded this sensor file before, but bottom line is that the sensor in the file is wrong. The builtin Vis/IR YAML for composites uses sensor_name of visir
:
Describe the bug
When adding a
composites/visir.yaml
toSATPY_CONFIG_PATH
and writingsensor_name: visir/seviri
in this file, loading compositor configs for seviri fails withRecursionError
.To Reproduce
Expected behavior
I don't know what I expect. I don't understand this part of Satpy well enough.
Actual results
Traceback
```python-traceback Traceback (most recent call last): File "/data/gholl/checkouts/protocode/mwe/recursion-error.py", line 11, in