-
Notifications
You must be signed in to change notification settings - Fork 298
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
Initial implementation of EUMETSAT IASI-NG reader #2879
base: main
Are you sure you want to change the base?
Initial implementation of EUMETSAT IASI-NG reader #2879
Commits on Aug 7, 2024
-
Adding minimal test class on iasi ng l2 reader
GMV - Emmanuel Roche committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 0de793d - Browse repository at this point
Copy the full SHA 0de793dView commit details -
Merge branch 'main' into eum_iasi_ng_reader_impl
GMV - Emmanuel Roche committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 683c211 - Browse repository at this point
Copy the full SHA 683c211View commit details -
GMV - Emmanuel Roche committed
Aug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for bdb2cc8 - Browse repository at this point
Copy the full SHA bdb2cc8View commit details -
Added initial version of file pattern and unit test
GMV - Emmanuel Roche committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8373695 - Browse repository at this point
Copy the full SHA 8373695View commit details -
Fixing minor error in file pattern
GMV - Emmanuel Roche committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2167484 - Browse repository at this point
Copy the full SHA 2167484View commit details -
Adding simple properties in reader
GMV - Emmanuel Roche committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 53c7e52 - Browse repository at this point
Copy the full SHA 53c7e52View commit details
Commits on Aug 8, 2024
-
Preparing initial support to read datasets in iasi_ng handler
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 252808a - Browse repository at this point
Copy the full SHA 252808aView commit details -
Fixing value filling process and updated unit tests
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e7ec22 - Browse repository at this point
Copy the full SHA 3e7ec22View commit details -
Adding support for missing value handling in unit test
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for e4ea66d - Browse repository at this point
Copy the full SHA e4ea66dView commit details -
Using float 64 for lat/lon datasets
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for e094de9 - Browse repository at this point
Copy the full SHA e094de9View commit details -
Adding dedicated dataset descs array
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 51727f8 - Browse repository at this point
Copy the full SHA 51727f8View commit details -
Adding support for datetime conversion
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e57be9 - Browse repository at this point
Copy the full SHA 2e57be9View commit details -
Optimized data description in unit test
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d98c9bf - Browse repository at this point
Copy the full SHA d98c9bfView commit details -
Adding support for dataset renaming
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f648d8 - Browse repository at this point
Copy the full SHA 7f648d8View commit details -
Replacing dataset alais symbol in yaml file
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 2eb0311 - Browse repository at this point
Copy the full SHA 2eb0311View commit details -
Updating unit test on available datasets
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 86dd68f - Browse repository at this point
Copy the full SHA 86dd68fView commit details -
GMV - Emmanuel Roche committed
Aug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 34e03ed - Browse repository at this point
Copy the full SHA 34e03edView commit details -
GMV - Emmanuel Roche committed
Aug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for b80f68c - Browse repository at this point
Copy the full SHA b80f68cView commit details -
Adding support to broadcast onboard_utc variable
GMV - Emmanuel Roche committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for aa2988a - Browse repository at this point
Copy the full SHA aa2988aView commit details -
GMV - Emmanuel Roche committed
Aug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c2f3ec - Browse repository at this point
Copy the full SHA 9c2f3ecView commit details
Commits on Aug 9, 2024
-
Optimized variables discovery process.
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for b113750 - Browse repository at this point
Copy the full SHA b113750View commit details -
Updated onboard_utc broadcast process.
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for becb81c - Browse repository at this point
Copy the full SHA becb81cView commit details -
GMV - Emmanuel Roche committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 3be91cb - Browse repository at this point
Copy the full SHA 3be91cbView commit details -
GMV - Emmanuel Roche committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 3cdaee7 - Browse repository at this point
Copy the full SHA 3cdaee7View commit details -
Refactoring parse_file_content to reduce complexity
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 17fc430 - Browse repository at this point
Copy the full SHA 17fc430View commit details -
Refactoring add_rand_data to reduce complexity
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for b906f4c - Browse repository at this point
Copy the full SHA b906f4cView commit details -
Removing lat/lon unit test duplication
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for f660cb1 - Browse repository at this point
Copy the full SHA f660cb1View commit details -
Reduced get_test_content complexity
GMV - Emmanuel Roche committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for efc8865 - Browse repository at this point
Copy the full SHA efc8865View commit details
Commits on Aug 27, 2024
-
Added support for O3_ and CO_ products
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for c237c10 - Browse repository at this point
Copy the full SHA c237c10View commit details -
GMV - Emmanuel Roche committed
Aug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 90f7016 - Browse repository at this point
Copy the full SHA 90f7016View commit details -
Minor change trying to fix the readthedocs build process
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 87cf5ea - Browse repository at this point
Copy the full SHA 87cf5eaView commit details -
Updated IASI ng L2 reader description
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 430fcd2 - Browse repository at this point
Copy the full SHA 430fcd2View commit details -
Fixing readthedocs build process
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for e69de92 - Browse repository at this point
Copy the full SHA e69de92View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa56c6 - Browse repository at this point
Copy the full SHA daa56c6View commit details -
Merge branch 'contributing_and_rtd_build_fixes' into eum_iasi_ng_read…
…er_impl
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 51ad0d9 - Browse repository at this point
Copy the full SHA 51ad0d9View commit details -
Renaming contributing.rst file correctly
GMV - Emmanuel Roche committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 93c509f - Browse repository at this point
Copy the full SHA 93c509fView commit details
Commits on Aug 30, 2024
-
Merge branch 'contributing_and_rtd_build_fixes' into eum_iasi_ng_read…
…er_impl
GMV - Emmanuel Roche committedAug 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 02c8feb - Browse repository at this point
Copy the full SHA 02c8febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439e700 - Browse repository at this point
Copy the full SHA 439e700View commit details
Commits on Sep 30, 2024
-
Updated reader to enable optimal_estimations and use dataset name ali…
…ases.
GMV - Emmanuel Roche committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c8741d - Browse repository at this point
Copy the full SHA 1c8741dView commit details -
Merge branch 'eum_iasi_ng_reader_impl' of github.com:roche-emmanuel/s…
…atpy into eum_iasi_ng_reader_impl
GMV - Emmanuel Roche committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d2871b - Browse repository at this point
Copy the full SHA 5d2871bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14dfc44 - Browse repository at this point
Copy the full SHA 14dfc44View commit details -
GMV - Emmanuel Roche committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for e542e60 - Browse repository at this point
Copy the full SHA e542e60View commit details
Commits on Oct 2, 2024
-
Adding collection of unit tests on IASI-NG l2 reader.
GMV - Emmanuel Roche committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6021c92 - Browse repository at this point
Copy the full SHA 6021c92View commit details -
Cleaning code removing debug statements.
GMV - Emmanuel Roche committedOct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 837e844 - Browse repository at this point
Copy the full SHA 837e844View commit details -
GMV - Emmanuel Roche committed
Oct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 82f62e5 - Browse repository at this point
Copy the full SHA 82f62e5View commit details
Commits on Oct 4, 2024
-
Added a few additional unit tests for coverage.
GMV - Emmanuel Roche committedOct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for c1303f3 - Browse repository at this point
Copy the full SHA c1303f3View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a7b8f6 - Browse repository at this point
Copy the full SHA 1a7b8f6View commit details