-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
125 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,57 @@ | ||
# Streamflow-Predictions | ||
A python application that allows the user to predict waterflow in a given area | ||
<span> | ||
<h1 align="center"> FlowForecast </h1> | ||
<h3 align="center"> A python application to predict river flow </h3> | ||
</span> | ||
|
||
<span> | ||
<h3 align="center">Libraries used:</h3> | ||
<span> | ||
<p align="center"> | ||
<a href="https://hydrofunctions.readthedocs.io/en/master/" target="_blank" rel="noreferrer"> <img src="https://hydrofunctions.readthedocs.io/en/master/_static/hf-logo.svg" alt="CHydrofunctions" width="40" height="40"/> </a> | ||
<a href="https://pandas.pydata.org/" target="_blank" rel="noreferrer"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Pandas_mark.svg/1200px-Pandas_mark.svg.png" alt="Pandas" width="40" height="40"/> </a> | ||
<a href="https://numpy.org/" target="_blank" rel="noreferrer"> <img src="https://numpy.org/images/logo.svg" alt="Numpy" width="40" height="40"/> </a> | ||
<a href="https://matplotlib.org/" target="_blank" rel="noreferrer"> <img src="https://upload.wikimedia.org/wikipedia/commons/0/01/Created_with_Matplotlib-logo.svg" alt="Matplotlib" width="40" height="40"/> </a> | ||
</p> | ||
</span> | ||
</span> | ||
</br> | ||
</br> | ||
</br> | ||
</br> | ||
|
||
<h1 align="center"> Features: </h1> | ||
<ul> | ||
<li> | ||
<p>Real-time data collection thanks to the hydrofunctions library!</p> | ||
</li> | ||
<li> | ||
<p>Data caching to reduce on load times for repeated queries!</p> | ||
</li> | ||
<li> | ||
<p>Saving your graphs as images to store them for later!<p> | ||
</li> | ||
<li> | ||
<p>A quick-and-easy setup that only requires one python command! | ||
</li> | ||
</ul> | ||
</br> | ||
</br> | ||
</br> | ||
|
||
<h1 align="center"> Example Graph: </h1> | ||
<p align="center"> | ||
<img src="README_data/plot.png" alt="Example graph"> | ||
</p> | ||
</br> | ||
</br> | ||
</br> | ||
</br> | ||
<h1 align="center"> Planned Features:</h1> | ||
<ul> | ||
<li> | ||
<p> Cleaner & more intuitive UI </p> | ||
</li> | ||
<li> | ||
<p> Loading text and faster data fetching </p> | ||
</li> | ||
</ul> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters