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
For large files, there are a lot of duplicate time vectors. I suggest we extract the time to only have it once. So I guess as data["time"] or so.
Also, wouldn't it be nicer to do data["fluid_1"]["pressure"]["values"] instead of data["pressure_fluid_1"]["values"]?
Then I suggest the following format (open for discussion):
The current JSON format is
For large files, there are a lot of duplicate time vectors. I suggest we extract the time to only have it once. So I guess as
data["time"]
or so.Also, wouldn't it be nicer to do
data["fluid_1"]["pressure"]["values"]
instead ofdata["pressure_fluid_1"]["values"]
?Then I suggest the following format (open for discussion):
The text was updated successfully, but these errors were encountered: