Compare commits
12 Commits
1df83ec34d
...
0.5.2
| Author | SHA1 | Date | |
|---|---|---|---|
| ae6939ceb8 | |||
| b097fb0d2f | |||
| 615d385f14 | |||
| b1bf51c606 | |||
| 2d54e0afd0 | |||
| 292cdd6037 | |||
| 01d0d1eeb8 | |||
| b85e9ac5f3 | |||
| 8f244455ac | |||
| 820472796b | |||
| d1bdac66c0 | |||
| d21e31ca35 |
@@ -149,7 +149,6 @@ class WindDirectionParser(RowParser[WindDirection]):
|
||||
|
||||
WIND_DIRECTION_MAP: dict[str, WindDirection] = {
|
||||
"—": WindDirection.CALM,
|
||||
"": WindDirection.CALM,
|
||||
"штиль": WindDirection.CALM,
|
||||
"с": WindDirection.N,
|
||||
"св": WindDirection.NE,
|
||||
|
||||
Reference in New Issue
Block a user