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. - 0.0.1
- Preliminary version with the project skeleton.
Angel Bueno : [email protected]
Distributed under the GNU General Public License (GPL) v3.0. See LICENSE file for more information.
https://github.com/srsudo/github-link
- 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