-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update _cdf.py #28
Update _cdf.py #28
Conversation
adding a try/except to `_process_return_multi_z_attr` when decoding characters so that when uninterpretable characters are encountered, they are just replaced with some filler character but the user can still access the data.
see #26 for details |
Hello, just wanted to ping this issue |
Thanks for the reminder. Checking it out now. |
Changes to the latest Mac OS made it hard for me to get this compiled. The system prefers to use clang now instead of gcc. Had to track down a different machine. I can confirm that pysatCDF can load SWARM L1B files as well as files it used to be able to load, like from C/NOFS VEFI. I did also notice that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Greg. I added a suggested comment as a reminder for future developers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending code comment.
adding comment to _cdf.py Co-authored-by: Russell Stoneback <rstoneba@utdallas.edu>
Thanks for looking into this, I made the suggested changes. |
adding a try/except to
_process_return_multi_z_attr
when decoding characters so that when uninterpretable characters are encountered, they are just replaced with some filler character but the user can still access the data.