{
"multiCollection": [
{
"collectionName": "demo",
"point": [
{
"x": 10.2,
"y": 80.2
},
{
"x": 30.55,
"y": 52.37
}
],
"geoSRS": "EPSG:4326",
"varNames": "U,V",
"zValues": 1,
"timeValue": 0
},
{
"collectionName": "out2",
"point": [
{
"x": 22.3,
"y": 52.7
},
{
"x": 36.2,
"y": 56.3
}
],
"geoSRS": "EPSG:4326",
"varNames": "TMP_2maboveground",
"timeValue": 1647345600000
}
]
}
curl --location --request POST '/rest/services//image/multicollectionidentify' \
--header 'Content-Type: application/json' \
--data-raw '{
"multiCollection": [
{
"collectionName": "demo",
"point": [
{
"x": 10.2,
"y": 80.2
},
{
"x": 30.55,
"y": 52.37
}
],
"geoSRS": "EPSG:4326",
"varNames": "U,V",
"zValues": 1,
"timeValue": 0
},
{
"collectionName": "out2",
"point": [
{
"x": 22.3,
"y": 52.7
},
{
"x": 36.2,
"y": 56.3
}
],
"geoSRS": "EPSG:4326",
"varNames": "TMP_2maboveground",
"timeValue": 1647345600000
}
]
}'
{}