forked from CIROH-UA/ciroh-ua_website
-
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.
This commit introduces a new feature that allows to fetch and display…
… README files from GitHub repositories.
- Loading branch information
1 parent
97be06e
commit 490046f
Showing
51 changed files
with
370 additions
and
456 deletions.
There are no files selected for viewing
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,39 @@ | ||
--- | ||
sidebar_position: 4 | ||
title: "BYU Hydroinformatics courses" | ||
description: "Online courses powered by Open edX" | ||
tags: | ||
- education | ||
- BYU | ||
- hydroinformatics | ||
- online courses | ||
--- | ||
# BYU Hydroinformatics Courses: Enhance Your Skillds in Water Resources Management | ||
|
||
Online courses powered by Open edX | ||
|
||
Available at : https://byu-hydroinformatics.edunext.io/ | ||
|
||
Advance your knowledge and skills in water resources management with online courses from Brigham Young University's Hydroinformatics Program. These courses are designed for professionals, students, and anyone interested in deepening their understanding of water-related challenges and solutions. | ||
|
||
Courses cover a wide range of topics, including: | ||
|
||
- Hydrologic modeling | ||
- Water quality analysis | ||
- Water resources planning and management | ||
- GIS and remote sensing for water resources | ||
- Data science for water resources | ||
|
||
Whether you are new to the field or looking to enhance your existing knowledge, our online courses offer a flexible and convenient way to learn from experts in the field. | ||
|
||
Benefits of Taking BYU Hydroinformatics Courses: | ||
|
||
- Learn from experienced faculty and researchers | ||
Access high-quality course materials and resources | ||
Engage with a global community of learners | ||
Earn certificates of completion to demonstrate your skills | ||
Get Started Today: | ||
|
||
- Visit website at https://byu-hydroinformatics.edunext.io/ to explore our course offerings and enroll in the courses that align with your interests and career goals. | ||
|
||
Note: These courses are offered through Open edX, a non-profit organization dedicated to providing open and affordable online education. |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
docs/education/NextGenFramework/NextGenLightningTalk2023.md
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
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,22 @@ | ||
--- | ||
sidebar_position: 4 | ||
title: "NextGen Framework" | ||
description: "NWM" | ||
tags: | ||
- NWM | ||
- BMI | ||
|
||
--- | ||
|
||
# NextGen Framework: Building Novel and Mimic Model Formulations | ||
|
||
## Speaker: Fred L. Ogden, Ph.D., P.E., Chief Scientist (ST), NOAA/NWS Office of Water Prediction | ||
|
||
The Basic Model Interface (BMI) standard employed in the Next Generation Water Resources Modeling (NextGen) framework enables the construction of both mimic and novel model formulations. This involves the ordered execution of modules designed to simulate individual processes or fluxes and the integration of these over time on various control volumes to simulate the temporal evolution of model states. These are referred to as "multi-BMI" formulations. | ||
|
||
Currently, the order of execution of modules within a multi-BMI model formulation is determined by the ordering of modules in the run realization file. This presentation showcases model/module developments undertaken to date in this regard and discusses knowledge gaps and needs. Additionally, it proposes potential coding standards for modules that allow for the monitoring of conservation law enforcement at the framework level for different model formulations using various internal discretizations. | ||
|
||
## Building Novel & Mimic Model Formulations Using NextGen Framework: | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/1Wy6y37kjfY" title="YouTube Video Player" frameborder="0" allowfullscreen></iframe> | ||
|
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: 2 | ||
title: "ngen Model Framework" | ||
description: "ngen repo" | ||
tags: | ||
- ngen | ||
--- | ||
|
||
ngen: Next Generation Water Modeling Engine and Framework Prototype | ||
|
||
ngen is a model agnostic framework designed for building and integrating models rather than being a model itself. It focuses on a data-centric process that abstracts the addition of processes and data behind a standard. This design allows for greater flexibility and standardization in model creation and integration. | ||
|
||
## Key Features of ngen: | ||
- Model Agnostic: ngen is not a specific model but rather a framework for building and integrating different models. | ||
- Data-Centric: ngen emphasizes a data-centric approach, ensuring that data is central to the modeling process. | ||
- Flexible and Standardized: ngen provides a standardized approach to model creation and integration, allowing for greater flexibility and ease of use. | ||
|
||
## Resources: | ||
- Public GitHub Repository: [NOAA-OWP/ngen](https://github.com/NOAA-OWP/ngen) | ||
- Documentation: [ngen documentation](https://noaa-owp.github.io/ngen/) |
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,19 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: "t-route: Tree-Based Channel Routing" | ||
description: "t-route repo" | ||
tags: | ||
- t-route | ||
--- | ||
|
||
# t-route: Tree-Based Channel Routing | ||
|
||
troute is a Python package for generating channel networks from digital elevation models (DEMs). It uses a tree-based approach to identify and connect channels, resulting in realistic and hydrologically consistent channel networks. | ||
|
||
## Key Features of t-route: | ||
- Tree-Based Approach: t-route uses a tree-based algorithm to identify and connect channels, ensuring hydrologically consistent channel networks. | ||
- High-Resolution DEMs: t-route can generate channel networks from high-resolution DEMs, capturing detailed channel morphology. | ||
- Flexible and Extensible: t-route provides a flexible framework for customizing the channel generation process and extending its capabilities. | ||
|
||
## Resources: | ||
- Public GitHub Repository: [NOAA-OWP/t-route](https://github.com/NOAA-OWP/t-route) |
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,11 +1,23 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Education and Training | ||
description: "Educational resouces for water resouces professionals and students" | ||
tags: | ||
- education | ||
- training | ||
- water resources | ||
--- | ||
# Introduction | ||
# Education and Training | ||
|
||
Educational portal for tutorials, guides, and other informational materials. | ||
This portal provides a variety of educational resources for water resources professionals and students, including: | ||
|
||
- Tutorials and Guides: Step-by-step instructions and guidance on using CIROH-UA's tools and services. | ||
- Informational Materials: Articles, presentations, and other resources on water resources science and management. | ||
- Online Courses: Self-paced online courses on a variety of water resources topics. | ||
- Workshops and Webinars: Live and recorded events featuring experts in the field. | ||
|
||
## Featured Education Resources | ||
|
||
- BYU HydroInformatics Lab | ||
- Data Science | ||
- NextGen Framework | ||
- Cloud Computing | ||
- Hydrofabric | ||
- BYU HydroInformatics Lab |
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,39 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: "Hydrofabric" | ||
description: "An open-source Python package for working with hydrologic data" | ||
tags: | ||
- hydrofabric | ||
- lynker-spatial | ||
- hydrology | ||
- python | ||
- data anlysis | ||
--- | ||
|
||
# Hydrofabric: An Introduction | ||
|
||
Hydrofabric is an open-source Python package that provides a comprehensive set of tools for working with hydrologic data. It offers a wide range of features, including: | ||
|
||
- Data ingestion and preprocessing | ||
- Data analysis and visualization | ||
- Machine learning and statistical modeling | ||
- Hydrologic forecasting | ||
|
||
Hydrofabric is designed to be user-friendly and accessible to researchers and practitioners with varying levels of expertise in hydrology and data science. It is also highly extensible, allowing users to develop custom modules and plugins to meet their specific needs. | ||
|
||
## Getting Started with Hydrofabric | ||
|
||
To get started with Hydrofabric, you can follow these steps: | ||
|
||
1. Install Hydrofabric using pip: | ||
``pip install hydrofabric`` | ||
|
||
2. Import the Hydrofabric package into your Python script: | ||
``import hydrofabric as hf`` | ||
3. Explore the Hydrofabric documentation to learn more about its features and how to use them: | ||
|
||
[Hydrofabric Documentation](https://noaa-owp.github.io/hydrofabric/) | ||
## Hydrofabric Resources | ||
- [Hydrofabric Code Repository](https://github.com/NOAA-OWP/hydrofabric) | ||
- [Hydrofabric Data](https://www.lynker-spatial.com/) | ||
|
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,8 @@ | ||
{ | ||
"label": "Products", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "At CIROH, researchers build various tools and products." | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
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,13 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: "Forcing Processor" | ||
description: "NextGen Forcing Processor" | ||
tags: | ||
- forcings | ||
--- | ||
|
||
# Forcing Processor | ||
|
||
import GitHubReadme from '@site/src/components/GitHubReadme'; | ||
|
||
<GitHubReadme username="CIROH-UA" repo="ngen-datastream" subfolder="forcingprocessor" readmeFileName = "README.md"/> |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,12 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: "NextGen Datastream" | ||
description: "NextGen Datastream" | ||
tags: | ||
- datastream | ||
- NextGen | ||
--- | ||
|
||
import GitHubReadme from '@site/src/components/GitHubReadme'; | ||
|
||
<GitHubReadme username="CIROH-UA" repo="ngen-datastream" /> |
Oops, something went wrong.