Skip to content

Commit

Permalink
Add required header, run this notebook, approach sections
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Nov 18, 2023
1 parent c89443f commit 90e0a0c
Showing 1 changed file with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,37 @@
"id": "98a2bdcc-0ff4-4d05-a92b-403ae87844aa",
"metadata": {},
"source": [
"# Generate Kerchunk Reference from CMIP6 NetCDF files\n",
"---\n",
"title: Generate Kerchunk Reference from CMIP6 NetCDF files\n",
"description: Tutorial for data providers who want to create a kerchunk reference for NetCDF files.\n",
"author: Aimee Barciauskas\n",
"date: November 17, 2023\n",
"execute:\n",
" freeze: true\n",
" cache: true\n",
"---\n",
"\n",
"## Run this notebook\n",
"\n",
"You can launch this notebook in VEDA JupyterHub by clicking the link below.\n",
"\n",
"[Launch in VEDA JupyterHub (requires access)](https://nasa-veda.2i2c.cloud/hub/user-redirect/git-pull?repo=https://github.com/NASA-IMPACT/veda-docs&urlpath=lab/tree/veda-docs//notebooks/veda-operations/generate-cmip6-kerchunk-historical.ipynb&branch=main) \n",
"\n",
"<details><summary>Learn more</summary>\n",
" \n",
"### Inside the Hub\n",
"\n",
"This notebook was written on a VEDA JupyterHub instance\n",
"\n",
"See (VEDA Analytics JupyterHub Access)[https://nasa-impact.github.io/veda-docs/veda-jh-access.html] for information about how to gain access.\n",
"\n",
"### Outside the Hub\n",
"\n",
"You are welcome to run this anywhere you like (Note: alternatively you can run this on https://daskhub.veda.smce.nasa.gov/, MAAP, locally, ...), just make sure that the data is accessible, or get in contact with the VEDA team to enable access.\n",
"\n",
"</details>\n",
"\n",
"## Approach\n",
"\n",
"This notebook demonstrates how to create a [kerchunk](https://fsspec.github.io/kerchunk/) reference for the [AWS Open Data Registry of NASA Earth Exchange Global Daily Downscaled Projections (NEX-GDDP-CMIP6)](https://registry.opendata.aws/nex-gddp-cmip6/) NetCDF files on S3. Because the NetCDF files are publicly avaialble, this notebook should be runnable in any environment with the imported libraries, up until the last step where the kerchunk reference file is stored in the veda-data-store-staging S3 bucket, as that is a protected bucket.\n",
"\n",
Expand Down

0 comments on commit 90e0a0c

Please sign in to comment.