pytroll / python-bufr

Generic BUFR file reader written in python. File support is similar to the ECMWF BUFR library.
GNU General Public License v3.0
18 stars 13 forks source link

BUFR descriptors with string values #11

Open mraspaud opened 9 years ago

mraspaud commented 9 years ago

From fabien.m...@gmail.com on March 04, 2013 19:03:22

We are reviewing your python wrapper at Meteo-France.

For the moment, we are very happy with the result. Great job !

But...

There are two missing features (in our use cases) :

and :

"the ability to read the string encoded in some dedicated descriptors"

Is it possible/easy to add ?

Original issue: http://code.google.com/p/python-bufr/issues/detail?id=11

mraspaud commented 9 years ago

From psteinle...@gmail.com on December 18, 2013 19:02:36

Is this related to extracting string identifiers for observations? e.g. ICAO LOCATION INDICATOR or SHIP OR MOBILE LAND STATION IDENTIFIER or AIRCRAFT REGISTRATION NUMBER OR OTHER IDENTIFICATION

(Sorry if this a daft question - but am a newbie to python-bufr,and can't see how to get these string identifiers)

mraspaud commented 9 years ago

From fabien.m...@gmail.com on December 18, 2013 23:01:12

yes it's related