mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Add hydrometeor classification level 3 product
This commit is contained in:
parent
447f3ee821
commit
587dbb7f1f
7 changed files with 45 additions and 11 deletions
|
|
@ -47,11 +47,12 @@ enum class Level3ProductCategory
|
|||
DifferentialReflectivity,
|
||||
SpecificDifferentialPhase,
|
||||
CorrelationCoefficient,
|
||||
HydrometeorClassification,
|
||||
Unknown
|
||||
};
|
||||
typedef util::Iterator<Level3ProductCategory,
|
||||
Level3ProductCategory::Reflectivity,
|
||||
Level3ProductCategory::CorrelationCoefficient>
|
||||
Level3ProductCategory::HydrometeorClassification>
|
||||
Level3ProductCategoryIterator;
|
||||
|
||||
typedef std::unordered_map<
|
||||
|
|
@ -74,9 +75,8 @@ GetLevel3CategoryDefaultProduct(Level3ProductCategory category);
|
|||
Level3ProductCategory GetLevel3Category(const std::string& categoryName);
|
||||
Level3ProductCategory
|
||||
GetLevel3CategoryByProduct(const std::string& productName);
|
||||
Level3ProductCategory
|
||||
GetLevel3CategoryByAwipsId(const std::string& awipsId);
|
||||
const std::string& GetLevel3Palette(int16_t productCode);
|
||||
Level3ProductCategory GetLevel3CategoryByAwipsId(const std::string& awipsId);
|
||||
const std::string& GetLevel3Palette(int16_t productCode);
|
||||
|
||||
std::string GetLevel3ProductByAwipsId(const std::string& awipsId);
|
||||
const std::string& GetLevel3ProductDescription(const std::string& productName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue