Do not care about pressure when drawing hodographs

This commit is contained in:
XANTRONIX 2025-03-29 21:01:05 -04:00
parent 37cac68e87
commit 2c7c1cfc84

View file

@ -165,9 +165,6 @@ class Hodograph():
def each_significant_sample(self, sounding: Sounding):
for sample in sounding.samples:
if sample.pressure < 0 or sample.pressure is None:
continue
if sample.height is None:
continue