Metadata-Version: 2.4
Name: aitana
Version: 0.1.2
Summary: Access volcano monitoring data.
Project-URL: Homepage, https://github.com/tsc-tools/aitana
Project-URL: Issues, https://github.com/tsc-tools/aitana/issues
Author-email: Yannik Behr <y.behr@gns.cri.nz>
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: matplotlib
Requires-Dist: pandas>=1.3
Requires-Dist: requests
Requires-Dist: statsmodels
Provides-Extra: dev
Requires-Dist: mkdocs; extra == 'dev'
Requires-Dist: mkdocs-jupyter; extra == 'dev'
Requires-Dist: mkdocstrings[python]; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# Aitana: access volcano data

Aitana (named after the great football midfielder 
[Aitana Bonmati](https://en.wikipedia.org/wiki/Aitana_Bonmat%C3%AD)) is a project to facilitate access to different types of volcano data. 

It currently only provides methods to access data from the New Zealand
volcanoes [Ruapehu](https://volcano.si.edu/volcano.cfm?vn=241100) and [Whakaari/White Island](https://volcano.si.edu/volcano.cfm?vn=241040).

## Dependencies
* pandas
* requests
* matplotlib
* statsmodels

## Installation

```
pip install -U aitana
```

## Documentation

Learn more about aitana in its official [documentation](https://tsc-tools.github.io/aitana/)
Try out a [Jupyter notebook](https://github.com/tsc-tools/aitana/blob/main/docs/aitana_example.ipynb)

## Get in touch

Report bugs, suggest features, view the source code, and ask questions [on GitHub](https://github.com/tsc-tools/aitana/issues).
