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

Access to the descriptor id #10

Open mraspaud opened 9 years ago

mraspaud commented 9 years ago

From fabien.m...@gmail.com on March 04, 2013 18:59:50

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).

The first and the most important one is :

"access to the descriptor id from the python API" (for some of our internal BUFR, the descriptor name is not enough, we want also the descriptor code)

I'm going to open another issue for the second missing feature.

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

mraspaud commented 9 years ago

From fabien.m...@gmail.com on March 04, 2013 10:04:44

of course, it's not a defect but an enhancement request !