Cesium-Examples/examples/cesiumEx/2024122600.json

51 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 第一组数据代表横向向风,第二组数据代表纵向向风
// lo1横向起点la1纵向起点
// lo2横向终点la2纵向终点
// nx横向数量ny纵向数量
// dx横向间隔dy纵向间隔
[
{
"header": {
"parameterCategory": 2,
"parameterCategoryName": "Momentum",
"parameterNumber": 2,
"parameterNumberName": "U-component_of_wind——正数朝东负数朝西",
"nx": 2,
"ny": 2,
"lo1": 100,
"la1": 20,
"lo2": 120,
"la2": 40,
"dx": 10,
"dy": 10
},
"data": [
100,
100,
0,
-100
]
},
{
"header": {
"parameterCategory": 2,
"parameterCategoryName": "Momentum",
"parameterNumber": 3,
"parameterNumberName": "V-component_of_wind-正数朝北,负数朝南",
"nx": 2,
"ny": 2,
"lo1": 100,
"la1": 20,
"lo2": 120,
"la2": 40,
"dx": 10,
"dy": 10
},
"data": [
100,
0,
0,
-100
]
}
]