0.2.6 • Published 3 years ago

@cognite/seismic-sdk-js v0.2.6

Weekly downloads
483
License
Apache-2.0
Repository
github
Last release
3 years ago

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
0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago