mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +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
|
|
@ -572,6 +572,11 @@ uint16_t ProductDescriptionBlock::number_of_levels() const
|
|||
numberOfLevels = p->halfword(36);
|
||||
break;
|
||||
|
||||
case 165:
|
||||
case 177:
|
||||
numberOfLevels = 160;
|
||||
break;
|
||||
|
||||
case 178:
|
||||
case 179:
|
||||
numberOfLevels = 71;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue