Skip to content

Commit

Permalink
Merge pull request #22 from JYOSHREDDY/main
Browse files Browse the repository at this point in the history
Motivation chapter
  • Loading branch information
VisheshSaluja authored Aug 26, 2024
2 parents 2014a16 + 3e0e951 commit d82d90c
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 92 deletions.
86 changes: 0 additions & 86 deletions book/chapters/Motivation.ipynb

This file was deleted.

65 changes: 65 additions & 0 deletions book/chapters/motivation.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "671e2711",
"metadata": {},
"source": [
"# Motivation"
]
},
{
"cell_type": "markdown",
"id": "30fcdf0d",
"metadata": {},
"source": [
"Accurately predicting Snow Water Equivalent (SWE) is important for many areas like agriculture, water management, and infrastructure planning. As climate change continues to affect snowpack patterns, traditional methods of forecasting are becoming less reliable. These older methods often struggle to deal with the changes in snow conditions, leading to mistakes in predictions that can seriously affect how we manage water supplies, prepare for floods, and plan agricultural activities."
]
},
{
"cell_type": "markdown",
"id": "f2e2a609",
"metadata": {},
"source": [
"Machine Learning (ML) offers a new way to tackle these challenges by using advanced techniques to handle large and complex datasets, improving the accuracy of SWE forecasts. But using ML isn’t easy. Researchers face many challenges, such as dealing with unpredictable data, creating complicated workflows, and keeping track of past experiments. For example, snowpack data can vary a lot due to differences in elevation, temperature changes, and different types of precipitation. This can cause models to be too specific to certain conditions, making them less useful in other situations."
]
},
{
"cell_type": "markdown",
"id": "f31d4f6f",
"metadata": {},
"source": [
"Also, without standard ways to manage ML experiments, even small changes in data or model settings can lead to very different results. This makes it harder for scientists to build models that can be reused, slowing down progress in SWE research because they have to keep rechecking and refining their work instead of applying their findings to real-world problems."
]
},
{
"cell_type": "markdown",
"id": "db598b59",
"metadata": {},
"source": [
"The need for this research is urgent because climate-related events, like unexpected snowmelt causing water shortages or floods, are happening more often and with greater severity. For instance, in recent years, places that rely on snowmelt for their water supply have struggled because traditional prediction methods couldn’t predict early or fast snowmelt, leading to droughts or floods. As these events become more common, the demand for accurate and timely SWE forecasts is growing, making it essential to find new ways to keep up with these environmental changes. By making ML-based forecasting methods more efficient, easier to use, and adaptable to different research needs, geoweaver aims to create better workflows that improve the accuracy of SWE forecasts. The ultimate goal is to help ensure that we can manage our natural resources more sustainably and make better decisions in areas that depend on snow."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
42 changes: 36 additions & 6 deletions book/chapters/overview.ipynb

Large diffs are not rendered by default.

0 comments on commit d82d90c

Please sign in to comment.