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

Initial implementation of EUMETSAT IASI-NG reader #2879

Open
wants to merge 47 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2024

  1. Adding minimal test class on iasi ng l2 reader

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0de793d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into eum_iasi_ng_reader_impl

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    683c211 View commit details
    Browse the repository at this point in the history
  3. Fixing sanity unit test

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bdb2cc8 View commit details
    Browse the repository at this point in the history
  4. Added initial version of file pattern and unit test

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8373695 View commit details
    Browse the repository at this point in the history
  5. Fixing minor error in file pattern

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2167484 View commit details
    Browse the repository at this point in the history
  6. Adding simple properties in reader

    GMV - Emmanuel Roche committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    53c7e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Preparing initial support to read datasets in iasi_ng handler

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    252808a View commit details
    Browse the repository at this point in the history
  2. Fixing value filling process and updated unit tests

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e7ec22 View commit details
    Browse the repository at this point in the history
  3. Adding support for missing value handling in unit test

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e4ea66d View commit details
    Browse the repository at this point in the history
  4. Using float 64 for lat/lon datasets

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e094de9 View commit details
    Browse the repository at this point in the history
  5. Adding dedicated dataset descs array

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    51727f8 View commit details
    Browse the repository at this point in the history
  6. Adding support for datetime conversion

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2e57be9 View commit details
    Browse the repository at this point in the history
  7. Optimized data description in unit test

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d98c9bf View commit details
    Browse the repository at this point in the history
  8. Adding support for dataset renaming

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7f648d8 View commit details
    Browse the repository at this point in the history
  9. Replacing dataset alais symbol in yaml file

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2eb0311 View commit details
    Browse the repository at this point in the history
  10. Updating unit test on available datasets

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    86dd68f View commit details
    Browse the repository at this point in the history
  11. Adding diagnostic variables

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    34e03ed View commit details
    Browse the repository at this point in the history
  12. Adding surface info datasets

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b80f68c View commit details
    Browse the repository at this point in the history
  13. Adding support to broadcast onboard_utc variable

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aa2988a View commit details
    Browse the repository at this point in the history
  14. fixing warning in unit test

    GMV - Emmanuel Roche committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9c2f3ec View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Optimized variables discovery process.

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b113750 View commit details
    Browse the repository at this point in the history
  2. Updated onboard_utc broadcast process.

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    becb81c View commit details
    Browse the repository at this point in the history
  3. Installed pre-commit hook

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3be91cb View commit details
    Browse the repository at this point in the history
  4. Fixing pre-commit issues

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3cdaee7 View commit details
    Browse the repository at this point in the history
  5. Refactoring parse_file_content to reduce complexity

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    17fc430 View commit details
    Browse the repository at this point in the history
  6. Refactoring add_rand_data to reduce complexity

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b906f4c View commit details
    Browse the repository at this point in the history
  7. Removing lat/lon unit test duplication

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f660cb1 View commit details
    Browse the repository at this point in the history
  8. Reduced get_test_content complexity

    GMV - Emmanuel Roche committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    efc8865 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Added support for O3_ and CO_ products

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c237c10 View commit details
    Browse the repository at this point in the history
  2. Adding my name to authors.md

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    90f7016 View commit details
    Browse the repository at this point in the history
  3. Minor change trying to fix the readthedocs build process

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    87cf5ea View commit details
    Browse the repository at this point in the history
  4. Updated IASI ng L2 reader description

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    430fcd2 View commit details
    Browse the repository at this point in the history
  5. Fixing readthedocs build process

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e69de92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daa56c6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'contributing_and_rtd_build_fixes' into eum_iasi_ng_read…

    …er_impl
    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    51ad0d9 View commit details
    Browse the repository at this point in the history
  8. Renaming contributing.rst file correctly

    GMV - Emmanuel Roche committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    93c509f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch 'contributing_and_rtd_build_fixes' into eum_iasi_ng_read…

    …er_impl
    GMV - Emmanuel Roche committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    02c8feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439e700 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Updated reader to enable optimal_estimations and use dataset name ali…

    …ases.
    GMV - Emmanuel Roche committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1c8741d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'eum_iasi_ng_reader_impl' of github.com:roche-emmanuel/s…

    …atpy into eum_iasi_ng_reader_impl
    GMV - Emmanuel Roche committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5d2871b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14dfc44 View commit details
    Browse the repository at this point in the history
  4. Fixing pytest.fixture syntax

    GMV - Emmanuel Roche committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e542e60 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Adding collection of unit tests on IASI-NG l2 reader.

    GMV - Emmanuel Roche committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6021c92 View commit details
    Browse the repository at this point in the history
  2. Cleaning code removing debug statements.

    GMV - Emmanuel Roche committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    837e844 View commit details
    Browse the repository at this point in the history
  3. Adding more unit tests.

    GMV - Emmanuel Roche committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    82f62e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Added a few additional unit tests for coverage.

    GMV - Emmanuel Roche committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c1303f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    1a7b8f6 View commit details
    Browse the repository at this point in the history