mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Fix hydrometeor classification product selection
This commit is contained in:
parent
0c8d6eae1f
commit
e4aa0c7b75
1 changed files with 2 additions and 1 deletions
|
|
@ -52,8 +52,9 @@ static const std::unordered_map<int, std::string> level3ProductCodeMap_ {
|
|||
{159, "DZD"},
|
||||
{161, "DCC"},
|
||||
{163, "DKD"},
|
||||
{165, "DHD"},
|
||||
{165, "DHC"},
|
||||
{166, "ML"},
|
||||
{177, "HHC"},
|
||||
{180, "TDR"},
|
||||
{182, "TDV"}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue