1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Stop importing snow data as it's inaccurate

This commit is contained in:
Felix Krause
2022-02-06 20:07:31 +01:00
parent 0e04e99140
commit e1f3d93228

View File

@@ -117,8 +117,8 @@ module Importers
"TemperatureMin" => "mint",
"Precipitation" => "precip",
"PrecipitationCover" => "precipcover",
"SnowDepth" => "snowdepth",
"Snow" => "snow",
# "SnowDepth" => "snowdepth",
# "Snow" => "snow", # Snow doesn't seem to work as expected
"Visibility" => "visibility",
"SolarEnergy" => "solarenergy",
"Humidity" => "humidity",