You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue with the formatting within the json files while developing a seperate program that parses these files.
When any of the statistics values for a flight line (min/max/mean/stddev) is greater than 9.999, it messes up the formatting for that line.
See the snippit below for an example, there is no whitespace between the min and max values for total_thu.
"flight line stats (min max mean stddev)": {
"103 (6561/6561 points with TPU)": [
"total_thu: 0.51018.635 0.535 0.323",
"total_tvu: 0.166 9.037 0.185 0.299"
]
}, 2021_414000e_4128500n.json
The text was updated successfully, but these errors were encountered:
I ran into an issue with the formatting within the json files while developing a seperate program that parses these files.
When any of the statistics values for a flight line (min/max/mean/stddev) is greater than 9.999, it messes up the formatting for that line.
See the snippit below for an example, there is no whitespace between the min and max values for total_thu.
The text was updated successfully, but these errors were encountered: