Versions Compared

Key

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

...

Code Block
languagepy
# To get the third airTemperature in the message
t = codes_get(bufr, '#3#airTemperature')


Code Block
languagepy
#to# To get the second backscatter in the message
b = codes_get_array(bufr, '#2#backscatter')

...