Skip to content

Commit

Permalink
Merge branch 'mn5hk:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimhamane authored Jun 5, 2024
2 parents fda8579 + 0ec5042 commit 0a88f1d
Show file tree
Hide file tree
Showing 123 changed files with 382 additions and 24,021 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
- 106-prereview
- 106-prereview-joss

permissions:
contents: write
jobs:
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
notebooks/.ipynb_checkpoints
notebooks/.ipynb_checkpoints/*
pyshbundle.egg-info/PKG-INFO
pyshbundle/.ipynb_checkoutpoints/
pyshbundle/.ipynb_checkpoints/*
pyshbundle/__pycache__/
pyshbundle/__pycache__/*
10 changes: 10 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Tutorials

In order to make getting started with PySHBundle simple, we have curated a set of introductory tutorials in form of jupyter notebooks. Data for trying out this new tool is included in the repo. After installing and cloning the repo, go to the notebooks directory in order to find explainatory ipython jupyter notebooks. Simply activate the virtual environment and fire up these jupyter notebooks. The following notebooks explain the usage of the tool aswell as some crucial basics of Spherical Harmonics processing for Grace.

1. [Introduction to Spherical Harmonics](https://github.com/mn5hk/pyshbundle/blob/main/notebooks/01_intro_spherical_harmonics_with_pyshbundle.ipynb)
2. [Loading the data](https://github.com/mn5hk/pyshbundle/blob/main/notebooks/02_load_data.ipynb)
3. [Visualizations](https://github.com/mn5hk/pyshbundle/blob/main/notebooks/03_visualizations.ipynb)
4. [Terrestrial Water Storage (TWS) Time Series](https://github.com/mn5hk/pyshbundle/blob/main/notebooks/04_TWS_time_series.ipynb)
5. [Tests and Validation notebook](https://github.com/mn5hk/pyshbundle/blob/main/notebooks/tests_validation_pyshbundle.ipynb)

10 changes: 0 additions & 10 deletions docs/usage.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nav:
- Home: index.md
- Theoretical Background: theory.md
- Installation: installation.md
- Usage: usage.md
- Tutorials: tutorials.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
Expand Down

This file was deleted.

925 changes: 0 additions & 925 deletions notebooks/.ipynb_checkpoints/02_load_data-checkpoint.ipynb

This file was deleted.

516 changes: 0 additions & 516 deletions notebooks/.ipynb_checkpoints/03_visualizations-checkpoint.ipynb

This file was deleted.

2,951 changes: 0 additions & 2,951 deletions notebooks/.ipynb_checkpoints/04_TWS_time_series-checkpoint.ipynb

This file was deleted.

1,524 changes: 0 additions & 1,524 deletions notebooks/.ipynb_checkpoints/04_validation_pyshbundle-checkpoint.ipynb

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions notebooks/.ipynb_checkpoints/intro_gddc-checkpoint.ipynb

This file was deleted.

Loading

0 comments on commit 0a88f1d

Please sign in to comment.