Skip to content

Add support for METOP data sets archived at NCEI#1350

Merged
jameswilburlewis merged 3 commits into
masterfrom
t_1346
May 1, 2026
Merged

Add support for METOP data sets archived at NCEI#1350
jameswilburlewis merged 3 commits into
masterfrom
t_1346

Conversation

@DCarSunDr

Copy link
Copy Markdown
Contributor

Added "ncei_l1b_remote_data_dir" to POES config.py to 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.py to 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.py

Closes #1346

… retrieve netcdf files and load them into tplot variables.
@DCarSunDr DCarSunDr self-assigned this Apr 30, 2026
@DCarSunDr DCarSunDr added enhancement New feature or request QA/Testing particles Data Servers Issues with remote data servers (SPDF, MMS, MAVEN, JAXA, etc) NetCDF load routines labels Apr 30, 2026
@jameswilburlewis jameswilburlewis merged commit 9cb2bd2 into master May 1, 2026
7 of 8 checks passed
@jameswilburlewis

Copy link
Copy Markdown
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.

@DCarSunDr

Copy link
Copy Markdown
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.

@DCarSunDr DCarSunDr deleted the t_1346 branch May 1, 2026 18:14
@DCarSunDr

Copy link
Copy Markdown
Contributor Author

Thank you for correcting the name!

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

Labels

Data Servers Issues with remote data servers (SPDF, MMS, MAVEN, JAXA, etc) enhancement New feature or request load routines NetCDF particles QA/Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for METOP data sets archived at NCEI

2 participants