Skip to content

Javascript modules for parsing, manipulating and plotting seismic data.

License

Notifications You must be signed in to change notification settings

markhamnr/seisplotjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Javascript modules for parsing, manipulating and plotting seismic data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • Other 2.0%