Skip to content

Commit

Permalink
Merge pull request #2057 from Esri/jy-rvw-wildfire-nb
Browse files Browse the repository at this point in the history
add markdown headings for nav and reformat note
  • Loading branch information
jyaistMap authored Sep 19, 2024
2 parents e7660d3 + d874354 commit da34b09
Showing 1 changed file with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Import required libraries\n"
"## Import required libraries\n"
]
},
{
Expand Down Expand Up @@ -83,7 +83,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Get data\n",
"## Get data\n",
"\n",
"For this analysis we need the following datasets\n",
"\n",
Expand Down Expand Up @@ -287,6 +287,15 @@
"nbr_diff = nbr_prefire - nbr_postfire"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To view the raster function chain visually, we install `graphviz` Python library. \n",
"\n",
"> **Note:** _after the installation is done, this notebook kernel has to be restarted and ran from the beginning once again to have graphviz imported and variables declared_.\n"
]
},
{
"cell_type": "code",
"execution_count": 9,
Expand All @@ -310,13 +319,6 @@
" [5, 255, 0, 0]])"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To view the raster function chain visually, we install `graphviz` Python library. Note: _after the installation is done, this notebook kernel has to be restarted and ran from the beginning once again to have graphviz imported and variables declared_.\n"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand Down Expand Up @@ -915,7 +917,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -932,5 +934,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit da34b09

Please sign in to comment.