Skip to content

hygeos/luts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

luts.py

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

Installation

This module is managed by python-poetry. It can be installed in your current python environment, including its dependencies, using:

  1. A git repository: pip install git+https://github.com/hygeos/luts.git

  2. A directory: pip install luts/ or in editable mode: pip install -e luts/

Testing

$ pytest tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages