Skip to main content

A wrapper for the Seismic Datastore API offered by Cognite

Project description

Cognite logo

Cognite Seismic Python SDK

An early Python SDK for the Seismic data store API.

Prerequisites

In order to start using the Python SDK, you need

  • Python3 (>= 3.6) and pip
  • An API key. Never include the API key directly in the code or upload the key to github. Instead, set the API key as an environment variable. See the usage example for how to authenticate with the API key.

This is how you set the API key as an environment variable on Mac OS and Linux:

$ export COGNITE_API_KEY=<your API key>

On Windows, you can follows these instructions to set the API key as an environment variable.

Installation

To install this package:

$ pip install grpcio numpy protobuf
$ pip install cognite-seismic-sdk

Dev installation

  • Run pipenv install --dev to install a virtual environment and dependencies.
  • Install the package using pip install -e .. This way, changes to the source code will affect the package.

Examples

See the file examples.py.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cognite-seismic-sdk-0.0.8a0.tar.gz (24.1 kB view hashes)

Uploaded Source

Built Distribution

cognite_seismic_sdk-0.0.8a0-py3-none-any.whl (38.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page