Do not care about pressure when drawing hodographs
This commit is contained in:
parent
37cac68e87
commit
2c7c1cfc84
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ class Hodograph():
|
||||||
|
|
||||||
def each_significant_sample(self, sounding: Sounding):
|
def each_significant_sample(self, sounding: Sounding):
|
||||||
for sample in sounding.samples:
|
for sample in sounding.samples:
|
||||||
if sample.pressure < 0 or sample.pressure is None:
|
|
||||||
continue
|
|
||||||
|
|
||||||
if sample.height is None:
|
if sample.height is None:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue