estiens / world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON
928 stars 107 forks source link

Temperature conversion mismatch #230

Closed bob65536 closed 1 year ago

bob65536 commented 1 year ago

Hello,
When getting the match stats, the temperatures returned in Celsius or Fahrenheit do not match: for example, here is what we got for match 40:

weather  
humidity "71"
temp_celsius "24"
temp_farenheit "56"

If temperature was 24°C, we should have 75°F (considering the place, 56°F is quite unlikely).

This is a little detail, though.

estiens commented 1 year ago

yes this was on the list to fix but never made it in :D recommend converting to F yourself as C should be correct!