init_regions: Initialize HUC Region Files

View source: R/init_regions.R

init_regionsR Documentation

Initialize HUC Region Files

Description

Builds regional WBD files from a national shapefile or geodatabase. This page contains download information. https://nhd.usgs.gov/data.html

Usage

init_regions(WBDPath, regionsPath)

Arguments

WBDPath

The path to the WBD shapefile

regionsPath

The path where the regional subset rda files should go

Value

A list of regions and sub-processing units.

Author(s)

David Blodgett dblodgett@usgs.gov

Examples

## Not run: 
WBDPath<-"/data/WBDHU12.shp"
regionsPath<-"regions"
regions<-init_regions(WBDPath, regionsPath)

## End(Not run)

USGS-R/HUCAgg documentation built on Nov. 24, 2022, 4:36 a.m.