-
Notifications
You must be signed in to change notification settings - Fork 4
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
8a1ac09
commit 52448a1
Showing
3 changed files
with
17 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ knitr::opts_chunk$set( | |
# hydrofab: Fabricating Hydrofabrics <img src='man/figures/imgfile.png' align="right" height="139" /> | ||
|
||
<!-- badges: start --> | ||
[![Dependencies](https://img.shields.io/badge/dependencies-19/80-red?style=flat)](#) | ||
[![R CMD Check](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml) | ||
[![Dependencies](https://img.shields.io/badge/dependencies-21/80-red?style=flat)](#) | ||
<!-- badges: end --> | ||
|
||
The goal of `hydrofab` is to provide consistent hydrologic and hydraulic network manipulation tool chains to achieve model application ready datasets from a consistent reference fabric. Some of these are being built at [ngen.hydrofab](https://github.com/mikejohnson51/ngen.hydrofab) and [gfv2.0](https://code.usgs.gov/wma/nhgf/gfv2.0) | ||
|
@@ -32,16 +33,10 @@ install.packages("remotes") | |
remotes::install_github("mikejohnson51/hydrofab") | ||
``` | ||
|
||
Soon to be ... | ||
|
||
```{r eval = FALSE} | ||
remotes::install_github("NOAA-OWP/hydrofab") | ||
``` | ||
|
||
## Introduction | ||
|
||
This package is based around the same concepts as [nhdplusTools](https://usgs-r.github.io/nhdplusTools/) and merges the | ||
previous `hyRefactor` and `hyAggregate` packages in an attempt to provide a common software stack for fabricating hydrofabrics. | ||
This package is based around the same concepts as [nhdplusTools](https://usgs-r.github.io/nhdplusTools/) in an attempt to provide a common software stack for fabricating hydrofabrics. | ||
|
||
### Refactoring and Aggregating | ||
|
||
|
@@ -80,7 +75,7 @@ knitr::include_graphics("man/figures/logos.png") | |
## Questions: | ||
|
||
<a href = "mailto:[email protected]?subject=Nexgen Hydrofabric Questions"> | ||
Mike Johnson</a> (NOAA Hydrofabric Lead), <a href = "mailto:[email protected]?subject=Nexgen Hydrofabric Questions"> David L. Blodgett </a> (Hydroinformatics Lead, USGS WMA) | ||
Mike Johnson</a> (NOAA Hydrofabric Lead) | ||
|
||
|
||
## Disclaimer | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
|
||
<!-- badges: start --> | ||
|
||
[![Dependencies](https://img.shields.io/badge/dependencies-19/80-red?style=flat)](#) | ||
[![R CMD | ||
Check](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml) | ||
[![Dependencies](https://img.shields.io/badge/dependencies-21/80-red?style=flat)](#) | ||
<!-- badges: end --> | ||
|
||
The goal of `hydrofab` is to provide consistent hydrologic and hydraulic | ||
|
@@ -23,17 +25,10 @@ install.packages("remotes") | |
remotes::install_github("mikejohnson51/hydrofab") | ||
``` | ||
|
||
Soon to be … | ||
|
||
``` r | ||
remotes::install_github("NOAA-OWP/hydrofab") | ||
``` | ||
|
||
## Introduction | ||
|
||
This package is based around the same concepts as | ||
[nhdplusTools](https://usgs-r.github.io/nhdplusTools/) and merges the | ||
previous `hyRefactor` and `hyAggregate` packages in an attempt to | ||
[nhdplusTools](https://usgs-r.github.io/nhdplusTools/) in an attempt to | ||
provide a common software stack for fabricating hydrofabrics. | ||
|
||
### Refactoring and Aggregating | ||
|
@@ -62,9 +57,7 @@ other applications | |
## Questions: | ||
|
||
<a href = "mailto:[email protected]?subject=Nexgen Hydrofabric Questions"> | ||
Mike Johnson</a> (NOAA Hydrofabric Lead), | ||
<a href = "mailto:[email protected]?subject=Nexgen Hydrofabric Questions"> | ||
David L. Blodgett </a> (Hydroinformatics Lead, USGS WMA) | ||
Mike Johnson</a> (NOAA Hydrofabric Lead) | ||
|
||
## Disclaimer | ||
|
||
|