SkillAgentSearch skills...

Seisplotjs

Javascript modules for parsing, manipulating and plotting seismic data.

Install / Use

/learn @crotwell/Seisplotjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

Related Skills

View on GitHub
GitHub Stars76
CategoryDevelopment
Updated6d ago
Forks10

Languages

TypeScript

Security Score

95/100

Audited on Mar 27, 2026

No findings