Skip to content

Commit 50060ac

Browse files
author
JessicaS11
committed
add rest of tutorials
1 parent 45fc4cb commit 50060ac

50 files changed

Lines changed: 14425 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Intro to HDF5 and ICESat-2 Data Files
2+
3+
Instructor: Fernando Paolo (paolofer@jpl.nasa.gov)
4+
5+
## Tutorials:
6+
7+
Part 1: Introduction to HDF5 data model
8+
Part 2: Reduction of ICESat-2 data files
9+
10+
## Goals:
11+
12+
- Familiarize with HDF5 data model
13+
- Familiarize with HDF5 basic tools
14+
- Have a quick overview of cloud options
15+
- Download IS2 files according region of interest
16+
- Extract variables of interest and filter in time and space
17+
- Prepare data for large-scale processing
18+
- Learn simple/generic data parallelization strategy
19+
- Inspect data files from the command line
20+
- Plot millions of points efficiently
21+
22+
## Schedule
23+
24+
Monday June 15: Hack-day #1 (10:30 - 11:30 AM)
25+
26+
## Setup
27+
28+
1. Login to JupyterHub: https://icesat-2.hackweek.io/hub/login
29+
2. Open a Terminal: Find Terminal icon at the bottom (or click the `+` sign on the top left)
30+
3. Clone GitHub repo (type on the terminal): `git clone https://github.com/ICESAT-2HackWeek/intro-hdf5.git`
31+
32+
## Questions
33+
34+
Post your question in the [#questions](https://icesat2hackweek.slack.com/archives/C014V14KA3G) channel on Slack
35+
36+
## Credit
37+
38+
The algorithms used in this tutorial are downscaled versions of an open-source Python altimetry package, currently being developed at JPL/Caltech: [captoolkit](https://github.com/fspaolo/captoolkit). This package provides a range of algorithms for common tasks in altimetry data processing. We also use the convenient data download interface from [icepyx](https://github.com/icesat2py/icepyx).
39+
40+
## License
41+
42+
The content of this project itself is licensed under the [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/), and the underlying source code used to format and display that content is licensed under the [MIT licenseo](https://github.com/github/choosealicense.com/blob/gh-pages/LICENSE.md).
254 KB
Loading
1.13 MB
Loading
93.1 KB
Loading
990 KB
Loading
6.48 MB
Loading
9.9 KB
Loading

0 commit comments

Comments
 (0)