icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
207 stars 106 forks source link

add provider flag to CMR request #380

Closed JessicaS11 closed 1 year ago

JessicaS11 commented 1 year ago

Addresses #378 by adding a provider flag (provider=NSIDC_ECS, for on-premises data access) to CMR queries. #379 will handle updates needed r.e. cloud access (i.e. provider=NSIDC_CPRD for cloud data access).

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a binder notebook on this branch for commit 4a313cea1dd63fc984c9325db1f0475351c34503

I will automatically update this comment whenever this PR is modified

Binder :point_left: Launch a binder notebook on this branch for commit cd1c90fce3364400922661d0e2cdd37edbdd5674

Binder :point_left: Launch a binder notebook on this branch for commit b5ee2a709e90892d19fdf8660bd1f8ea696adf02

codecov-commenter commented 1 year ago

Codecov Report

Base: 57.20% // Head: 57.01% // Decreases project coverage by -0.19% :warning:

Coverage data is based on head (bea828a) compared to base (101c60d). Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #380 +/- ## =============================================== - Coverage 57.20% 57.01% -0.20% =============================================== Files 31 29 -2 Lines 2180 2175 -5 Branches 423 409 -14 =============================================== - Hits 1247 1240 -7 - Misses 862 863 +1 - Partials 71 72 +1 ``` | [Impacted Files](https://codecov.io/gh/icesat2py/icepyx/pull/380?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py) | Coverage Δ | | |---|---|---| | [icepyx/core/granules.py](https://codecov.io/gh/icesat2py/icepyx/pull/380/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py#diff-aWNlcHl4L2NvcmUvZ3JhbnVsZXMucHk=) | `37.98% <50.00%> (-0.07%)` | :arrow_down: | | [icepyx/\_\_init\_\_.py](https://codecov.io/gh/icesat2py/icepyx/pull/380/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py#diff-aWNlcHl4L19faW5pdF9fLnB5) | | | | [icepyx/conftest.py](https://codecov.io/gh/icesat2py/icepyx/pull/380/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py#diff-aWNlcHl4L2NvbmZ0ZXN0LnB5) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=icesat2py)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.