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

Mimic TPW Reader #858

Merged
merged 39 commits into from
Dec 26, 2019
Merged

Mimic TPW Reader #858

merged 39 commits into from
Dec 26, 2019

Commits on Jun 12, 2019

  1. First attempt to create a reader and yaml for MIMIC TPW files. These are

    not good files to use as an example.
    joleenf committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    b5903f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

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

Commits on Jun 17, 2019

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

Commits on Jun 19, 2019

  1. BUG FIX: add get_dataset and get_area_def missing from original commi…

    …t. Add tpwGrid to yaml because
    
              the automatic detection is not adding the tpwGrid variable to the handled_variables outside of
              debugging mode in pycharm.  This is still not a model of code to follow.
    joleenf committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    41a3378 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Remove redundant code. rename the dims to x and y (based on docs)

    "Fix" the area definition, because the data is in degrees and needs longlat projection from Proj4
    but I am not sure if that was the only thing wrong.
    joleenf committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    9a7d52b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Fix names to match code

    joleenf committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    12a23ea View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    91f1131 View commit details
    Browse the repository at this point in the history
  2. BUG FIX: adjust coordinates to read all navigated variables in both c…

    …oarse and fine mimic files
    
    Since the mimic files for the coarse and fine resolution are named exactly the same, errors and failure
    result when data variables are described in yaml.  Follow TommyJ approach to extracting any
    data variable that matches navigation shape.  This then smoothly reads all the variables in
    the coarse resolution files, while still being able to read the single tpwGrid variable in the fine
    resolution files.  The coordinates of 'latitude', 'longitude' were returing datasetID errors and
    were removed from the new_info update for the tpw variables
    joleenf committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    6044a93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96e8834 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f13337e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd6d2ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4270bc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7c3359 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Remove comment around add resolution for lat/lon arrays

    Fix informational text for reader
    joleenf committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    a9f7bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b0ddd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

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

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    2a5d41b View commit details
    Browse the repository at this point in the history
  2. readers/mimic_TPW2_nc.py

    joleenf committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    291c0de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e659a51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba6b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17473ab View commit details
    Browse the repository at this point in the history
  6. remove newline at end of file

    joleenf committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b1a7d27 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. fix description of projection

    joleenf committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    8002bed View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

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

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    695191d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999a347 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    b74bcf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5968fb5 View commit details
    Browse the repository at this point in the history
  3. Revert "missed another space after comma..."

    This reverts commit 999a347.
    joleenf committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5e6ca31 View commit details
    Browse the repository at this point in the history
  4. Go back before adding import and merge upstream...Revert "added mimic…

    … tests to test suite"
    
    This reverts commit b74bcf4.
    joleenf committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    7380a73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc17b7e View commit details
    Browse the repository at this point in the history
  6. fix missing whitespace error

    joleenf committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dbbdbc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    4bd04a3 View commit details
    Browse the repository at this point in the history
  2. Resolved conflicts by keeping test_viirs_compact after test_mimic_TPW…

    …2_nc in
    
    import block.
    Merge branch 'master' of https://github.com/pytroll/satpy into mimic
    joleenf committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d396dca View commit details
    Browse the repository at this point in the history
  3. removed trailing whitespace

    joleenf committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    49cc14d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Resolved conflicts in __init__.py with new modules added then, mimic …

    …module added
    
    Merge branch 'master' of https://github.com/pytroll/satpy into mimic
    joleenf committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    874fde3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

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