cBLUE-dev-team / cBLUE.github.io

cBLUE is a tool to calculate the total propagated uncertainty of bathymetric lidar data.
https://noaa-rsd.github.io/cBLUE.github.io/
GNU Lesser General Public License v2.1
12 stars 1 forks source link

TPU json file formatting #72

Open klangrjt opened 6 months ago

klangrjt commented 6 months ago

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