Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 598 Bytes

SeisSpark

Alt text

Distributed calculation

The system runs calculation suing the Apache Spark framework.

Seismic operations

The system run Seismic Unix operations wrapped py Python. The Seismic Unix operations can be run in pipeline where the piping is build by sequence of Spark RDDs (Python pySpark).

Web Interface

Web interface allows pipeline building and operations parameters changing. The web interface is build using remi project (Python HTTP server). Seismic data visualisation is build using Plotly.js project (JavaScript).