This repository contains the code related to the REMOS algorithm. REMOS is an open-source algorithm for the detection, segmentation, classification, and visualization of continuous volcano-seismic data streams (see Bueno et al. 2019). If would like to contribute, do not hesitate to fork the repository (or contact us).
If using REMOS, please cite;
Bueno Rodriguez Angel, Díaz-Moreno Alejandro, De Angelis Silvio, Benítez Carmen and Ibáñez, Jesús. M.
Recursive Entropy Method of Segmentation. Seismological Research Letters. 91. 2019.
An application example is included on the attched Jupyter Notebook. Tested under Python 2.7.
-
0.1.0
- Version as published at SRL.
-
0.0.1
- Preliminary version with the project skeleton.
Angel Bueno : angelbueno@ugr.es
Distributed under the GNU General Public License (GPL) v3.0. See LICENSE
file for more information.
https://github.com/srsudo/github-link
REMOS is an ongoing development project. If you would like to suggest any change here on github, please do the following:
- Fork it (https://github.com/srsudo/remos/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request