ECC-1192: Originating Centre: Update the details for the WMO code 291

This commit is contained in:
Shahram Najm 2021-01-13 12:32:59 +00:00
parent 83d1538b2f
commit f176b4354d
2 changed files with 2 additions and 2 deletions

View File

@ -141,6 +141,6 @@
287 287 Swaziland (NMC)
288 288 Togo (NMC)
289 289 Zambia (NMC)
291 iapc Institute of Atmospheric Physics (Chinese Academy of Sciences)
291 anso Alliance of International Science Organizations (Beijing, China)
65535 65535 Missing value

View File

@ -774,7 +774,7 @@ static const char* codes_bufr_header_get_centre_name(long edition, long centre_c
case 255:
return "consensus";
case 291:
return "iapc";
return "anso";
default:
return NULL;
}