jmvuilla / mywindstats

Source code of mywindstats.com
1 stars 0 forks source link

Format of windspeed (knots) #1

Closed jmvuilla closed 7 years ago

jmvuilla commented 7 years ago

Currently - wind speed measurements are stored as integer (unit is km/h) in Google Datastore. When wind speed information is required in knot, the conversion result is formatted as an integer.

Question - how would the wind speed graphs look like if the conversion result would be formatted as a float with 1 digit after the comma?

jmvuilla commented 7 years ago

Changes have been introduced, tested in production and committed.