mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:30:06 +00:00 
			
		
		
		
	P-VTEC parsing
This commit is contained in:
		
							parent
							
								
									e5c40b9eb5
								
							
						
					
					
						commit
						be1d7323bd
					
				
					 10 changed files with 835 additions and 5 deletions
				
			
		
							
								
								
									
										76
									
								
								wxdata/include/scwx/awips/phenomenon.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								wxdata/include/scwx/awips/phenomenon.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,76 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace awips | ||||
| { | ||||
| 
 | ||||
| enum class Phenomenon | ||||
| { | ||||
|    AshfallLand, | ||||
|    AirStagnation, | ||||
|    BeachHazard, | ||||
|    BriskWind, | ||||
|    Blizzard, | ||||
|    CoastalFlood, | ||||
|    DebrisFlow, | ||||
|    DustStorm, | ||||
|    BlowingDust, | ||||
|    ExtremeCold, | ||||
|    ExcessiveHeat, | ||||
|    ExtremeWind, | ||||
|    Flood, | ||||
|    FlashFlood, | ||||
|    DenseFogLand, | ||||
|    FloodForecastPoints, | ||||
|    Frost, | ||||
|    FireWeather, | ||||
|    Freeze, | ||||
|    Gale, | ||||
|    HurricaneForceWind, | ||||
|    Heat, | ||||
|    Hurricane, | ||||
|    HighWind, | ||||
|    Hydrologic, | ||||
|    HardFreeze, | ||||
|    IceStorm, | ||||
|    LakeEffectSnow, | ||||
|    LowWater, | ||||
|    LakeshoreFlood, | ||||
|    LakeWind, | ||||
|    Marine, | ||||
|    DenseFogMarine, | ||||
|    AshfallMarine, | ||||
|    DenseSmokeMarine, | ||||
|    RipCurrentRisk, | ||||
|    SmallCraft, | ||||
|    HazardousSeas, | ||||
|    DenseSmokeLand, | ||||
|    Storm, | ||||
|    StormSurge, | ||||
|    SnowSquall, | ||||
|    HighSurf, | ||||
|    SevereThunderstorm, | ||||
|    Tornado, | ||||
|    TropicalStorm, | ||||
|    Tsunami, | ||||
|    Typhoon, | ||||
|    HeavyFreezingSpray, | ||||
|    WindChill, | ||||
|    Wind, | ||||
|    WinterStorm, | ||||
|    WinterWeather, | ||||
|    FreezingFog, | ||||
|    FreezingRain, | ||||
|    FreezingSpray, | ||||
|    Unknown | ||||
| }; | ||||
| 
 | ||||
| Phenomenon  GetPhenomenon(const std::string& code); | ||||
| std::string GetPhenomenonCode(Phenomenon phenomenon); | ||||
| std::string GetPhenomenonText(Phenomenon phenomenon); | ||||
| 
 | ||||
| } // namespace awips
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat