gwavr

Get Water Attributes Visually in R (gwavr)

https://github.com/joshualerickson/gwavr

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Get Water Attributes Visually in R (gwavr)

Basic Info
  • Host: GitHub
  • Owner: joshualerickson
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 4.9 MB
Statistics
  • Stars: 18
  • Watchers: 3
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# gwavr


[![R-CMD-check](https://github.com/joshualerickson/gwavr/workflows/R-CMD-check/badge.svg)](https://github.com/joshualerickson/gwavr/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/gwavr)](https://CRAN.R-project.org/package=gwavr)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)


The goal of gwavr (Gee-waver) is to Get Water Attributes Visually in R (gwavr). This allows the user to point and click on areas within the United States and get back hydrological data, e.g. flowlines, catchments, basin boundaries, comids, etc. Most of the heavy lifting is done by the  [{nhdplusTools}](https://github.com/DOI-USGS/nhdplusTools) (much thanks) as well as the [{leaflet}](https://github.com/rstudio/leaflet) extensions and all this package does is wrap them into a app. Enjoy!  

## Installation

You can install `gwavr` from CRAN:

```{r, eval = F}
install.packages('gwavr')
```

To install the development version of the `gwavr` package, you can
install directly from [GitHub](https://github.com/):

``` r
# install.packages("devtools")
devtools::install_github("joshualerickson/gwavr")
```

## Contributions  

Contributions are welcome!  

## Current Functionality  

There are a handful of functions right now that can help with getting water data visually: `get_nhdplus_interactively()`, `get_nldi_interactively()`, `get_basin_interactively()`, `get_streamnetwork_interactively()`, `get_usgs_iv_interactively()`, `get_usgs_dv_interactively()`, `get_noaatlas_interactively()`. Please read the manual for more information on how to use these functions.  

## Example

This is a basic example which shows you how to solve a common problem: getting water data without knowing the exact lat, lon via a shiny application.

```{r example, eval=F}
library(gwavr)
## basic example code

nhdplus_data <- get_nhdplus_interactively()

## or for NLDI

nldi_data <- get_nldi_interactively()
```
## Video

Owner

  • Name: Josh Erickson
  • Login: joshualerickson
  • Kind: user
  • Location: Eureka, MT

USDA-Forest Service Geospatial/Data Analyst

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 1
  • Fork event: 3
Last Year
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 1
  • Fork event: 3

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 56
  • Total Committers: 6
  • Avg Commits per committer: 9.333
  • Development Distribution Score (DDS): 0.679
Past Year
  • Commits: 7
  • Committers: 3
  • Avg Commits per committer: 2.333
  • Development Distribution Score (DDS): 0.571
Top Committers
Name Email Commits
joshualerickson j****n@g****m 18
joshua.l.erickson@usda.gov j****n@u****v 17
Erickson 1****7@F****V 15
Erickson 1****7@f****v 3
David Blodgett d****t@u****v 2
Sam Albers s****s@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 4
  • Total pull requests: 6
  • Average time to close issues: 2 months
  • Average time to close pull requests: 24 minutes
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.17
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dblodgett-usgs (2)
  • jhollist (1)
  • joshualerickson (1)
Pull Request Authors
  • joshualerickson (6)
  • dblodgett-usgs (2)
  • boshek (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 212 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: gwavr

Get Water Attributes Visually in R

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 212 Last month
Rankings
Stargazers count: 15.1%
Forks count: 21.9%
Dependent packages count: 29.8%
Average: 33.3%
Dependent repos count: 35.5%
Downloads: 64.4%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • dplyr * imports
  • elevatr * imports
  • httr * imports
  • jsonlite * imports
  • leaflet * imports
  • leaflet.extras * imports
  • magrittr * imports
  • miniUI * imports
  • nhdplusTools * imports
  • promises * imports
  • purrr * imports
  • scales * imports
  • sf * imports
  • shiny * imports
  • shinyWidgets * imports
  • terra * imports
  • tidyr * imports
  • units * imports
  • utils * imports
  • whitebox * imports
  • knitr * suggests
  • rmarkdown * suggests
  • spelling * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite