Skip to content

Commit b66e441

Browse files
authored
Merge pull request #254 from icesat2py/development
version 0.5.0 release
2 parents 96a6c00 + 54bdf19 commit b66e441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+6664
-3338
lines changed

.github/workflows/binder-badge.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: AddBinderBadge
2+
on:
3+
pull_request_target:
4+
5+
jobs:
6+
badge:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: manics/action-binderbadge@main
10+
with:
11+
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/traffic_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
# Commits files to repository
3737
- name: Commit changes
38-
uses: EndBug/add-and-commit@v4
38+
uses: EndBug/add-and-commit@v7
3939
with:
4040
author_name: Jessica Scheick
4141
message: "GitHub traffic auto-update"

.github/workflows/uml_action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Update UML diagrams
22
on:
3-
workflow_dispatch:
43
pull_request_review:
54
types: [submitted]
65

@@ -24,7 +23,7 @@ jobs:
2423
rm ./packages_dev_uml.svg
2524
mv ./*.svg ./doc/source/user_guide/documentation/
2625
- name: Commit changes
27-
uses: EndBug/add-and-commit@v4
26+
uses: EndBug/add-and-commit@v7
2827
with:
2928
author_name: GitHub Action
3029
message: "GitHub action UML generation auto-update"

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
- conda info -a
1313

1414
install:
15-
- conda create --name icepyx-env --channel conda-forge python=$TRAVIS_PYTHON_VERSION proj=7.2.0 geos
15+
- conda create --name icepyx-env --channel conda-forge python=3.7 proj geos
1616
- source activate icepyx-env
1717

1818
- pip install -r requirements.txt -r requirements-dev.txt
@@ -28,7 +28,7 @@ stages:
2828
jobs:
2929
include:
3030
- stage: basic tests
31-
script: pytest icepyx/ --ignore icepyx/tests/test_behind_NSIDC_API_login.py
31+
script: pytest icepyx/ --verbose --ignore icepyx/tests/test_behind_NSIDC_API_login.py
3232
after_success: codecov
3333

3434
- stage: behind Earthdata

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ order by last name) and are considered "The icepyx Developers":
2121
* `Jessica Scheick <https://github.com/jessicas11>`_ - Unaffiliated (ORCID: `0000-0002-3421-4459 <https://www.orcid.org/0000-0002-3421-4459>`_)
2222
* `David Shean <https://github.com/dshean>`_ - University of Washington
2323
* `Ben Smith <https://github.com/smithb>`_ - University of Washington
24+
* `Trey Stafford <https://github.com/trey-stafford>`_ - NSIDC, University of Colorado
2425
* `Amy Steiker <https://github.com/asteiker>`_ - NSIDC, University of Colorado
2526
* `Tyler Sutterley <https://github.com/tsutterley>`_ - University of Washington
2627
* `Anna Valentine <https://github.com/annavalentine>`_ - Colorado School of Mines

README.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ icepyx
33

44
**Python tools for obtaining and working with ICESat-2 data**
55

6-
|Documentation Status| |GitHub license| |Travis CI Status| |Code Coverage| |Conda install| |Pypi install|
6+
|Documentation Status| |GitHub license| |Travis Dev Branch Build Status| |Code Coverage| |Conda install| |Pypi install|
77

88
.. |Documentation Status| image:: https://readthedocs.org/projects/icepyx/badge/?version=latest
99
:target: http://icepyx.readthedocs.io/?badge=latest
1010

1111
.. |GitHub license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
1212
:target: https://opensource.org/licenses/BSD-3-Clause
1313

14-
.. |Travis CI Status| image:: https://travis-ci.org/icesat2py/icepyx.svg?branch=development
15-
:target: https://travis-ci.org/icesat2py/icepyx
14+
.. |Travis Dev Branch Build Status| image:: https://app.travis-ci.com/icesat2py/icepyx.svg?branch=development
15+
:target: https://app.travis-ci.com/icesat2py/icepyx
1616

1717
.. |Code Coverage| image:: https://codecov.io/gh/icesat2py/icepyx/branch/development/graph/badge.svg
1818
:target: https://codecov.io/gh/icesat2py/icepyx
@@ -63,9 +63,15 @@ Listed below are example jupyter-notebooks
6363

6464
`ICESat-2_DAAC_DataAccess2_Subsetting <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_DAAC_DataAccess2_Subsetting.ipynb>`_
6565

66-
`ICESat-2_DEM_comparison_Colombia_working <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_DEM_comparison_Colombia_working.ipynb>`_
66+
`Working_with_ICESat-2_Data_Variables <https://github.com/icesat2py/icepyx/blob/main/examples/Working_with_ICESat-2_Data_Variables.ipynb>`_
67+
68+
`ICESat-2_Data_Visualization_Example <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_Data_Visualization_Example.ipynb>`_
69+
70+
`ICESat-2_Data_Read-in_Example <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_Data_Read-in_Example.ipynb>`_
6771

68-
`ICESat-2 Data Visualization Example <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_Data_Visualization_Example.ipynb>`_
72+
`ICESat-2_cloud_data_access_example (BETA ONLY) <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_cloud_data_access_example.ipynb>`_
73+
74+
`ICESat-2_DEM_comparison_Colombia_working <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_DEM_comparison_Colombia_working.ipynb>`_
6975

7076
Citing icepyx
7177
-------------

doc/source/tracking/icepyx_pubs.bib

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
% ######### materials about icepyx ################
12
@misc{2020_IS2-HW-tutorials,
23
author = {Arendt, Anthony and
34
Scheick, Jessica and
@@ -40,6 +41,36 @@ @misc{js2019agu
4041
doi = {10.1002/essoar.10501423.1},
4142
}
4243

44+
45+
% ######### Articles citing icepyx ################
46+
47+
@article{https://doi.org/10.1029/2021GL095051,
48+
author = {Bisson, K. M. and Cael, B. B.},
49+
title = {How Are Under Ice Phytoplankton Related to Sea Ice in the Southern Ocean?},
50+
journal = {Geophysical Research Letters},
51+
volume = {48},
52+
number = {21},
53+
pages = {e2021GL095051},
54+
keywords = {phytoplankton, sea ice, southern ocean, productivity, ICESat-2, Argo},
55+
doi = {10.1029/2021GL095051},
56+
year = {2021}
57+
}
58+
59+
@inProceedings{FernandoMappingDiversityAgricultural2021,
60+
title = {Mapping the {{Diversity}} of {{Agricultural Systems}} in the {{Cuellaje Sector}}, {{Cotacachi}}, {{Ecuador Using ATL08}} for the {{ICESat-2 Mission}} and {{Machine Learning Techniques}}},
61+
booktitle = {Computational {{Science}} and {{Its Applications}} \textendash{} {{ICCSA}} 2021},
62+
author = {Fernando, Garrido},
63+
editor = {Gervasi, Osvaldo and Murgante, Beniamino and Misra, Sanjay and Garau, Chiara and Ble{\v c}i{\'c}, Ivan and Taniar, David and Apduhan, Bernady O. and Rocha, Ana Maria A. C. and Tarantino, Eufemia and Torre, Carmelo Maria},
64+
year = {2021},
65+
volume = {12957},
66+
pages = {170--181},
67+
publisher = {{Springer International Publishing}},
68+
address = {{Cham}},
69+
doi = {10.1007/978-3-030-87013-3_13},
70+
isbn = {978-3-030-87012-6 978-3-030-87013-3},
71+
langid = {english}
72+
}
73+
4374
@Article{tc-14-3629-2020,
4475
AUTHOR = {Li, T. and Dawson, G. J. and Chuter, S. J. and Bamber, J. L.},
4576
TITLE = {Mapping the grounding zone of Larsen~C Ice Shelf, Antarctica, from ICESat-2 laser altimetry},

0 commit comments

Comments
 (0)