From f8ad28e16d6aa9678c58f78d902924ea9dee7b5f Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Wed, 29 Apr 2015 10:08:09 -0600
Subject: [PATCH] added output_edge support, and locationcode/outlocationcode
 support

---
 bin/geomag.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/geomag.py b/bin/geomag.py
index 7455668a9..7ea04ca55 100755
--- a/bin/geomag.py
+++ b/bin/geomag.py
@@ -135,6 +135,7 @@ def main():
                 interval=args.interval,
                 locationCode=locationcode,
                 tag=args.output_edge[2])
+                locationCode=locationcode)
     else:
             print >> sys.stderr, "Missing required output directive"
 
-- 
GitLab