Skip to content
Snippets Groups Projects
Commit b185cf0b authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

fixes #144

parent 08ecf014
No related branches found
No related tags found
1 merge request!181Workflow Cleanup
......@@ -518,7 +518,7 @@ stage_national_data <- function(include = c("attribute",
if (!(file.exists(out_path_flines) | file.exists(out_path_attributes))) {
fline <- sf::st_zm(sf::read_sf(nhdplus_data,
get_flowline_layer_name(nhdplus_data)))
nhdplusTools:::get_flowline_layer_name(nhdplus_data)))
}
if ("attribute" %in% include) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment