ARPA-SIMC / wreport

C++ library and applications to work with weather reports. The library provides featureful BUFR and CREX encoding and decoding.
Other
9 stars 9 forks source link

Python bindings to iterate over attributes of variables #27

Closed edigiacomo closed 5 years ago

edigiacomo commented 5 years ago

See arpa-simc/dballe#156.

If it's possibile, the API should allow to iterate over the attributes of data and station data.

spanezz commented 5 years ago

I've implemented this in branch issue27. While I was working on it, I also removed python2 support. @edigiacomo, @brancomat: is it ok to merge it at this point?

brancomat commented 5 years ago

As far as I know there should be nothing using python2 APIs in the wreport/dballe/arkimet ecosystem, at least on newer (read: upgradable) production servers.

edigiacomo commented 5 years ago

Thank you Enrico! You can merge the branch, then we will remove python2 support from the spec file too.

spanezz commented 5 years ago

Perfect, merged!