Skip to content

Commit

Permalink
add face images for notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishpanta0 committed Oct 13, 2024
1 parent b336ef9 commit ac67935
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions hands-on/session III/4.ieee_scivis_dyamond_geos.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,35 @@
"### set the variable and face"
]
},
{
"cell_type": "markdown",
"id": "f9d26b18",
"metadata": {},
"source": [
"## Accessing Variables on Each Face of the Cubed-Sphere Grid\n",
"\n",
"The cubed-sphere grid consists of six faces as shown in the images below. Each face corresponds to a different region of the grid, allowing for individual access and processing of data.\n",
"\n",
"<div style=\"display: flex; justify-content: center;\">\n",
" <img src=\"./images/cubed-sphere-grid.jpg\" alt=\"Cubed-Sphere Grid\" width=\"600\" height=\"300\"/>\n",
" <img src=\"./images/faces6.png\" alt=\"6 Faces\" width=\"600\"/>\n",
"</div>\n"
]
},
{
"cell_type": "markdown",
"id": "01f96596",
"metadata": {},
"source": [
"Each face will look like this.\n",
"\n",
"\n",
"<div style=\"display: flex; justify-content: center;\">\n",
" <img src=\"./images/faces6.png\" alt=\"6 Faces\" width=\"600\"/>\n",
" <img src=\"./images/attached_geos_faces.png\" alt=\"6 Faces\" width=\"600\"/>\n",
"</div>\n"
]
},
{
"cell_type": "code",
"execution_count": 22,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hands-on/session III/images/cubed-sphere-grid.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hands-on/session III/images/faces6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac67935

Please sign in to comment.