Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
themeConfluence
linenumberstrue
#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') 

...