We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7f101 commit 1dd42e1Copy full SHA for 1dd42e1
README.md
@@ -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