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

Adapt reader mviri_l1b_fiduceo_nc #2802

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    f27a91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08d9bc View commit details
    Browse the repository at this point in the history
  3. remove import datetime

    bkremmli committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2dbae1a View commit details
    Browse the repository at this point in the history
  4. add bkremmli to AUTHORS.md

    bkremmli committed May 17, 2024
    Configuration menu
    Copy the full SHA
    eb0382a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d6608a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec22136 View commit details
    Browse the repository at this point in the history
  7. Update satpy/readers/mviri_l1b_fiduceo_nc.py

    Co-authored-by: Martin Raspaud <[email protected]>
    bkremmli and mraspaud committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5beedea View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    21679c6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'read_error' of https://github.com/bkremmli/satpy into r…

    …ead_error
    
    Conflicts:
    	satpy/readers/mviri_l1b_fiduceo_nc.py
    bkremmli committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a7cb10d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    951c9b0 View commit details
    Browse the repository at this point in the history
  2. Update mviri_l1b_fiduceo_nc.py

    small fix to DataWrapper._decode_cf()
    bkremmli committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a379a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    5ec0cf9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bkremmli/mviri_release2

    adds support for filenames of MVIRI FCDR L1.5 release 2
    bkremmli committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    73acfb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    01856fd View commit details
    Browse the repository at this point in the history
  2. sync/merge with fork diffs

    bkremmli committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c1cd334 View commit details
    Browse the repository at this point in the history
  3. adapt changes after xarray release 2024.7.0: include chunks with open…

    …ing dataset; also rename dimension "channel"
    bkremmli committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    abf916e View commit details
    Browse the repository at this point in the history
  4. removed chunks part from test_fix_duplicate_dimensions; adapted tests…

    …; moved decoding into separate method of DatasetWrapper
    bkremmli committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5822e50 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    f41e068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b079b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. - suppress warnings for renaming duplicate dimensions

    - include u_independent_toa_bidirectional_reflectance in tests
    - patch decode_cf/fix_duplicate_dimensions in test_reassign_coords()
    bkremmli committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fd099cd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. define fill_val in test

    bkremmli committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7c02d2d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    51d8e77 View commit details
    Browse the repository at this point in the history
  2. change fill_val to int64

    bkremmli committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    89d9931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d0ecef View commit details
    Browse the repository at this point in the history
  4. adapt fill_val definition

    bkremmli committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11cf080 View commit details
    Browse the repository at this point in the history
  5. adapt fill_val definition

    bkremmli committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    03ec1fe View commit details
    Browse the repository at this point in the history