How to Install and Uninstall dballe Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "dballe" package

Learn how to install dballe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dballe

2. Uninstall "dballe" package

Please follow the step by step instructions below to uninstall dballe on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dballe $ sudo apt autoclean && sudo apt autoremove

3. Information about the dballe package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dballe
Priority: optional
Section: universe/misc
Installed-Size: 273
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Zini
Architecture: amd64
Version: 7.7-1
Depends: dballe-common, libc6 (>= 2.14), libdballe7 (>= 7.0), libgcc1 (>= 1:3.0), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libwreport3 (>= 3.0)
Recommends: python-dballe
Filename: pool/universe/d/dballe/dballe_7.7-1_amd64.deb
Size: 155296
MD5sum: e207d930405a5e3ea1fa7cd5e3e68de7
SHA1: c58dc507e184613988a5c0753bbcdf726ca5b6a2
SHA256: 87a16d6523fe089337823fdf6295c15276b68be750e16ee09dee188440aa4e92
Description-en: Database for punctual meteorological data (Command line tools)
DB-All.e is a fast on-disk database where meteorological observed and
forecast data can be stored, searched, retrieved and updated.
.
This framework allows one to manage large amounts of data using its simple
Application Program Interface, and provides tools to visualise, import
and export in the standard formats BUFR, AOF and CREX.
.
The main characteristics of DB-ALL.e are:
.
* Fortran, C, C++ and Python APIs are provided.
* To make computation easier, data is stored as physical quantities,
that is, as measures of a variable in a specific point of space and
time, rather than as a sequence of report.
* Internal representation is similar to BUFR and CREX WMO standard
(table code driven) and utility for import and export are included
(generic and ECMWF template).
* Representation is in 7 dimensions: latitude and longitude geographic
coordinates, table driven vertical coordinate, reference time,
table driven observation and forecast specification, table driven
data type.
* It allows one to store extra information linked to the data, such as
confidence intervals for quality control.
* It allows one to store extra information linked to the stations.
* Variables can be represented as real, integer and characters, with
appropriate precision for the type of measured value.
* It is based on physical principles, that is, the data it contains are
defined in terms of homogeneous and consistent physical data. For
example, it is impossible for two incompatible values to exist in the
same point in space and time.
* It can manage fixed stations and moving stations such as airplanes or
ships.
* It can manage both observational and forecast data.
* It can manage data along all three dimensions in space, such as data
from soundings and airplanes.
* Report information is preserved. It can work based on physical
parameters or on report types.
Description-md5: 27de17606b2b3a9d23709b8284523013
Homepage: https://github.com/ARPA-SIMC/dballe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu