From a9fe7c2495f9657fa5611e6bcc8f5a8814948012 Mon Sep 17 00:00:00 2001 From: mikejohnson51 Date: Thu, 21 Dec 2023 16:01:03 -0700 Subject: [PATCH] add flowpath attributes to core --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index d7149cb..ba69c58 100644 --- a/cli/main.go +++ b/cli/main.go @@ -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)