View source: R/read_centerlines.R
read_centerlines | R Documentation |
Import centerline shapefiles (.shp). The centerlines should contain, at the least, the variable names "site_name", "year", and "cu_num"
read_centerlines(
path = ".",
cl_names = "centerlines.shp",
find_duplicates = TRUE
)
path |
A path to the directory containing the folders of interest. |
cl_names |
The file name of each centerline. All centerlines should share same name, but be saved in separate folders for each site. |
find_duplicates |
Would you like to search for duplicate channel units within the centerlines after import? |
a shapefile of merged centerlines
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.