Metadata-Version: 2.1
Name: das-ice
Version: 0.2.10
Summary: Python librairy to process DAS 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 (>=7.4.0,<8.0.0) ; extra == "docs"
Requires-Dist: bokeh (>=3.5.2,<4.0.0)
Requires-Dist: dask (>=2024.8.1,<2025.0.0)
Requires-Dist: distributed (>=2024.8.1,<2025.0.0)
Requires-Dist: h5py (>=3.11.0,<4.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: llvmlite (>=0.43.0,<0.44.0)
Requires-Dist: natsort (>=8.4.0,<9.0.0)
Requires-Dist: nbsphinx (>=0.9.3,<0.10.0) ; extra == "docs"
Requires-Dist: numba (>=0.60.0,<0.61.0)
Requires-Dist: pandoc (>=2.4,<3.0) ; extra == "docs"
Requires-Dist: plotly
Requires-Dist: python-docs-theme (>=2024.6,<2025.0) ; extra == "docs"
Requires-Dist: scipy
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0) ; extra == "docs"
Requires-Dist: torch
Requires-Dist: twine (>=5.1.1,<6.0.0) ; extra == "docs"
Requires-Dist: xdas (>=0.1.1,<0.2.0)
Description-Content-Type: text/markdown

# DAS_Ice

DAS_Ice is a python librairy to process DAS data. It is based on `xarray` and `dask` in order to allow processing of large dataset.

