fusefile

Using FUSE to combine file fragments into a single file.

fusefile is a FUSE "file mount" that presents a series of fragments of other files as a contiguous concatenation. Technically it bind mounts a driver on top of the filename mountpoint to provide access to the given file fragments as if in a single, contiguous file. The fusefile mount driver offers read/write access to the fused file, distributing written data across the given fragments or to an overlay file.

python3-corner

corner.py - make beautiful corner plots

This Python module uses matplotlib to visualize multidimensional samples using a scatterplot matrix. In these visualizations, each one- and two-dimensional projection of the sample is plotted to reveal covariances. corner was originally conceived to display the results of Markov Chain Monte Carlo simulations and the defaults are chosen with this application in mind but it can be used for displaying many qualitatively different samples.

python3-ecmwf-api-client

Python client for ECMWF web services API

ECMWF WebAPI is a set of services developed by ECMWF to allow users from the outside to access some internal features and data of the centre.

libdisplay-info1

EDID and DisplayID library (shared library)

This library parse EDID and DisplayID and focus on: * Providing a set of high-level, easy-to-use, opinionated functions as well as low-level functions to access detailed information. * Simplicity and correctness over performance and resource usage. * Well-tested and fuzzed.

python3-grpcio-status

transitional package

This is a transitional package. It can safely be removed.

libpetsc64-real3.19t64

Shared libraries for version 3.19 of 64-bit PETSc

PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. Several sample scientific applications, as well as various papers and talks, demonstrate the features of the PETSc libraries.