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

Add combined GRIB reader for both SEVIRI and FCI L2 products #2717

Merged
merged 28 commits into from
Oct 16, 2024

Commits on Jan 11, 2024

  1. Add common functionality for FCI data readers

    David Navia authored and David Navia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    28f44c7 View commit details
    Browse the repository at this point in the history
  2. Add reader for both SEVIRI and FCI L2 products in GRIB2 format

    David Navia authored and David Navia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d3ccedc View commit details
    Browse the repository at this point in the history
  3. Add EUM L2 GRIB-reader test package

    David Navia authored and David Navia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    de65b63 View commit details
    Browse the repository at this point in the history
  4. Add my name to AUTHORS.md

    David Navia authored and David Navia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0474fd0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from dnaviap/feature/eum_l2_grib_reader

    Feature/eum l2 grib reader
    dnaviap authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1150b44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8043db View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Delete eum_l2_grib.yaml and update seviri_l2_grib.yaml to avoid chang…

    …ing the user interface to the reader
    David Navia authored and David Navia committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    767aeab View commit details
    Browse the repository at this point in the history
  2. Add fci_l2_grib.yaml reader

    David Navia authored and David Navia committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a53ddea View commit details
    Browse the repository at this point in the history
  3. Delete seviri_l2_grib.py since eum_l2_grib.py is compatible with FCI …

    …and SEVIRI data
    David Navia authored and David Navia committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f94c4f7 View commit details
    Browse the repository at this point in the history
  4. Delete obsolete test_seviri_l2_grib.py

    David Navia authored and David Navia committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    66946ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from dnaviap/feature/eum_l2_grib_refactor

    Feature/eum l2 grib refactor
    dnaviap authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e7009de View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Refactor duplicate code in tests

    David Navia authored and David Navia committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5bbb421 View commit details
    Browse the repository at this point in the history
  2. Correct for RSS data

    David Navia authored and David Navia committed May 13, 2024
    Configuration menu
    Copy the full SHA
    486b3a6 View commit details
    Browse the repository at this point in the history
  3. Modify fci_base doc-string

    David Navia authored and David Navia committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c6322fa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ed5213b View commit details
    Browse the repository at this point in the history
  2. Merge with remote main

    o HEAD
    
    # Conflicts:
    #	AUTHORS.md
    #	satpy/readers/eum_l2_grib.py
    strandgren committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    de9a73e View commit details
    Browse the repository at this point in the history
  3. Add tests for end_time.

    strandgren committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    164bcba View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #3 from strandgren/feature_combined_eum_grib_reader

    Fix open issues in combined EUM GRIB2 reader
    dnaviap authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    98fcca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241bbc0 View commit details
    Browse the repository at this point in the history
  3. Add fci base test

    David Navia authored and David Navia committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c3efc55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from dnaviap/feature/add-fci-base-test

    Add fci base test
    dnaviap authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6a7ba7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    291d288 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    54acda0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b263479 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    eba7964 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    strandgren authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ba30733 View commit details
    Browse the repository at this point in the history