-
Notifications
You must be signed in to change notification settings - Fork 26
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
1 parent
44a09f4
commit ae90596
Showing
4 changed files
with
37 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
sidebar_position: 6 | ||
title: "CSES" | ||
description: "Community Streamflow Evaluation System" | ||
tags: | ||
- roset | ||
- python | ||
--- | ||
|
||
# CSES | ||
|
||
Community Streamflow Evaluation System (CSES) is a Python-based, user friendly, fast, and model agnostic streamflow evaluator tool. This tool can be used to evaluate any hydrological model that uses NHDPlus dataset. It allows a user to evaluate the performance of a hydrological model at the collocated USGS gauges and NHDPlus stream reaches. This Python-based tool helps visualize the results and investigate the model performance interactively. The current version of the tool is available on GitHub and can be accessed using the following link. | ||
|
||
![Community Streamflow Evaluation System (CSES)](/img/streamfloweval.png) | ||
|
||
|
||
import GitHubReadme from '@site/src/components/GitHubReadme'; | ||
|
||
<GitHubReadme username="whitelightning450" repo="Community-Streamflow-Evaluation-System" /> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
sidebar_position: 8 | ||
title: "SWEML" | ||
description: "Snow Water Equivalent Machine Learning" | ||
tags: | ||
- national_snow_model | ||
--- | ||
|
||
# Advancing Snow Modeling | ||
|
||
The Snow Water Equivalent Machine Learning(SWEML) incorporates ground-based snow measuring sites, remotely-sensed snow cover information, and a Artificial Neural Network to provide point estimations of Snow Water Equivalent. The network was trained on historical data data from NASA’s ASO missions, divided into regions, and then a LightGradientBoost Model was used to preform recursive feature elimination to produce an efficient feature selection and region-specific model. The class contains the required functions for downloading data, pre-processing, running inference, and for producing visualizations. | ||
|
||
## Code | ||
|
||
The source code for the Snow Model can be found on GitHub: | ||
|
||
https://github.com/whitelightning450/SWEML |