Skip to content

Commit 0bda90a

Browse files
committed
adding pydap
1 parent 1fa3934 commit 0bda90a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

advanced/backends/intro-backends.ipynb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@
2222
"\n",
2323
"\n",
2424
":::{admonition} See also\n",
25-
"You can learn more about xarray's [internal](https://tutorial.xarray.dev/advanced/backends/backends.html#links-to-internal-backends) and [external](https://tutorial.xarray.dev/advanced/backends/backends.html#links-to-external-backends-not-comprehensive) and our [guide](https://docs.xarray.dev/en/latest/user-guide/io.html) on internal and external backends.\n",
25+
"You can learn more about xarray's [internal](https://tutorial.xarray.dev/advanced/backends/backends.html#links-to-internal-backends) and [external](https://tutorial.xarray.dev/advanced/backends/backends.html#links-to-external-backends-not-comprehensive) with our [guide](https://docs.xarray.dev/en/latest/user-guide/io.html) to backends.\n",
2626
"\n",
2727
":::\n",
2828
"\n",
2929
"## Why should you create your own Xarray backend?\n",
3030
"\n",
3131
"- Allows you to use xarray's interface\n",
32-
"- Easy intergration with dask for lazy loading with Dask\n",
33-
"- You don’t need to integrate any code in Xarray.\n",
34-
"\n",
35-
"Text and boxes are clickable for more information. Following the diagram is detailed information on many popular backends. You can learn more about using and developing backends in the Xarray tutorial JupyterBook.\n",
36-
"You can [read different types of files](https://docs.xarray.dev/en/stable/user-guide/io.html) in `xr.open_dataset` by specifying the engine to be used:\n"
32+
"- Easy integration with dask for lazy loading with Dask\n",
33+
"- You don’t need to integrate any code in Xarray.\n"
3734
]
3835
},
3936
{

0 commit comments

Comments
 (0)