diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-07 22:51:07 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-07 22:51:07 +1000 |
commit | 178fcab8c091f197f153bd0b730a5175a790a9fb (patch) | |
tree | a5c627ca0a274e9abb8e69fe21d492237ccc1aac /bin | |
parent | 8f7a60001f375aa792320030fb65e0d7c9687996 (diff) |
fix reduceRangeDuplicates
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reduceRangeDuplicates.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reduceRangeDuplicates.js b/bin/reduceRangeDuplicates.js index 6ccbc2f..32155a4 100755 --- a/bin/reduceRangeDuplicates.js +++ b/bin/reduceRangeDuplicates.js @@ -260,6 +260,7 @@ pipeline( // second pass to reduce overlapping features pipeline( fs.createReadStream(inputFile), + ndjson.parse(), reduceRange, reduceNonRange, ndjson.stringify(), |