-
-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weather format: Add 3rd option, "Scientific", which would use kelvin #2119
Comments
OK silly question maybe but does anyone actually miss this as a feature? It would add more code complexity and use more space, and I get the impression that it might not be worth the maintenance effort - I don't know anyone who uses anything other than F or C day to day. No normal weather site offers any other unit either |
I don't think this is a particularly useful feature - I don't see folks walking around looking at their watch to see how many Kelvins it is outside. "metric-vs-imperial" is very much customary everyday ways of measuring ambiance temperature. But "scientific" is not, since that is contextual to what they are doing. Plenty of scientists use Celsius as part of their work. Others may use Rankine or Kelvin based on their needs - they all have their uses and merits and there is no one "scientific" scale to use in every day life. I certainly would not trust my PineTime watch with scientific measurements either 😆 |
Well, Kelvin is the SI unit for temperature. |
I agree, and for any calculations with temperature I'd use Kelvin for sure. But I don't want to look at my watch and go, "ooooh, 264K today, better grab my jacket", and I'm not convinced anyone else does either. It's like having metres per second on a road satnav - sure it's the correct base unit, and the one I'd use for any calculations, but no country has road signs in m/s |
Verification
Introduce the issue
There are currently 2 options, "Metric" and "Imperial", for Celsius and Fahrenheit. I think some people could like to display temperature in kelvin.
Preferred solution
No response
Version
f8f8993
The text was updated successfully, but these errors were encountered: