Use height of 0 for surface (For now)
This commit is contained in:
parent
2c7c1cfc84
commit
c1d3e57fa0
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ class RAOBObs():
|
|||
def parse_ttaa_sample(self, tokens: list[str]) -> dict:
|
||||
if tokens[0][0:2] == '99':
|
||||
hp = self.parse_pressure(tokens[0])
|
||||
hp['height'] = 0
|
||||
else:
|
||||
hp = self.parse_height_pressure(tokens[0])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue