Ensure humidity is populated in IGRA reader
This commit is contained in:
		
							parent
							
								
									e87d672830
								
							
						
					
					
						commit
						aa0977c04b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -78,6 +78,7 @@ class IGRAReader():
 | 
				
			||||||
        sample.height_qa   = match['zflag']
 | 
					        sample.height_qa   = match['zflag']
 | 
				
			||||||
        sample.temp        = parse_num(match['temp'], 0.1)
 | 
					        sample.temp        = parse_num(match['temp'], 0.1)
 | 
				
			||||||
        sample.temp_qa     = match['tflag']
 | 
					        sample.temp_qa     = match['tflag']
 | 
				
			||||||
 | 
					        sample.humidity    = parse_num(match['rh'], 0.1)
 | 
				
			||||||
        sample.dewpoint    = None
 | 
					        sample.dewpoint    = None
 | 
				
			||||||
        sample.wind_dir    = parse_num(match['wdir'], 1.0)
 | 
					        sample.wind_dir    = parse_num(match['wdir'], 1.0)
 | 
				
			||||||
        sample.wind_speed  = parse_num(match['wspd'], 0.1)
 | 
					        sample.wind_speed  = parse_num(match['wspd'], 0.1)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue