Skip to content

Commit

Permalink
add total count to output
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Sep 17, 2023
1 parent 8a6ce9d commit 5d7b07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load-overpass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ size_raw=$(du -h $OUTFILE_RAW | cut -f1)
log "2: Processing $found_elements entries in $size_raw of raw JSON"
$JQ_BIN "{
timestamp: now,
count: $found_elements,
elements: [
.elements[] | {id,lat,lon,timestamp,version,user,tags}
]
Expand Down

0 comments on commit 5d7b07b

Please sign in to comment.