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 satpy cf-reader and eumetsat gac reader #1394

Merged

Commits on May 13, 2020

  1. Add satpy cf reader files

    Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
    mraspaud committed May 13, 2020
    Copy the full SHA
    b6b7800 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fix uneeded keys call

    mraspaud committed May 14, 2020
    Copy the full SHA
    f3ad83f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Handle also wavelengths with µm included.

    For files from pygac wavelenghts are a list with four items with the
    last one 'µm' which makes all elements strings.
    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    3102d3b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a442c25 View commit details
    Browse the repository at this point in the history
  3. Resolution not always available for coordianate datasets

    For example if they where created by the area2lonlat in cf_writer
    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    3a042f3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feature-satpy-cf-reader-eumetsat-gac

    # Conflicts:
    #	satpy/readers/yaml_reader.py
    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    70f59fb View commit details
    Browse the repository at this point in the history
  5. Fixing problem with empty modifiers

    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    4599227 View commit details
    Browse the repository at this point in the history
  6. Read also global netcdf attributes

    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    e12c537 View commit details
    Browse the repository at this point in the history
  7. Added reader for EUMETSAT GAC FDR

    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    803fcbb View commit details
    Browse the repository at this point in the history
  8. flake8

    Nina.Hakansson committed Oct 8, 2020
    Copy the full SHA
    31fca0a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Fix some satpy warnings

    Do not assume resolution to be 742.
    Nina.Hakansson committed Oct 9, 2020
    Copy the full SHA
    90460f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. corrected spelling mistake

    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    fcdac28 View commit details
    Browse the repository at this point in the history
  2. Removed extra correction of ds_info attributes

    This is already done in available_datasets()
    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    2c9047c View commit details
    Browse the repository at this point in the history
  3. Added test of satpy_cf_nc-reader

    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    3ab2e33 View commit details
    Browse the repository at this point in the history
  4. Added lat/lons and flake8

    Note that latitude can't be loaded as dataset (yet?).
    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    bcec279 View commit details
    Browse the repository at this point in the history
  5. Allow lat/lon to be loaded as datsets

    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    02cf609 View commit details
    Browse the repository at this point in the history
  6. Added two more datasets to EUMETSAT GAC FDR reader (yaml).

    Nina.Hakansson committed Oct 15, 2020
    Copy the full SHA
    9ccb475 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Renamed reader to better follow name convention

    Nina.Hakansson committed Oct 21, 2020
    Copy the full SHA
    ed71c3a View commit details
    Browse the repository at this point in the history
  2. Added documentation for the satpy reader

    Nina.Hakansson committed Oct 21, 2020
    Copy the full SHA
    4e1b583 View commit details
    Browse the repository at this point in the history
  3. Added newline

    Nina.Hakansson committed Oct 21, 2020
    Copy the full SHA
    1a56bf3 View commit details
    Browse the repository at this point in the history
  4. updates from sphinx-apidoc

    Nina.Hakansson committed Oct 21, 2020
    Copy the full SHA
    14b5b29 View commit details
    Browse the repository at this point in the history
  5. Added satpy cf nc reader in documentation

    Nina.Hakansson committed Oct 21, 2020
    Copy the full SHA
    f98dc46 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. flake8

    Nina.Hakansson committed Oct 26, 2020
    Copy the full SHA
    682b59c View commit details
    Browse the repository at this point in the history
  2. Style removed trailing white space

    Nina.Hakansson committed Oct 26, 2020
    Copy the full SHA
    67a7819 View commit details
    Browse the repository at this point in the history
  3. Style (codefactor)

    Nina.Hakansson committed Oct 26, 2020
    Copy the full SHA
    05f4430 View commit details
    Browse the repository at this point in the history
  4. style (DeepCode)

    Nina.Hakansson committed Oct 26, 2020
    Copy the full SHA
    eb86b18 View commit details
    Browse the repository at this point in the history
  5. flake8

    Nina.Hakansson committed Oct 26, 2020
    Copy the full SHA
    a0612b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. style (DeepCode)

    Nina.Hakansson committed Oct 27, 2020
    Copy the full SHA
    f318d6d View commit details
    Browse the repository at this point in the history
  2. style (DeepCode)

    Nina.Hakansson committed Oct 27, 2020
    Copy the full SHA
    d33d9f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. style: fixing too long function (codebeat)

    Nina.Hakansson committed Nov 4, 2020
    Copy the full SHA
    c9fae34 View commit details
    Browse the repository at this point in the history
  2. style (coadbeat)

    Trying to fix problem "Assignment Branch Condition too high",
    by creating a function for handeleing the modifier attribute.
    Nina.Hakansson committed Nov 4, 2020
    Copy the full SHA
    8c6883e View commit details
    Browse the repository at this point in the history
  3. style (deepcode)

    Nina.Hakansson committed Nov 4, 2020
    Copy the full SHA
    49b16f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Except the remove of test file

    Nina.Hakansson committed Nov 9, 2020
    Copy the full SHA
    0729e47 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Copy the full SHA
    6216f4a View commit details
    Browse the repository at this point in the history