Precipitation field in OpenWeatherMap API 2 5

0 votes

I'm using the Open Weather Map API for weather forecast. Current available version is 2.5 Here is a snippet of XML

...
<time day="2013-09-07">
<symbol number="500" name="light rain" var="10d"/>
<precipitation value="2.5" type="rain"/>
<windDirection deg="8" code="N" name="North"/>
<windSpeed mps="1.16" name="Calm"/>
<temperature day="14.56" min="12.79" max="14.56" night="12.79" eve="14.56" morn="14.56"/>
<pressure unit="hPa" value="973.09"/>
<humidity value="98" unit="%"/>
<clouds value="broken clouds" all="68" unit="%"/>
</time>
...

Does anyone know the unit of the field precipitation ?

2.5 are mm of rain? perhaps a probability?

Thanks in advance.

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
656 views

1 answer to this question.

0 votes

The data for upload in millimeters for both snow and rain is described in their protocol for weather station data transmission. Precipitation volume, not chance, is stated in their JSON API v.1.0 (prior one).

Overall, it's the volume of precipitation in millimeters.
Also,

Forecast.io provides precipitation likelihood with a forecast (but not history, as far as I'm aware).

{"time":1421080800,"precipIntensity":0.0401,"precipIntensityError":0.0099,"precipProbability":0.47,"precipType":"rain"}

Elevate your skills with our comprehensive Machine Learning Course.

answered Apr 11, 2022 by Dev
• 6,000 points

Related Questions In Machine Learning

0 votes
1 answer
0 votes
1 answer

Trying to call AWS API via PHP

Try using AWS SDK for PHP, Link ...READ MORE

answered Jun 6, 2018 in AWS by Cloud gunner
• 4,670 points
1,483 views
0 votes
1 answer

Problem with Swift API Gateway key authorizatiion Ask

Try to add all the headers that ...READ MORE

answered Jun 12, 2018 in AWS by Cloud gunner
• 4,670 points
574 views
+1 vote
1 answer
0 votes
1 answer

How to check payment in Blockchain.info wallet?

The above error is probably occurring due ...READ MORE

answered Aug 21, 2018 in Blockchain by Perry
• 17,100 points
910 views
0 votes
1 answer

Empirical probability in R with x1+x2>2*x3

It's easy to duplicate random draws with ...READ MORE

answered Mar 15, 2022 in Machine Learning by Dev
• 6,000 points
362 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP