|
971 | 971 | "\n", |
972 | 972 | "Xarray ties in to the larger scientific python ecosystem and in turn many\n", |
973 | 973 | "packages build on top of xarray. A long list of such packages is here:\n", |
974 | | - "<https://docs.xarray.dev/en/stable/related-projects.html>.\n", |
| 974 | + "<https://docs.xarray.dev/en/stable/user-guide/ecosystem.html>.\n", |
975 | 975 | "\n", |
976 | 976 | "Now we will demonstrate some cool features.\n" |
977 | 977 | ] |
|
1104 | 1104 | "metadata": {}, |
1105 | 1105 | "outputs": [], |
1106 | 1106 | "source": [ |
1107 | | - "import hvplot.xarray\n", |
1108 | | - "\n", |
| 1107 | + "import hvplot.xarray" |
| 1108 | + ] |
| 1109 | + }, |
| 1110 | + { |
| 1111 | + "cell_type": "code", |
| 1112 | + "execution_count": null, |
| 1113 | + "metadata": {}, |
| 1114 | + "outputs": [], |
| 1115 | + "source": [ |
1109 | 1116 | "ds.air.hvplot(groupby=\"time\", clim=(270, 300), widget_location='bottom')" |
1110 | 1117 | ] |
1111 | 1118 | }, |
|
1202 | 1209 | "- [MetPy](https://unidata.github.io/MetPy/latest/index.html) : tools for working\n", |
1203 | 1210 | " with weather data\n", |
1204 | 1211 | "\n", |
1205 | | - "Check the Xarray [Ecosystem](https://docs.xarray.dev/en/stable/ecosystem.html) page and [this tutorial](https://tutorial.xarray.dev/intermediate/xarray_ecosystem.html) for even more packages and demonstrations." |
| 1212 | + "Check the Xarray [Ecosystem](https://docs.xarray.dev/en/stable/user-guide/ecosystem.html) page and [this tutorial](https://tutorial.xarray.dev/intermediate/xarray_ecosystem.html) for even more packages and demonstrations." |
1206 | 1213 | ] |
1207 | 1214 | }, |
1208 | 1215 | { |
|
1213 | 1220 | "\n", |
1214 | 1221 | "1. Read the [tutorial](https://tutorial.xarray.dev) material and [user guide](https://docs.xarray.dev/en/stable/user-guide/index.html)\n", |
1215 | 1222 | "1. See the description of [common terms](https://docs.xarray.dev/en/stable/terminology.html) used in the xarray documentation: \n", |
1216 | | - "1. Answers to common questions on \"how to do X\" with Xarray are [here](https://docs.xarray.dev/en/stable/howdoi.html)\n", |
| 1223 | + "1. Answers to common questions on \"how to do X\" with Xarray are [here](https://docs.xarray.dev/en/stable/get-help/howdoi.html)\n", |
1217 | 1224 | "1. Ryan Abernathey has a book on data analysis with a [chapter on Xarray](https://earth-env-data-science.github.io/lectures/xarray/xarray_intro.html)\n", |
1218 | | - "1. [Project Pythia](https://projectpythia.org/) has [foundational](https://foundations.projectpythia.org/landing-page.html) and more [advanced](https://cookbooks.projectpythia.org/) material on Xarray. Pythia also aggregates other [Python learning resources](https://projectpythia.org/resource-gallery.html).\n", |
| 1225 | + "1. [Project Pythia](https://projectpythia.org/) has [foundational](https://foundations.projectpythia.org) and more [advanced](https://cookbooks.projectpythia.org/) material on Xarray. Pythia also aggregates other [Python learning resources](https://projectpythia.org/resource-gallery).\n", |
1219 | 1226 | "1. The [Xarray Github Discussions](https://github.com/pydata/xarray/discussions) and [Pangeo Discourse](https://discourse.pangeo.io/) are good places to ask questions.\n", |
1220 | 1227 | "1. Tell your friends! Tweet!\n", |
1221 | 1228 | "\n", |
|
0 commit comments