get_nldi_interactively {gwavr}R Documentation

Get Hydro Network-Linked Data Index (NLDI) Interactively

Description

This function uses the NLDI API to allow the user to visually select a location (point) to get numerous hydrologic realizations.

Usage

get_nldi_interactively()

Value

A list with sf objects.

Note

The picker list has three options right now: Total Basin, All Local Catchments and Only Local Catchment. Descriptions below:

Examples


if(interactive()){
nldi_data <- get_nldi_interactively()
}

[Package gwavr version 0.3.1 Index]