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

Data visualization with OpenAltimetry API #144

Merged
merged 49 commits into from
May 10, 2021
Merged

Commits on Sep 14, 2020

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

Commits on Mar 7, 2021

  1. Remove invaid OA request, use dask and xarray to speed up datamanipul…

    …ation, enhance interactive visualization based on cycle number
    icetianli committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8ed28d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Mar 9, 2021

  1. Update requirements.txt

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    70f54ed View commit details
    Browse the repository at this point in the history
  2. change typos and formatting

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    225d64c View commit details
    Browse the repository at this point in the history
  3. update notebook

    icetianli committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    691f706 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Improve visualization

    - Add product check
    - Increase number of concurrent multithreading max_worker to reduce API requesting time
    - Use backoff to deal with specfic exceptions raised during API request
    - Set elevation sampling rate of 1/20 and cycle number of latest cycle to optimize memory and speed up data processing
    - Add testing to all supported products
    - Add an interactive map to visualize elevation spatial distribution and along-track elevation for individual RGT
    - Update visualization notebook
    icetianli committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8c7df71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0a376 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    7353a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1da599 View commit details
    Browse the repository at this point in the history
  3. Update icepyx/core/visualization.py

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a4a26e3 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b1af549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e468c85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c14a44 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    6339f67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133984f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93fd12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a9fc0 View commit details
    Browse the repository at this point in the history
  5. Revert "use pd.json_normalize to clean data"

    This reverts commit 81a9fc0.
    icetianli committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fb65b54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bec9f63 View commit details
    Browse the repository at this point in the history
  7. use pd.json_normalize, add sample_rate parameter, use dask dataframe …

    …instead of xarray.dataset
    icetianli committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e9f88b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0911ea4 View commit details
    Browse the repository at this point in the history
  9. Update icepyx/tests/test_visualization.py

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    d11559e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. fix typo

    icetianli committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6ed8f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8178074 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

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

Commits on Apr 28, 2021

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

Commits on Apr 29, 2021

  1. Update icepyx/core/visualization.py

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    235efdb View commit details
    Browse the repository at this point in the history
  2. Update icepyx/core/visualization.py

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    852e70d View commit details
    Browse the repository at this point in the history
  3. Update icepyx/core/visualization.py

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    28064b8 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Wei Ji <[email protected]>
    icetianli and weiji14 authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    17207e5 View commit details
    Browse the repository at this point in the history
  5. remove old dev notebooks

    JessicaS11 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    53b55c4 View commit details
    Browse the repository at this point in the history
  6. use query object in visualize __init__ to allow multiple access optio…

    …ns and use built-in checks
    JessicaS11 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b862eca View commit details
    Browse the repository at this point in the history
  7. merge from origin

    JessicaS11 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    9547da8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46c5489 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c1cd05 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1136d73 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. add error types

    icetianli committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b81a324 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    09848fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcca573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a0710 View commit details
    Browse the repository at this point in the history
  4. add IndexError

    icetianli committed May 4, 2021
    Configuration menu
    Copy the full SHA
    aaf852f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec66614 View commit details
    Browse the repository at this point in the history
  6. add a test

    JessicaS11 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    f179eac View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

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

Commits on May 10, 2021

  1. Revert "remove old dev notebooks"

    This reverts commit 53b55c4.
    JessicaS11 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    880d186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c1bc5 View commit details
    Browse the repository at this point in the history
  3. remove print statements

    JessicaS11 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    4f4d538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3875b3 View commit details
    Browse the repository at this point in the history