init_regions: Initialize HUC Region Files

Description Usage Arguments Value Author(s) Examples

View source: R/init_regions.R

Description

Builds regional WBD files from a national shapefile. The shapefile can be found here: ftp://rockyftp.cr.usgs.gov/vdelivery/Datasets/Staged/WBD/

Usage

1
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

1
2
3
4
5
6
## Not run: 
WBDPath<-"/data/WBDHU12.shp"
regionsPath<-"regions"
regions<-init_regions(WBDPath, regionsPath)

## End(Not run)

jread-usgs/HUCAgg documentation built on May 20, 2019, 10:45 a.m.