{ "cells": [ { "cell_type": "markdown", "id": "0", "metadata": {}, "source": [ "# Templates\n", "\n", "\n", "This section of the Cookbook covers a wide range of topics. The intent is to\n", "create templates to showcase workflows that can be used by students as a primer\n", "for independent research projects.\n", "\n", "| Concepts | Importance | Notes |\n", "|---|---|---|\n", "| [Intro to xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Necessary | |\n", "| [Dask Arrays](https://foundations.projectpythia.org/core/xarray/dask-arrays-xarray.html)| Necessary| |\n", "| [Documentation scikit-learn](https://scikit-learn.org/stable/)|Neccesary|Machine Learning in Python|\n", "| [Documentation Matplotlib](https://matplotlib.org/stable/users/explain/quick_start.html)|Helpful|Ploting in Python|\n", "| [Documentation odc-stac](https://odc-stac.readthedocs.io/en/latest/)|Helpful|Data access|\n", "\n", "- **Time to learn**: 10 min\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3", "path": "/opt/hostedtoolcache/Python/3.11.11/x64/share/jupyter/kernels/python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.11" } }, "nbformat": 4, "nbformat_minor": 5 }