On Wednesday, 3 April 2019 22:49:10 UTC-3, Paul Anderson wrote: > > rtldavis.py > Line 735 > change this > self.rain_per_tip = 0.0254 if bucket_type == 0 else 0.2 # mm > > to > self.rain_per_tip = 0.254 if bucket_type == 0 else 0.2 # mm >
Paul, Good catch, thanks! I don't know how it got there; I copied the parser section from meteostick.py and there it is 0.254. Luc
