Multidimensional labeled arrays and datasets in Python. This module provides objects whose design is close to xarray.
Provides the following objects:
- LUT (look-up table): a multidimensional array with labeled axes.
The equivalent of this object in xarray is
xarray.DataArray
- MLUT (multi-look-up table): a set of LUTs
The equivalent of this object in xarray is
xarray.Dataset
This module is managed by python-poetry. It can be installed in your current python environment, including its dependencies, using:
-
A git repository:
pip install git+https://github.com/hygeos/luts.git
-
A directory:
pip install luts/
or in editable mode:pip install -e luts/
$ pytest tests