Skip to content

Commit

Permalink
v0.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdougherty committed Dec 14, 2020
1 parent 3ffe08e commit 2a2e88e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fluvgeo
Title: A Package for Fluvial Geomorphic Analysis
Version: 0.1.33
Version: 0.1.34
Authors@R: c(
person("Michael", "Dougherty",
email = "[email protected]",
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# fluvgeo v0.1.34 (2020-12-14)

## Major Changes
* Updated the Estimate Bankfull report to use the `riffle_floodplain` feature class.

## Bug Fixes
* Updated Cole Creek test data.


# fluvgeo v0.1.33 (2020-11-21)

## Major Changes
Expand Down
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
output: md_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

Expand All @@ -9,7 +12,7 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
## Package Status
[![Maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle)
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.33-orange.svg?style=flat-square)](commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.34-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)

Expand Down Expand Up @@ -39,6 +42,7 @@ Funding for development and maintenance of FluvialGeomorph has been provided by
Check out the [NEWS](NEWS.md) for details on the latest updates.

## Authors

* Michael Dougherty, Geographer, U.S. Army Corps of Engineers
<div itemscope itemtype="https://schema.org/Person"><a itemprop="sameAs" content="https://orcid.org/0000-0002-1465-5927" href="https://orcid.org/0000-0002-1465-5927" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-1465-5927</a></div>
* Christopher Haring, Fluvial Geomorphologist/Research Physical Scientist, U.S. Army Corps of Engineers
Expand Down
60 changes: 32 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

<img src="man/figures/fluvgeo-3.png" width=250 align="right" />

# fluvgeo
fluvgeo
=======

An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis

## Package Status
Package Status
--------------

[![Maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle)
[![Project Status: Active The project has reached a stable, usable state
and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.33-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--11--21-yellowgreen.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.34-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2020--12--14-yellowgreen.svg)](/commits/master)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)

## Description
Description
-----------

This package contains a wide range of functions for performing fluvial
geomorphic analysis. This `R` package is designed for use with the
Expand All @@ -28,53 +30,55 @@ extract spatial data from high-resolution terrain data. The
FluvialGeomorph ArcGIS toolbox depends on functions in this package to
perform a wide range of fluvial geomorphic analysis:

- Calculate stream channel dimensions
- Calculate stream planform dimensions
- Produce reports of stream channel and planform dimensions
- Tools for choosing a bankfull elevation for ungaged streams
- Calculate stream channel dimensions
- Calculate stream planform dimensions
- Produce reports of stream channel and planform dimensions
- Tools for choosing a bankfull elevation for ungaged streams

<img src="man/figures/HDQLO-03_h120.jpg" width=125 align="right" />

## Funding
Funding
-------

Funding for development and maintenance of FluvialGeomorph has been
provided by the following US Army Corps of Engineers (USACE) programs:

- [Ecosystem Management and Restoration Research Program
- [Ecosystem Management and Restoration Research Program
(EMRRP)](https://emrrp.el.erdc.dren.mil).
- [Regional Sediment Management Program
- [Regional Sediment Management Program
(RSM)](https://rsm.usace.army.mil/)
- [Mississippi River Geomorphology and Potamology Program
(MRG\&P)](https://www.mvd.usace.army.mil/Missions/Mississippi-River-Science-Technology/MS-River-Geomorphology-Potamology/)
- [Flood Risk Management Program
- [Mississippi River Geomorphology and Potamology Program
(MRG&P)](https://www.mvd.usace.army.mil/Missions/Mississippi-River-Science-Technology/MS-River-Geomorphology-Potamology/)
- [Flood Risk Management Program
(FRM)](https://www.iwr.usace.army.mil/Missions/Flood-Risk-Management/Flood-Risk-Management-Program/)

<img src="man/figures/FRMP_300.png" height=75 align="right" /><img src="man/figures/MRG&P_300.png" height=75 align="right" /><img src="man/figures/RSMlogo.png" height=75 align="right" /><img src="man/figures/EMRRP_logo_300.png" height=75 align="right" />

## Latest Updates
Latest Updates
--------------

Check out the [NEWS](NEWS.md) for details on the latest updates.

## Authors
Authors
-------

- Michael Dougherty, Geographer, U.S. Army Corps of Engineers
<div itemscope="" itemtype="https://schema.org/Person">
- Michael Dougherty, Geographer, U.S. Army Corps of Engineers
<a itemprop="sameAs" content="https://orcid.org/0000-0002-1465-5927" href="https://orcid.org/0000-0002-1465-5927" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-1465-5927</a>
</div>
- Christopher Haring, Fluvial Geomorphologist/Research Physical

- Christopher Haring, Fluvial Geomorphologist/Research Physical
Scientist, U.S. Army Corps of Engineers
- Charles Theiling, Ecologist, U.S. Army Corps of Engineers
- Charles Theiling, Ecologist, U.S. Army Corps of Engineers

## Install
Install
-------

To install the `fluvgeo` package, install from GitHub using the
`devtools` package:

``` r
devtools::install_github(repo = "FluvialGeomorph/fluvgeo", build_vignettes = TRUE)
```
devtools::install_github(repo = "FluvialGeomorph/fluvgeo", build_vignettes = TRUE)

## Bug Reports
Bug Reports
-----------

If you find any bugs using `fluvgeo`, please open an
[issue](https://github.com/FluvialGeomorph/fluvgeo/issues).

0 comments on commit 2a2e88e

Please sign in to comment.