@cognite/seismic-sdk-js
TypeScript icon, indicating that this package has built-in type declarations

0.2.6 • Public • Published

Cognite Seismic JS SDK

A TypeScript SDK for the Seismic data store API.

Link to documentation:

  • API.
  • SDK docs to come

Usage

import { CogniteSeismicClient } from '@cognite/seismic-sdk-js';

const sdkClient = new CogniteSeismicClient({
  token: 'insert auth token here',
});

sdkClient.survey.get(name);

API

eg: sdkClient.file.getLineRange

file

  • getTextHeader
  • getFileDataCoverage
  • getLineRange

slice

  • getArbitraryLine

survey

  • get
  • list
  • search

volume

  • get
  • getTrace

How to develop locally

From the root you need to generate the proto files:

$ ./build-proto-browser.sh

Then from this folder you can do the setup and build

$ yarn
$ yarn build:watch

Package Sidebar

Install

npm i @cognite/seismic-sdk-js

Weekly Downloads

18

Version

0.2.6

License

Apache-2.0

Unpacked Size

2.87 MB

Total Files

23

Last publish

Collaborators

  • npmwatchtower
  • cognitecicd