Add TDWR productcs to palette list

This commit is contained in:
Dan Paulat 2022-04-08 16:07:58 -05:00
parent fa3b75a144
commit 4412914089

View file

@ -54,7 +54,8 @@ static const std::unordered_map<int16_t, std::string> level3Palette_ {
{154, "BV"}, {155, "SW"}, {159, "ZDR"}, {161, "CC"}, {163, "PHI"},
{165, "???"}, {167, "CC"}, {168, "PHI"}, {169, "???"}, {170, "???"},
{171, "???"}, {172, "???"}, {173, "???"}, {174, "???"}, {175, "???"},
{176, "???"}, {177, "???"}, {178, "???"}, {179, "???"}, {193, "BR"},
{176, "???"}, {177, "???"}, {178, "???"}, {179, "???"}, {180, "BR"},
{181, "BR"}, {182, "BV"}, {184, "SW"}, {186, "BR"}, {193, "BR"},
{195, "BR"}, {-1, "???"}};
const std::string& GetRadarProductGroupName(RadarProductGroup group)