Please add option to show atmosphere pressure in (mm Hg) - generally used unit of the russian forecasts.
Do Russian forecasts use other units for some values too, or is this limited to atmosphere pressure? Does it apply only to some regions or to the whole country?
(In reply to comment #1) > Do Russian forecasts use other units for some values too, or is this limited > to atmosphere pressure? Does it apply only to some regions or to the whole > country? 1. Atmosphere pressure in mmHg 2. Wind speed in meter per second (m/s) Whole country.
I can imagine to implement this by providing an option to customize the unit system and will put it on the TODO list. However, it will not happen soon. Presuming you have some programming knowledge and can build your own package, it would be easy to adapt get_data and get_unit in weather-data.c to achieve what you desire. You'd only need to find the formula for hPa->mm Hg and undo the m/s -> km/h conversion (wind speed is already returned in m/s by the data provider, but generally km/h is used by most weather websites).
Thanks for your attention.