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

VIIl1b reader fails for testdata #1460

Closed
ninahakansson opened this issue Nov 30, 2020 · 0 comments · Fixed by #1462
Closed

VIIl1b reader fails for testdata #1460

ninahakansson opened this issue Nov 30, 2020 · 0 comments · Fixed by #1462

Comments

@ninahakansson
Copy link
Contributor

Describe the bug
The VII reader fails for testdata

To Reproduce

# Your code here
from satpy import Scene
from satpy.utils import debug_on
debug_on()
filename = "W_DE-AIRBUSDS-Friedrichshafen,SAT,SGA1-VII-1B-RAD_C_EUM_20200929104726_G_D_20070912102741_20070912102841_T_X____.nc"
from satpy import Scene
scn_ = Scene(reader='vii_l1b_nc', filenames=[filename])
scn.load(['vii_10690'])

Expected behavior
To be able to read the data without errors.

Actual results
Text output of actual results or error messages including full tracebacks if applicable.

First error:
Don't know how to open the following files: {'/VII_L1B_TDP_v1_to_OSISAF/W_DE-AIRBUSDS-Friedrichshafen,SAT,SGA1-VII-1B-RAD_C_EUM_20200929104726_G_D_20070912102741_20070912102841_T_X____.nc'}
Second error (after fixing file name pattern):
KeyError: 'data/calibration_data/integrated_solar_irradiance'

Screenshots
If applicable, add screenshots to help explain your problem.

Environment Info:

  • OS: Linux
  • Satpy Version: 0.24.0

Additional context
Add any other context about the problem here.

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