Skip to content

Commit

Permalink
add flowpath attributes to core
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed Dec 21, 2023
1 parent af3e58c commit a9fe7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Either "all" or "core", or one or more of:
}

if *opts.layers == "core" {
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations"
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations,flowpath_attributes"
}

logger := log.New(os.Stdout, "hfsubset ==> ", log.Ltime)
Expand Down

0 comments on commit a9fe7c2

Please sign in to comment.