xIndices: Version 1.2.1

xIndices is a xarray based Python library for calculating climate variability indices and patterns. For now, from preprocessing the data to final calculation of indices and patterns, it allows user to directly calculate without diving into the steps for calculations. Installation: <code>conda...

Full description

Bibliographic Details
Main Author: Dixit, Jivesh
Format: Other/Unknown Material
Language:unknown
Published: Zenodo 2024
Subjects:
Online Access:https://doi.org/10.5281/zenodo.13932672
Description
Summary:xIndices is a xarray based Python library for calculating climate variability indices and patterns. For now, from preprocessing the data to final calculation of indices and patterns, it allows user to directly calculate without diving into the steps for calculations. Installation: <code>conda create -n x_indices python=3.11 ###(OPTIONAL) </code> <code>conda activate x_indices ###(If creating the x_indices environment) </code> <code>conda install -c jiveshdixit -c conda-forge xindices</code>