metaweather.weather.predictability

Description

Returns the predictability of the forecast. We define the 'predictability' of the weather as the level of deviation of different forecasts from each other. This is then coverted into a percentage so it can be more easily understood. Therefore 100% means that all the forecasts agree. Our predictability rating does not currently take into account the confidence level the forecasters themselves give to their predictions, and therefore makes the assumption that all forecasters have total conviction in their published data. This, of course, may not always be the case!

Arguments

NameRequired?Default ValueDescription
locationidYesID of the location you want data on
dateToday's date (GMT)Date you require the data for

Response

Live Example

Key used is not shown in example request. You can get your own to make requests here. Some information is withheld in these public examples, to protect the innocent.

http://www.metaweather.com/api/rest/?method=metaweather.weather.predictability&locationid=3&date=2005-12-31

<?xml version="1.0" encoding="utf-16"?>
<response status="ok">
  <info>
    <method>metaweather.weather.predictability</method>
    <server type="web">bruce</server>
    <server type="db">terry</server>
    <timeTaken>0</timeTaken>
    <generatedTime>10/09/2010 17:48:04</generatedTime>
  </info>
  <data>
    <predictability>90</predictability>
  </data>
</response>

Schema

Coming soon!