make history work with mutability (hopefully)
This commit is contained in:
@@ -76,7 +76,7 @@ prune() {
|
||||
jq -c <"$1" >"$2" '
|
||||
.aircraft |= map(select(has("seen") and .seen < 15))
|
||||
| .aircraft[] |= [.hex,
|
||||
(if .alt_baro != null then .alt_baro else .alt_geom end),
|
||||
(if .alt_baro != null then .alt_baro elif .altitude != null then .altitude else .alt_geom end),
|
||||
(if .gs != null then .gs else .tas end),
|
||||
.track, .lat, .lon, .seen_pos,
|
||||
(if .mlat != null and (.mlat | contains(["lat"])) then "mlat"
|
||||
|
||||
Reference in New Issue
Block a user