查询总体信息,包括统计信息(总帧数,最大最小值)和所有点的坐标
curl --location --request GET 'http://cloud.keepsoft.net:30100/api/results/v2/2d/summary?taskId=47027' \ --header 'apiKey;' \ --header 'timestamp;' \ --header 'sign;'
{ "frames": 3, "statics": { "eta": { "min": -10, "max": 0.6595 }, "u": { "min": -0.4719, "max": 0.8335 }, "v": { "min": -1.371, "max": 0.3209 }, "h": { "min": 0, "max": 2.1284 }, "vmag": { "min": 0, "max": 1.3957 }, "pollutant": { "DO1": { "min": 0, "max": 0 } } } }