Metadata-Version: 2.3
Name: xarrayaita
Version: 0.3.4.1
Summary: Python librairy to process AITA data
Author: Thomas Chauve
Author-email: thomas.chauve@univ-grenoble-alpes.fr
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == "docs"
Requires-Dist: ipympl
Requires-Dist: ipywidgets
Requires-Dist: jupyterlab
Requires-Dist: mahotas
Requires-Dist: matplotlib
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: nodejs
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pandoc ; extra == "docs"
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: sphinx-rtd-theme ; extra == "docs"
Requires-Dist: tqdm
Requires-Dist: twine ; extra == "docs"
Requires-Dist: vtk
Requires-Dist: xarray
Requires-Dist: xarrayuvecs
Description-Content-Type: text/markdown

# Librairy xarray_aita

[![PyPI version](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_aita/-/blob/main/LICENSE)
[![pipeline status](https://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_aita/badges/main/pipeline.svg)](https://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_aita/-/commits/main)
[![PyPI version](https://badge.fury.io/py/xarrayaita.svg)](https://badge.fury.io/py/xarrayaita)
[![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://mecaiceige.gricad-pages.univ-grenoble-alpes.fr/tools/lib_python/xarray_aita/)


This package is meant to be use with [xarray](https://github.com/pydata/xarray)
It is a wrapper for AITA output. Therefore It could easily be adapted for over data that are aita-like.

## Installation

### Form pypi

Run this command in your environment :

`pip install xarrayaita`

### From main

You should clone the environnement.

`git clone https://gricad-gitlab.univ-grenoble-alpes.fr/mecaiceige/tools/lib_python/xarray_aita`

Go in the folder.

```
cd xarray_aita
pip install poetry
poetry install
```

