wmo-im / synop2bufr

Python package to transform SYNOP data into the WMO BUFR format.
https://synop2bufr.readthedocs.io
Apache License 2.0
6 stars 2 forks source link

require year and month and do not assume/set a default #27

Closed tomkralidis closed 1 year ago

tomkralidis commented 1 year ago

As discussed at WIS2 training, setting a default year/month can be dangerous default, so this PR forces the CLI to explicitly pass --year and --month. Unused code is also removed as well as fixing click decorators.

cc @maaikelimper