Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Phase Unwrap notebook #239

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ website:
href: notebooks/datasets/Hydrocron_SWOT_timeseries_examples.ipynb
- text: "PIXC Area Aggregration"
href: notebooks/datasets/SWOT_PIXC_Area_localmachine.ipynb
- text: "PIXC Phase Unwrap"
href: notebooks/datasets/SWOT_PIXC_PhaseUnwrap_localmachine.ipynb
- section: "Raster Multifile"
contents:
- text: "Cloud"
Expand Down
4 changes: 2 additions & 2 deletions notebooks/datasets/SWOT_PIXC_Area_localmachine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"source": [
"### Libraries Needed\n",
"\n",
"Note: To import SWOTWater, use the following pip install for a branch of the RiverObs GitHub repository:\n",
"Note: To import SWOTWater, use the following pip install for the RiverObs GitHub repository:\n",
"\n",
"> pip install git+https://github.com/SWOTAlgorithms/RiverObs.git@KCV-460_setup_refactor --no-cache-dir"
"> pip install git+https://github.com/SWOTAlgorithms/RiverObs.git --no-cache-dir"
]
},
{
Expand Down
Loading