ywangd / pybufrkit

Pure Python toolkit to work with WMO BUFR messages
http://pybufrkit.readthedocs.io/
MIT License
72 stars 28 forks source link

Can't filter files #14

Closed trrisner closed 3 years ago

trrisner commented 3 years ago

pybufrkit decode -m --filter '${%data_category} == 2' FILE does not work because filter is an unrecognized argument

ywangd commented 3 years ago

The --filter option is a new feature. Could you please ensure that you have the latest version (0.2.17) installed? The version can be checked with pybufrkit --version.

trrisner commented 3 years ago

it is 0.2.14. Thank You. Forgive my ignorance.