Skip to content

Commit 96a6c00

Browse files
authored
Revert "release v0.5.0 (#250)" (#253)
This reverts commit 11569c2.
1 parent 11569c2 commit 96a6c00

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

+3338
-6664
lines changed

.github/workflows/binder-badge.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.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@v7
38+
uses: EndBug/add-and-commit@v4
3939
with:
4040
author_name: Jessica Scheick
4141
message: "GitHub traffic auto-update"

.github/workflows/uml_action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Update UML diagrams
22
on:
3+
workflow_dispatch:
34
pull_request_review:
45
types: [submitted]
56

@@ -23,7 +24,7 @@ jobs:
2324
rm ./packages_dev_uml.svg
2425
mv ./*.svg ./doc/source/user_guide/documentation/
2526
- name: Commit changes
26-
uses: EndBug/add-and-commit@v7
27+
uses: EndBug/add-and-commit@v4
2728
with:
2829
author_name: GitHub Action
2930
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=3.7 proj geos
15+
- conda create --name icepyx-env --channel conda-forge python=$TRAVIS_PYTHON_VERSION proj=7.2.0 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/ --verbose --ignore icepyx/tests/test_behind_NSIDC_API_login.py
31+
script: pytest icepyx/ --ignore icepyx/tests/test_behind_NSIDC_API_login.py
3232
after_success: codecov
3333

3434
- stage: behind Earthdata

CONTRIBUTORS.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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
2524
* `Amy Steiker <https://github.com/asteiker>`_ - NSIDC, University of Colorado
2625
* `Tyler Sutterley <https://github.com/tsutterley>`_ - University of Washington
2726
* `Anna Valentine <https://github.com/annavalentine>`_ - Colorado School of Mines

README.rst

Lines changed: 5 additions & 11 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 Dev Branch Build Status| |Code Coverage| |Conda install| |Pypi install|
6+
|Documentation Status| |GitHub license| |Travis CI 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 Dev Branch Build Status| image:: https://app.travis-ci.com/icesat2py/icepyx.svg?branch=development
15-
:target: https://app.travis-ci.com/icesat2py/icepyx
14+
.. |Travis CI Status| image:: https://travis-ci.org/icesat2py/icepyx.svg?branch=development
15+
:target: https://travis-ci.org/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,16 +63,10 @@ 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-
`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>`_
71-
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-
7466
`ICESat-2_DEM_comparison_Colombia_working <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_DEM_comparison_Colombia_working.ipynb>`_
7567

68+
`ICESat-2 Data Visualization Example <https://github.com/icesat2py/icepyx/blob/main/examples/ICESat-2_Data_Visualization_Example.ipynb>`_
69+
7670
Citing icepyx
7771
-------------
7872
.. _`CITATION.rst`: ./CITATION.rst

doc/source/tracking/icepyx_pubs.bib

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

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-
7443
@Article{tc-14-3629-2020,
7544
AUTHOR = {Li, T. and Dawson, G. J. and Chuter, S. J. and Bamber, J. L.},
7645
TITLE = {Mapping the grounding zone of Larsen~C Ice Shelf, Antarctica, from ICESat-2 laser altimetry},

0 commit comments

Comments
 (0)