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

Refactor dataset wrapper #1

Closed
wants to merge 22 commits into from
Closed

Refactor dataset wrapper #1

wants to merge 22 commits into from

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 <martin.raspaud@smhi.se>
    bkremmli and mraspaud authored 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 authored 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 authored 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
  3. Refactor dataset wrapper

    sfinkens committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1b40cd3 View commit details
    Browse the repository at this point in the history