question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature suggestion] Change wind speed unit

See original GitHub issue

While get_temperature() supports unit parameter, get_wind() does not support it. OWM has wind speed unit available as Imperial (miles/hour) or Metric (meter/sec) unit.

Suggested implementation: w.get_wind(unit = 'Imperial') or
w.get_wind(unit = 'miles/hour') or
w.get_wind('Imperial')

References: https://openweathermap.org/weather-data

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Allow for changing default wind speed unit to meters per second
Some countries use meters per second (m/s) as the default wind speed unit. It would be really helpful to be able to change...
Read more >
[request] change Windspeed from mph to kmph weather app ...
Try Settings - General - Language and region - Region. Change it to a country with a metric system and your Weather units...
Read more >
Changing wind speed in weather app to kmph - Ask Different
1 Answer 1 ... The wind speed unit is determined by your region settings. Depending on your original region you have to change...
Read more >
Wind speed setting in Weather App - Windows 10 Forums
The only way of setting windspeeds is to allow the user to set the windspeed units they want. There is no way your...
Read more >
Wind101A – Wind Units Set-Up and Troubleshooting
The Wind101A comes programmed with an engineering unit to provide the average wind speed using a 10 second reading rate.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found