ECC-1301: add new Centre UFZ in Common Code table 11

This commit is contained in:
Shahram Najm 2021-11-10 16:24:34 +00:00
parent 7fd187d568
commit 3a78fc5fd6
2 changed files with 3 additions and 1 deletions

View File

@ -142,5 +142,5 @@
288 288 Togo (NMC)
289 289 Zambia (NMC)
291 anso Alliance of International Science Organizations (Beijing, China)
292 ufz Helmholtz Centre for Environmental Research
65535 65535 Missing value

View File

@ -775,6 +775,8 @@ static const char* codes_bufr_header_get_centre_name(long edition, long centre_c
return "consensus";
case 291:
return "anso";
case 292:
return "ufz";
default:
return NULL;
}