seisplotjs

3.1.4 • Public • Published

seisplotjs

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:

Upgrade 2 -> 3

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

Package Sidebar

Install

npm i seisplotjs

Weekly Downloads

96

Version

3.1.4

License

MIT

Unpacked Size

4.08 MB

Total Files

71

Last publish

Collaborators

  • crotwell