Metadata-Version: 2.1
Name: covseisnet
Version: 0.5.0
Summary: Covariance matrix analysis of network seismic data
Home-page: UNKNOWN
Author: The covseisnet team
License: UNKNOWN
Keywords: seismic data covariance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

<br>
<img src="docs/source/_static/logo.png" width="300px"/>
<br>
<br>


[![PyPI Version](https://img.shields.io/pypi/v/covseisnet.svg)](https://pypi.org/project/covseisnet/)
[![Conda Version](https://img.shields.io/conda/v/conda-forge/covseisnet)](https://anaconda.org/conda-forge/covseisnet)
[![License](https://img.shields.io/conda/l/conda-forge/covseisnet)](https://www.gnu.org/licenses/lgpl.html)
[![Python Version](https://img.shields.io/pypi/pyversions/covseisnet)](https://pypi.org/project/covseisnet/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Platform](https://img.shields.io/conda/pn/conda-forge/covseisnet)](https://anaconda.org/conda-forge/covseisnet)
[![Pipeline Build](https://gricad-gitlab.univ-grenoble-alpes.fr/covseisnet/covseisnet/badges/develop/pipeline.svg)]()
[![codecov](https://codecov.io/gh/covseisnet/covseisnet/branch/develop/graph/badge.svg?token=N462A7PPRF)](https://codecov.io/gh/covseisnet/covseisnet)


## Overview

This package provides tools for __array signal processing__, with a focus on seismic data. In addition to the classical array processing tools (e.g. beaforming, inter-station cross-correlations) we provide various tools for __source detection and location with blind source separation algorithms__. The project also includes diverse __spectral analysis__ tools. `covseisnet` mostly inherits from [`obpsy`](https://docs.obspy.org) (seismic-data analysis) and [`numpy`](https://numpy.org).

## Documentation

Please see the full documentation available at https://covseisnet.gricad-pages.univ-grenoble-alpes.fr/covseisnet.




