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

Fix NUCAPS reader for NUCAPS EDR v2 files #244

Closed
djhoese opened this issue Apr 2, 2018 · 0 comments · Fixed by #326
Closed

Fix NUCAPS reader for NUCAPS EDR v2 files #244

djhoese opened this issue Apr 2, 2018 · 0 comments · Fixed by #326

Comments

@djhoese
Copy link
Member

djhoese commented Apr 2, 2018

Problem description

NUCAPS EDR v2 files have changed the value of the instrument_name global attribute. Old:

            :platform_name = "NPP" ;
            :instrument_name = "CrIS" ;

New:

            :platform_name = "NPP" ;
            :instrument_name = "CrIS, ATMS, VIIRS" ;

This results in a comma-separated sensor instead of a list of sensors and when used in a filename results in commas in a filename...fun.

Expected Output

A list of sensors for the .attrs['sensor'] metadata value instead of a string with commas.

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

Successfully merging a pull request may close this issue.

2 participants