mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Add precipitation accumulation products
Closes #149 (cherry picked from commit 14afeb33db929e51fa094845bc0b79e266c0f80e)
This commit is contained in:
parent
f3b7dcddbd
commit
524de364f2
7 changed files with 83 additions and 41 deletions
|
|
@ -49,11 +49,12 @@ enum class Level3ProductCategory
|
|||
CorrelationCoefficient,
|
||||
VerticallyIntegratedLiquid,
|
||||
HydrometeorClassification,
|
||||
PrecipitationAccumulation,
|
||||
Unknown
|
||||
};
|
||||
typedef util::Iterator<Level3ProductCategory,
|
||||
Level3ProductCategory::Reflectivity,
|
||||
Level3ProductCategory::HydrometeorClassification>
|
||||
Level3ProductCategory::PrecipitationAccumulation>
|
||||
Level3ProductCategoryIterator;
|
||||
|
||||
typedef std::unordered_map<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue