Compare commits
No commits in common. "e2f27b14705c07d5e2b78928531133eb96892d59" and "0d7656acb2cd6afd30bfdc4d1a0c1dcd2b4e8ed2" have entirely different histories.
e2f27b1470
...
0d7656acb2
1 changed files with 2 additions and 7 deletions
|
@ -14,11 +14,6 @@ class RAOBReaderException(Exception):
|
||||||
...
|
...
|
||||||
|
|
||||||
class RAOBSample():
|
class RAOBSample():
|
||||||
__slots__ = (
|
|
||||||
'surface', 'height', 'pressure', 'temp', 'dewpoint',
|
|
||||||
'wind_dir', 'wind_speed'
|
|
||||||
)
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.surface: bool = False
|
self.surface: bool = False
|
||||||
self.height: float = None
|
self.height: float = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue