Skip to content

Commit

Permalink
update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnag committed Dec 17, 2024
1 parent 0f5f64d commit bb38fa1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/dmrpp-virtualizarr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Creating cloud optimized reference files with earthaccess and virtualizarr\n",
"# Cloud optimized access to NASA data with earthaccess and virtualizarr\n",
"This notebook will focus on the usage of `earthaccess.open_virtual_dataset` and `earthaccess.open_virtual_mfdataset` to create cloud optimized reference files for the data stored in the cloud.\n",
"\n",
"All of the examples in this tutorial load data over https (`access=\"indirect\"`). However, there is a **significant** speed improvement when using these functions in-cloud and enabling `access=\"direct\"`. For example, using managed cloud JupyterHubs like NASA VEDA or 2i2c Openscapes. This is because the data is streamed directly from cloud storage to cloud compute.\n",
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ nav:
- "Search and access of restricted datasets": "tutorials/restricted-datasets.ipynb"
- "Reproducing NASA sea level rise infographic": "tutorials/SSL.ipynb"
- "Accessing and visualizing EMIT data with a few lines of code": "tutorials/emit-earthaccess.ipynb"
- "Cloud optimized access to NASA data with earthaccess and virtualizarr": "tutorials/dmrpp-virtualizarr.ipynb"
- USER REFERENCE:
- API:
- "Search and Access": "user-reference/api/api.md"
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ kerchunk = [
"xarray",
]
virtualizarr = [
"virtualizarr >=1.2.0"
"virtualizarr >=1.2.0",
"zarr",
]
dev = [
"bump-my-version >=0.10.0",
Expand Down Expand Up @@ -119,6 +120,7 @@ docs = [
# See https://github.com/danielfrg/mkdocs-jupyter/issues/197
"lxml-html-clean >=0.1.1",
"dask>=2024.8.0",
"earthaccess[virtualizarr]",
"cftime>=1.6.4",
]

Expand Down
6 changes: 6 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb38fa1

Please sign in to comment.