Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCI composites not loadable #848

Closed
gerritholl opened this issue Jul 8, 2019 · 0 comments · Fixed by #849
Closed

FCI composites not loadable #848

gerritholl opened this issue Jul 8, 2019 · 0 comments · Fixed by #849

Comments

@gerritholl
Copy link
Collaborator

Describe the bug

The MTG FCI reader cannot load any composites.

To Reproduce

from satpy.scene import Scene
from glob import glob

srcdir = ("/media/nas/x21308/2019_05_MTG_Testdata/MTG"
          "/FCI/FDHSI/uncompressed/20170410_RC70")

fciscene = Scene(sensor="fci",
                 filenames=glob(srcdir + "/*BODY*_006[789].nc"),
                 reader=['fci_l1c_fdhsi'])

fciscene.load(["natural_color"])

Expected behavior
I expect it to load the natural_color composite.

Actual results

Traceback (most recent call last):
  File "mwe14.py", line 11, in <module>
    fciscene.load(["natural_color"])
  File "/media/nas/x21324/miniconda3/envs/py37d/lib/python3.7/site-packages/satpy/scene.py", line 965, in load
    raise KeyError("Unknown datasets: {}".format(unknown_str))
KeyError: 'Unknown datasets: natural_color'

Environment Info:

  • OS: Suse 15
  • Satpy Version: 0.16
  • PyResample Version: 1.11.2

Additional context
I forgot to add the fci.yaml file earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant