...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#to get the third airTemperature in the message t=codes_get(bufr,'#3#airTemperature') #to get the second backscatter in the message b=codes_get_array(bufr,'#2#backscatter') |
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#to get the third airTemperature in the message t=codes_get(bufr,'#3#airTemperature') #to get the second backscatter in the message b=codes_get_array(bufr,'#2#backscatter') |
...