UserInfo added in weather data to get user units preferences
Such as :
w = weatherData(...)
user = w.user
user.mail
user.unit -> "metric"
user.windunit -> "kph"
Check Netatmo documentation for the different values (can also look in the code the definition of UNITS)