Skip to content

Commit

Permalink
refactor: move all ICESat, ICESat-2 and OIB code to separate repo to …
Browse files Browse the repository at this point in the history
…address #110 (#111)

update version.txt
  • Loading branch information
tsutterley committed Sep 3, 2022
1 parent 75c4c7c commit e07e0d8
Show file tree
Hide file tree
Showing 51 changed files with 69 additions and 12,105 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ RUN pip3 install --no-cache-dir --no-binary=h5py,cartopy \
h5py \
lxml \
matplotlib \
mpi4py \
netCDF4 \
numpy \
pandas \
Expand All @@ -302,10 +301,7 @@ RUN pip3 install --no-cache-dir --no-binary=h5py,cartopy \
pyyaml \
scikit-learn \
scipy \
setuptools_scm \
zarr && \
pip3 install --no-cache-dir --no-deps git+https://github.com/tsutterley/read-ICESat-2.git && \
pip3 install --no-cache-dir --no-deps git+https://github.com/tsutterley/read-ATM1b-QFIT-binary.git
setuptools_scm

COPY . .

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Test with pytest
run: |
pip install --no-deps .
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
pytest --verbose --capture=no --cov=./ --cov-report=xml \
--username=${{ secrets.EARTHDATA_USERNAME }} \
--password=${{ secrets.EARTHDATA_PASSWORD }} \
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ Dependencies
- `numpy: Scientific Computing Tools For Python <https://www.numpy.org>`_
- `pyproj: Python interface to PROJ library <https://pypi.org/project/pyproj/>`_
- `PyYAML: YAML parser and emitter for Python <https://github.com/yaml/pyyaml>`_
- `read-ICESat-2: Python tools to read data from the NASA ICESat-2 mission <https://github.com/tsutterley/read-ICESat-2/>`_
- `read-ATM1b-QFIT-binary: Python reader for Airborne Topographic Mapper (ATM) QFIT data products <https://github.com/tsutterley/read-ATM1b-QFIT-binary>`_
- `scipy: Scientific Tools for Python <https://www.scipy.org/>`_
- `setuptools_scm: manager for python package versions using scm metadata <https://pypi.org/project/setuptools-scm/1.9.0/>`_

Expand Down
19 changes: 0 additions & 19 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL03.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL06.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL07.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL10.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL11.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat2_ATL12.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_ICESat_GLA12.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/source/api_reference/compute_LPET_icebridge_data.rst

This file was deleted.

18 changes: 0 additions & 18 deletions doc/source/api_reference/compute_LPT_ICESat_GLA12.rst

This file was deleted.

18 changes: 0 additions & 18 deletions doc/source/api_reference/compute_LPT_icebridge_data.rst

This file was deleted.

19 changes: 0 additions & 19 deletions doc/source/api_reference/compute_OPT_ICESat_GLA12.rst

This file was deleted.

19 changes: 0 additions & 19 deletions doc/source/api_reference/compute_OPT_icebridge_data.rst

This file was deleted.

27 changes: 0 additions & 27 deletions doc/source/api_reference/compute_tides_ICESat2_ATL03.rst

This file was deleted.

25 changes: 0 additions & 25 deletions doc/source/api_reference/compute_tides_ICESat2_ATL06.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/api_reference/compute_tides_ICESat2_ATL07.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/source/api_reference/compute_tides_ICESat2_ATL10.rst

This file was deleted.

26 changes: 0 additions & 26 deletions doc/source/api_reference/compute_tides_ICESat2_ATL11.rst

This file was deleted.

Loading

0 comments on commit e07e0d8

Please sign in to comment.