Skip to content

Instantly share code, notes, and snippets.

View edigiacomo's full-sized avatar

Emanuele Di Giacomo edigiacomo

  • ARPAE-SIMC
  • Italy
View GitHub Profile
@edigiacomo
edigiacomo / mistral_dbadb_insert.py
Last active March 18, 2020 16:10 — forked from pat1/mistral_format_converter.py
Examples for Mistral observational data ingestion flows
# 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