Skip to content

Commit

Permalink
Temp intro xarray (#634)
Browse files Browse the repository at this point in the history
* adding Intro to Xarray notebook and sup data

* update list of beginner notebooks to include new notebooks

* update readme

* update readme

* update readme

* v.minor markdown edits

Co-authored-by: cbur24 <[email protected]>
  • Loading branch information
Kooie-cate and cbur24 authored Oct 2, 2020
1 parent b4883f8 commit be1e2b9
Show file tree
Hide file tree
Showing 11 changed files with 3,902 additions and 1,363 deletions.
6 changes: 4 additions & 2 deletions Beginners_guide/01_Jupyter_notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,13 @@
"\n",
"1. **Jupyter Notebooks (this notebook)**\n",
"2. [Digital Earth Australia](02_DEA.ipynb)\n",
"3. [Products and measurements](03_Products_and_measurements.ipynb)\n",
"3. [Products and Measurements](03_Products_and_measurements.ipynb)\n",
"4. [Loading data](04_Loading_data.ipynb)\n",
"5. [Plotting](05_Plotting.ipynb)\n",
"6. [Performing a basic analysis](06_Basic_analysis.ipynb)\n",
"7. [Parallel processing with Dask](07_Parallel_processing_with_Dask.ipynb)\n",
"7. [Introduction to numpy](07_Intro_to_numpy.ipynb)\n",
"8. [Introduction to xarray](08_Intro_to_xarray.ipynb)\n",
"9. [Parallel processing with Dask](09_Parallel_processing_with_dask.ipynb)\n",
"\n",
"Once you have worked through the beginner's guide, you can join advanced users by exploring:\n",
"\n",
Expand Down
8 changes: 5 additions & 3 deletions Beginners_guide/02_DEA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,13 @@
"\n",
"1. [Jupyter Notebooks](01_Jupyter_notebooks.ipynb)\n",
"2. **Digital Earth Australia (this notebook)**\n",
"3. [Products and measurements](03_Products_and_measurements.ipynb)\n",
"3. [Products and Measurements](03_Products_and_measurements.ipynb)\n",
"4. [Loading data](04_Loading_data.ipynb)\n",
"5. [Plotting](05_Plotting.ipynb)\n",
"6. [Performing a basic analysis](06_Basic_analysis.ipynb)\n",
"7. [Parallel processing with Dask](07_Parallel_processing_with_Dask.ipynb)\n",
"7. [Introduction to numpy](07_Intro_to_numpy.ipynb)\n",
"8. [Introduction to xarray](08_Intro_to_xarray.ipynb)\n",
"9. [Parallel processing with Dask](09_Parallel_processing_with_dask.ipynb)\n",
"\n",
"Once you have worked through the beginner's guide, you can join advanced users by exploring:\n",
"\n",
Expand Down Expand Up @@ -347,7 +349,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.6.9"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Loading

0 comments on commit be1e2b9

Please sign in to comment.