Skip to content

Commit abeb806

Browse files
authored
Merge pull request #13 from nilssonj/master
06_Gridding_Nilsson
2 parents ab4f5ba + 28aa945 commit abeb806

14 files changed

Lines changed: 3038 additions & 5 deletions

File tree

.DS_Store

12 KB
Binary file not shown.
8 KB
Binary file not shown.

04_HDF5AndICESat2Data_Paolo/notebooks/intro-to-hdf5_rendered.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -765,21 +765,21 @@
765765
],
766766
"metadata": {
767767
"kernelspec": {
768-
"display_name": "Python 3",
768+
"display_name": "Python 2",
769769
"language": "python",
770-
"name": "python3"
770+
"name": "python2"
771771
},
772772
"language_info": {
773773
"codemirror_mode": {
774774
"name": "ipython",
775-
"version": 3
775+
"version": 2
776776
},
777777
"file_extension": ".py",
778778
"mimetype": "text/x-python",
779779
"name": "python",
780780
"nbconvert_exporter": "python",
781-
"pygments_lexer": "ipython3",
782-
"version": "3.7.3"
781+
"pygments_lexer": "ipython2",
782+
"version": "2.7.15"
783783
}
784784
},
785785
"nbformat": 4,

06_Gridding_Nilsson/.DS_Store

8 KB
Binary file not shown.

06_Gridding_Nilsson/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Gridding and Filtering of Elevation Change Observations
2+
3+
Instructor: Johan Nilsson (johan.nilsson@jpl.nasa.gov)
4+
5+
This tutorial focuses on the usefulness of different interpolation techniques and filtering approaches used in satellite altimetry to derive gridded products of elevation change. These products will then used to demonstrate how one can derive the integrated volume change of the dataset or region in question.
6+
7+
### Learning Objectives
8+
- General understanding of why gridded datasets are usefull in altimetry
9+
- Understand the impact of different gridding and filtering strategies
10+
- How to derive integrated volume change estimates of gridded datasets
11+
12+
The algorithms used in this tutorial are downscaled versions of a python altimetry package, currently being devloped at JPL, providing a range of algorithms for common tasks in altimetry data processing. It will soon become avalibale on GitHub as the “captoolkit” for public usage.
8 KB
Binary file not shown.

06_Gridding_Nilsson/notebook/Gridding-rendered.ipynb

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.

06_Gridding_Nilsson/notebook/Gridding.ipynb

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.
26.9 KB
Loading
56.4 KB
Loading

0 commit comments

Comments
 (0)