ruptimed

poor man’s ruptime - server

This is a modern implementation of the r-commands developed in 1982.

python3-numba

native machine code compiler for Python 3

Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays.

python3-tabledata

Python library for tabular data representation and manipulation

This library provides a comprehensive solution for representing and manipulating tabular data within Python applications. It is ideal for projects involving data tables, such as generating reports, creating data transformations, or integrating with databases.

python3-rpm

Python 3 bindings for RPM

The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.

python3-geopandas

Python3 tools for geographic data

GeoPandas is a project to add support for geographic data to pandas objects. It currently implements `GeoSeries` and `GeoDataFrame` types which are subclasses of `pandas.Series` and `pandas.DataFrame` respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations.

libpcl-keypoints1.15

Point Cloud Library - keypoints library

The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing.