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

Tutorial 5 - 3D Topography #14

Merged
merged 15 commits into from
Dec 2, 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
3 changes: 2 additions & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ logo: logo.webp
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
execute_notebooks: cache
timeout: 90 # https://jupyterbook.org/en/stable/content/execute.html#setting-execution-timeout

# Define the name of the latex output file for PDF builds
latex:
Expand Down
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parts:
- file: tut01_firstfigure
- file: tut02_spe_pd_gpd
- file: tut03_spe_xarray
- file: tut05_topography
- file: tut06_animation
sections:
- file: tut06_animation_extended
32 changes: 32 additions & 0 deletions book/references.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
---
---

@article{HowatReferenceElevationModel2019,
title = {The {{Reference Elevation Model}} of {{Antarctica}}},
author = {Howat, Ian M. and Porter, Claire and Smith, Benjamin E. and Noh, Myoung-Jong and Morin, Paul},
year = {2019},
month = feb,
journal = {The Cryosphere},
volume = {13},
number = {2},
pages = {665--674},
issn = {1994-0424},
doi = {10.5194/tc-13-665-2019},
urldate = {2019-03-21},
langid = {english},
keywords = {template}
}

@article{NeumannMarsOrbiterLaser2003,
title = {Mars {{Orbiter Laser Altimeter}} Pulse Width Measurements and Footprint-scale Roughness},
author = {Neumann, G. A. and Abshire, J. B. and Aharonson, O. and Garvin, J. B. and Sun, X. and Zuber, M. T.},
year = {2003},
month = jun,
journal = {Geophysical Research Letters},
volume = {30},
number = {11},
pages = {2003GL017048},
issn = {0094-8276, 1944-8007},
doi = {10.1029/2003GL017048},
urldate = {2024-11-17},
copyright = {http://onlinelibrary.wiley.com/termsAndConditions\#vor},
langid = {english}
}

@article{WesselGenericMappingTools2019,
title = {The {{Generic Mapping Tools Version}} 6},
author = {Wessel, P. and Luis, J. and Uieda, L. and Scharroo, R. and Wobbe, F. and Smith, W.H.F. and Tian, D.},
Expand Down
Loading