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 ICESat-2 data read-in functionality #222

Merged
merged 79 commits into from
Nov 23, 2021
Merged

Add ICESat-2 data read-in functionality #222

merged 79 commits into from
Nov 23, 2021

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    ff7f807 View commit details
    Browse the repository at this point in the history
  2. start input check

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    38a33d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a478825 View commit details
    Browse the repository at this point in the history
  4. write file/dir and path matching functions. Still in progress for ini…

    …t pattern_as_path input needs
    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7acde07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78ef804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf42fe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    581aee3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5edcce1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df4fef3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4af16dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4f95a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    667f817 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    552fd3f View commit details
    Browse the repository at this point in the history
  14. add ability to get list of variables from a file and create the varia…

    …bles object on the read object
    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    fcae6d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eee1f2e View commit details
    Browse the repository at this point in the history
  16. update variable names for clarity and in line with common usage (#211)

    * change 'dataset' to 'product' in core and test code
    * update 'source' input parameter to 'path' in variables module (part of a not-yet-implemented feature).
    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    73140fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b1e978 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d049bc8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fec72b1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8f31ce3 View commit details
    Browse the repository at this point in the history
  21. draft gt to beam function

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0b71fa4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c69f2dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c0f055 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e319ee3 View commit details
    Browse the repository at this point in the history
  25. add items to required list

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4892236 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e84fd74 View commit details
    Browse the repository at this point in the history
  27. debug new function

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    90bca3f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ed654dd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    59e71d7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0ea6463 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    717d9b1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    867fdb2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5b469cc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5eba9fb View commit details
    Browse the repository at this point in the history
  35. add variables example

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0af55b7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    aa0a6b4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4fdd4a6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4c704f3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b4a12b3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7b90290 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dec9527 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5abb033 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fc26d76 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0a8eebb View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5ece50d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    bd55562 View commit details
    Browse the repository at this point in the history
  47. tests that require an active NSIDC Earthdata session (#209)

    * update and run tests that require an active NSIDC Earthdata session
    * add flat data resource note
    * NOTE: using the fixture to successfully start a session can be considered the test
    * transition options to json for cleaner test file
    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a3f5536 View commit details
    Browse the repository at this point in the history
  48. updated product_summary_info function to latest fields returned by CM…

    …R (product_id --> title) (#218)
    jpswinski authored and JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    214eb5e View commit details
    Browse the repository at this point in the history
  49. add read module to docs

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e87ef92 View commit details
    Browse the repository at this point in the history
  50. update requirements

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4b0fa8a View commit details
    Browse the repository at this point in the history
  51. move warnings import to top level and use is instead of ==

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    77cb363 View commit details
    Browse the repository at this point in the history
  52. improve messages to user

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b8f3ec4 View commit details
    Browse the repository at this point in the history
  53. specify string for gran_idx

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3139f90 View commit details
    Browse the repository at this point in the history
  54. reformat GitHub commits

    JessicaS11 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    eea627d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    3b85632 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    b0fdb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634a596 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

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

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    6fa6d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb36780 View commit details
    Browse the repository at this point in the history
  3. fix typos

    JessicaS11 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3ba8220 View commit details
    Browse the repository at this point in the history
  4. use glob_path instead of glob

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1b06422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db253da View commit details
    Browse the repository at this point in the history
  6. make imports alphebetical

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c96b1dd View commit details
    Browse the repository at this point in the history
  7. specify unsigned int for some dimensions

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    377ca1d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    9ce555c View commit details
    Browse the repository at this point in the history
  2. add explicit parameter name

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    68b9fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45cb1d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    e800ba3 View commit details
    Browse the repository at this point in the history
  2. fix example notebook error

    JessicaS11 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    714d065 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Apply suggestions from code review

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a4ec72d View commit details
    Browse the repository at this point in the history
  2. Update examples/ICESat-2_Data_Read-in_Example.ipynb

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2eaba79 View commit details
    Browse the repository at this point in the history
  3. Update examples/ICESat-2_Data_Read-in_Example.ipynb

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7f71117 View commit details
    Browse the repository at this point in the history
  4. Update examples/ICESat-2_Data_Read-in_Example.ipynb

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    ad2968d View commit details
    Browse the repository at this point in the history
  5. Update examples/ICESat-2_Data_Read-in_Example.ipynb

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6672910 View commit details
    Browse the repository at this point in the history
  6. Update examples/ICESat-2_Data_Read-in_Example.ipynb

    Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
    JessicaS11 and weiji14 authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2ac4e2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    745e24e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b57d247 View commit details
    Browse the repository at this point in the history