Add support for METOP data sets archived at NCEI#1350
Merged
Conversation
… retrieve netcdf files and load them into tplot variables.
Contributor
|
This one was a little tricky to merge, because your branch was out of sync with master -- the poes/tests.py script had been renamed in master to poes_tests.py, and that caused a conflict that had to be manually resolved. But once I renamed the file in your branch, I was able to resolve the conflict in the Github editor and finish the merge. |
Contributor
Author
|
Yeah, I only realized that after I went to publish the branch that it was derived from an earlier branch unfortunately. I'll make sure future branches are just created from the most recent master branch. |
Contributor
Author
|
Thank you for correcting the name! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added "ncei_l1b_remote_data_dir" to POES
config.pyto give option of loading from current remote location.Modified POES 'load.py' to add a "ncei_l1b_server" option to use the current remote location, modify the path format correctly if it has been set, and to load from netcdf files instead of cdf files.
Modified
netcdf_to_tplot.pyto handle some differences between the GOES format and the METOP format for netcdfs, for factors such as identifying units for the time variable, and fill values which weren't getting applied correctly.Added test cases in POES
test.pyCloses #1346