#!/usr/bin/env python3

import sys
import surfex

kwargs = surfex.parse_args_bufr2json(sys.argv[1:])
surfex.run_bufr2json(**kwargs)
