Skip to content

Commit 1dd42e1

Browse files
authored
Create README.md
1 parent 1d7f101 commit 1dd42e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# xarray_open_tutorial
2+
3+
Notebook and data for short xarray open tutorial presented at ICESat-2 Hackweek, Seattle, WA, 17 to 21 June, 2019.
4+
5+
The notebook contains a **very** short introduction to the python xarray package. Please see
6+
http://xarray.pydata.org/en/stable/ for a more in depth introduction and documentation.
7+
8+
I've included an example of **vectorized indexing**, which, for example, could be used to extract values from gridded data
9+
along an ICESat-2 track. I've also included an example of how to interpolate an xarray field to a set of points. The
10+
`segtrax` team use this to interpolate ice motion vectors to the locations of ICESat-2 sea ice freeboard segments. The
11+
interpolation routine is based on one presented by Johan and Fernando Paolo.

0 commit comments

Comments
 (0)