I want to get data of convPrecip(rain) with point-forecast api but, data is different
-
Hi
I tested point-forecast API about specific point(lat , lon).
I could get some data such as wind, rh, cloud ... and rain (convPrecip)
but, when I compared rain(convPrecip) between API and windy app with the same point(lat,lon) , it was different.
here is my past3hprecip-surface data"units" : {
"past3hprecip-surface": "mm",
},
....
....
"past3hprecip-surface": [
0.00033957808715864477,
0.000007247096115048257,
0.000001,
0,
0.000001,
0,
0.000001,
0,
0.000001,
0.00004339562098118865,
0.0002726807697199815,
0.00023421896813559224,
......
]
The value is too row.
rain data was 5.9 mm in the windy app with the same point and same time.why is different ? how to get right data of rain?
For your information, I'm using the Professional version. -
@sudarlife Could you please provide us with more details? For example lat and lot of the place would help us. Thank you for you help.