Skip to content

Commit

Permalink
Merge branch 'CIROH-UA:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Jan 5, 2024
2 parents 60048df + eae608b commit 1f13a4a
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions docs/products/tools/waternode/waternode.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,35 @@
---
sidebar_position: 1
title: "Water Node"
title: "Water Prediction Node"
description: "Water Node Website"
tags:
- waternode
- CoastWatch
- national water center
---

# Welcome to the Water Node
# Welcome to the Water Prediction Node

## What is the Water Node?

[The water node website](https://waternode.ciroh.org/) is a collaborative effort between CIROH, NOAA CoastWatch, and the National Water Center. The purpose of the website will be to intake and disseminate remote sensing data relevant to hydrological modeling, prediction, and analysis. The data will come from a variety of sources from within NOAA, CIROH, as well as potentially other agencies and companies. This data will be disseminated to CIROH researchers, Water Center operations, and the general public.
[The Water Prediction Node (WPN) website](https://waternode.ciroh.org/) is a collaborative effort between CIROH, NOAA CoastWatch, and the National Water Center. The purpose of the website is to intake and disseminate remote sensing data relevant to hydrological modeling, prediction, and analysis. The data will come from a variety of sources from within NOAA, CIROH, as well as potentially other agencies and companies. This data will be disseminated to CIROH researchers, Water Center operations, and the general public.

The other main purpose of the website is to serve as an educational platform and facilitator for the use of satellite imagery so that stakeholders that aren't experts in the processing and acquisition of remote sensing data can still use satellite imagery in their research efforts.

## Data Catalog

The WPN has a [STAC](https://stacspec.org/en) data catalog. The catalog can be accessed via the [graphical browser](https://waternode.ciroh.org/catalog/?.language=en) or programatically via R or Python. The WPN has [a tutorial](https://colab.research.google.com/drive/17IME_lDGYwpLR_Wv-NZW5nm519XK3oMT?usp=sharing) demonstrating how to download WPN data via python. More tutorials for working with WPN data will be created at the [tutorials page](https://waternode.ciroh.org/tutorials.html).

The two main initial focuses of the data catalog will be:
1. Flood maps created using satellite data. Maps created by [NESDIS STAR](https://www.star.nesdis.noaa.gov/star/index.php) using VIIRS, Sentinel 1/2, landsat, and GOES ABI will be made available.
2. ET related data. The WPN will catalog NESDIS STAR soil moisture products as well as remotely sensed vegetation indices that have the potential to improve hydrological model validation and evaluation efforts.
3. Baseline inundated extents and river widths. Baseline inundated extents are already being produced by the National Water Center and have the potential to inform the flood masp in the catalog. Multi-year baselines can also be informative when evaluating drought stricken regions. River widths have the potential to be assimilated into the National Water Model to improve synthetic rating curves as well as model discharge estimates.

## Current WPN projects

The Water Prediction Node [first project](https://waternode.ciroh.org/fim.html) is making it easier to perform qualitative comparisons between flood maps created from satellite imagery and flood maps created using the inundation models used by the National Water Center (NWC). The WPN will enable these comparisons by focusing on:
1. Exposing WPN data catalog assets as a web mapping service or web mapping tile service. This will allow stakeholders to easily import WPN satellite derived flood maps into their GIS viewer of choice. This satellite derived flood map layer can then be quickly compared to modeled inundation.
2. Creating easy to access collections of satellite imagery of notable floods so that retrospective evaluation is easier.
3. Creating a [web processing service](https://www.ogc.org/standard/wps/) that allows for the creation of agreement maps in the style of [gval](https://github.com/noaa-owp/gval). These agreement maps will highlight areas of agreement and disagreement between the modelled and remotely sensed flood maps and will allow the computation of agreement metrics.

## Website repository

The source for the website implementation can be found [here](https://github.com/dylanlee/wnweb/tree/main)

0 comments on commit 1f13a4a

Please sign in to comment.