Skip to content

Commit

Permalink
Updated CSES and SWEML
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed May 10, 2024
1 parent 44a09f4 commit ae90596
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
20 changes: 20 additions & 0 deletions docs/products/cses/index.md
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" />

17 changes: 0 additions & 17 deletions docs/products/nationalsnowmodel/index.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/products/roset/index.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/products/sweml/index.md
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

0 comments on commit ae90596

Please sign in to comment.