This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Legge messaggi in BUFR o JSON da stdin e li salva in un dbadb | |
# Utilizzo: mistral_dbadb_insert.py [BUFR|JSON] DBADSN | |
# | |
# Author: Emanuele Di Giacomo <[email protected]> | |
# License: GPLv2+ | |
import argparse | |
import sys | |
import dballe |