MartinSeeler / forecast-io-wrapper

Java wrapper library for the v2 Forecast API provided by The Dark Sky Company, LLC.
http://martinseeler.github.io/forecast-io-wrapper/
MIT License
7 stars 1 forks source link

Add support for error values #2

Open MartinSeeler opened 10 years ago

MartinSeeler commented 10 years ago

All of the numeric, non-time fields may, optionally, have an associated Error value defined (with the property precipIntensityError, windSpeedError, pressureError, etc.), representing the system’s confidence in its prediction. Such properties represent standard deviations of the value of their associated property; small error values therefore represent a strong confidence, while large error values represent a weak confidence. These properties are omitted where the confidence is not precisely known (though generally considered to be adequate).