Javascript modules for parsing, manipulating and plotting seismic data.
A tutorial with examples of various access and display types can be seen at crotwell.github.io/seisplotjs. Also see the wiki.
Install with npm i --save seisplotjs
.
Import like:
import * as sp from 'seisplotjs';
or to avoid browser specific (like HTMLElement) items:
import * as sp from 'seisplotjs/nodeonly';
Seisplotjs is divided into submodules:
There are many incompatible changes, but the most important are that Seisplotjs 3 now uses typescript, luxon instead of moment, html components instead of inserting into a div, and tries to have a more vanillajs style.
Documentation for previous versions is archived at http://www.seis.sc.edu/software/seisplotjs