Skip to content

Commit

Permalink
Merge pull request #12 from geo-smart/image-folder-name-issue
Browse files Browse the repository at this point in the history
fix image render issue
  • Loading branch information
saivivek116 authored Jul 27, 2024
2 parents f766075 + 3f8e80b commit 384e598
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 54 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# cookiecutter webpage things
cookiecutter.json
#/book/_build/html/assets

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parts:

- caption: Chapter Nine
chapters:
- file: chapters/predictions
- file: chapters/Predictions
title: Model Predictions / Results

- caption: Chapter Ten
Expand Down
38 changes: 6 additions & 32 deletions book/chapters/Predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,14 @@
},
"source": [
"**Preparing for Prediction:**\n",
"This begins with loading and pre-processing of data"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "EpdJKnj7gTr8"
},
"source": [
"This begins with loading and pre-processing of data\n",
"\n",
"Loading Data: The script starts by ingesting data from a CSV file, bringing into the fold the vast array of variable"
]
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 1,
"metadata": {
"id": "LkzaZTCtgJ5R"
},
Expand Down Expand Up @@ -305,25 +298,6 @@
"![](../img/Pred_Delivery.png)"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "7kYpJsr3jWJx"
},
"source": [
"\n",
"\n",
"---\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"---\n",
"\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -586,7 +560,7 @@
"id": "JHTfd_L9UkBt"
},
"source": [
"![](../img/SWE_Map.png)"
"![SWE MAP](../img/SWE_Map.png)"
]
},
{
Expand Down Expand Up @@ -623,9 +597,9 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python (base)",
"language": "python",
"name": "python3"
"name": "base"
},
"language_info": {
"codemirror_mode": {
Expand Down
25 changes: 17 additions & 8 deletions book/chapters/datasource.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,23 @@
"\n",
"\n",
"\n",
"<img src=\"../img/gridMet/tmmn_map.png\" alt=\"air_temperature_tmmn Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/tmmx_map.png\" alt=\"air_temperature_tmmx Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/evapotranspiration_map.png\" alt=\"potential_evapotranspiration Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/mean_vapor_pressure_deficit_map.png\" alt=\"mean_vapor_pressure_deficit\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/relative_humidity_rmax_map.png\" alt=\"relative_humidity_rmax map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/relative_humidity_rmin_map.png\" alt=\"relative_humidity_rmin Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/precipitation_amount.png\" alt=\"precipitation_amount Map\" height=\"250\" width=\"250\"/>\n",
"<img src=\"../img/gridMet/wind_speed_map.png\" alt=\"wind_speed Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"\n",
"<img src=\"../img/gridMET/tmmn-map.png\" alt=\"air_temperature_tmmn Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/tmmx_map.png\" alt=\"air_temperature_tmmx Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/evapotranspiration_map.png\" alt=\"potential_evapotranspiration Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/mean_vapor_pressure_deficit_map.png\" alt=\"mean_vapor_pressure_deficit\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/relative_humidity_rmax_map.png\" alt=\"relative_humidity_rmax map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/relative_humidity_rmin_map.png\" alt=\"relative_humidity_rmin Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/precipitation_amount.png\" alt=\"precipitation_amount Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"<img src=\"../img/gridMET/wind_speed_map.png\" alt=\"wind_speed Map\" height=\"250\" width=\"250\"/>\n",
"\n",
"## Characteristics\n",
"\n",
Expand Down
7 changes: 1 addition & 6 deletions book/chapters/motivation.ipynb

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions book/chapters/overview.ipynb

Large diffs are not rendered by default.

Binary file added book/img/features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added book/img/swe.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 384e598

Please sign in to comment.