-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.txt
34 lines (29 loc) · 929 Bytes
/
Config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Key:WNE+QiYThV2O6USOxR3fLP7g3IjMvoQn0iTznoAeIXSYT1IDt86dkUR8TQORjSaWKEBx20PikpcZQieI4nKQTg==
API Address:https://ussouthcentral.services.azureml.net/workspaces/0d6b73d98ab549c88429a47695a554c2/services/f232d2b502ee42f09ba8ef853634e45b/execute?api-version=2.0&format=swagger
{
"Inputs": {
"input1":
[
{
'Latitide': "32",
'Longitude': "70",
'Max. Pressure': "983",
'Central wind speed': "60",
}
],
},
"GlobalParameters": {
}
}
{
"Results": {
"output1": [
{
"North-East": "169.7",
"North-West": "97",
"South-East": "145.7",
"South-West": "78.9"
}
]
}
}