Skip to content

Commit 4455bbd

Browse files
committed
publish new release
1 parent b8178e4 commit 4455bbd

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fluvgeo
22
Title: A Package for Fluvial Geomorphic Analysis
3-
Version: 2025.04.19
3+
Version: 2025.05.03
44
Authors@R: c(
55
person("Michael", "Dougherty", , "Michael.P.Dougherty@usace.army.mil",
66
role = "aut",

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# fluvgeo 2025.05.03
2+
3+
## Major changes
4+
* Adopted the `nhdplusTools` r package to gain access to USGS Network Linked Data Index (NLDI) services.
5+
* Added the `pt_watershed_area` function to retrieve delineated watersheds from NHDPlus via the NLDI.
6+
* Incorporated the `pt_watershed_area` function into the processing steps for cross sections to identify NHD reaches (reachcode, comid) and calculate upstream drainage basin areas.
7+
8+
## Minor changes
9+
* Added hillshading to the `get_terrain_leaflet` function.
10+
* Added channel_ and floodplain_polys to the `get_results_leaflet` function.
11+
12+
113
# fluvgeo 2025.04.19
214

315
## Major changes

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
1414
## Package Status
1515
[![Maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle)
1616
[![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)
17-
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.19-orange.svg?style=flat-square)](commits/main)
17+
[![packageversion](https://img.shields.io/badge/Package%20version-20025.05.03-orange.svg?style=flat-square)](commits/main)
1818
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/main)
1919
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
1414
and is being actively
1515
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1616
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.19-orange.svg?style=flat-square)](commits/main)
17-
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--04--19-yellowgreen.svg)](/commits/main)
17+
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--05--03-yellowgreen.svg)](/commits/main)
1818
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
1919

2020
## Description

0 commit comments

Comments
 (0)