mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:50:06 +00:00 
			
		
		
		
	Get bin values at coordinates from level 3 radial data, stubs for raster and level 2
This commit is contained in:
		
							parent
							
								
									c67b4cf536
								
							
						
					
					
						commit
						6e04e1fab3
					
				
					 9 changed files with 153 additions and 19 deletions
				
			
		|  | @ -352,6 +352,14 @@ void Level3RasterView::ComputeSweep() | |||
|    Q_EMIT SweepComputed(); | ||||
| } | ||||
| 
 | ||||
| std::optional<std::uint16_t> | ||||
| Level3RasterView::GetBinLevel(const common::Coordinate& coordinate) const | ||||
| { | ||||
|    // TODO
 | ||||
|    Q_UNUSED(coordinate); | ||||
|    return std::nullopt; | ||||
| } | ||||
| 
 | ||||
| std::shared_ptr<Level3RasterView> Level3RasterView::Create( | ||||
|    const std::string&                            product, | ||||
|    std::shared_ptr<manager::RadarProductManager> radarProductManager) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat