#temperature #weather #conversion #unit-conversion #convert #dew-point #heat-index

no-std weather-utils

Set of common and useful weather-related computations

2 unstable releases

0.2.0 Feb 25, 2024
0.1.0 Feb 24, 2024

#492 in Embedded development

Download history 255/week @ 2024-02-21 79/week @ 2024-02-28 8/week @ 2024-03-06 3/week @ 2024-03-13 35/week @ 2024-03-27 93/week @ 2024-04-03 13/week @ 2024-04-10 84/week @ 2024-04-17 156/week @ 2024-04-24 28/week @ 2024-05-01

281 downloads per month
Used in embedded-aht20

MIT/Apache

16KB
321 lines

crates.io License Documentation

weather-utils

This crate includes a set of common and useful weather-related computations, such as the temperature unit conversions, computations of humidity/temperature related values (absolute humidity, dew point, heat index), computations of barometric pressure related values (altitude)...

If a computation you need is not present, please feel free to ask for it, or even better contribute it ;-)

Features

  • Conversion from °C to °F.
  • Conversion from °F to °C.
  • Computation of absolute humidity from temperature and relative humidity.
  • Computation of altitude from barometric pressure and temperature.
  • Computation of dew point.
  • Computation of heat index.

Documentation:

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~55KB