A wrapper for the Seismic Datastore API offered by Cognite
Project description
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
Built Distribution
File details
Details for the file cognite-seismic-sdk-0.0.4a0.tar.gz
.
File metadata
- Download URL: cognite-seismic-sdk-0.0.4a0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5ba86217601a326a8d744b8136b9f4ca3adc199e99199dda1a3f62e99d4c606 |
|
MD5 | 5c660c2497fcbbed24dcc5693c23798d |
|
BLAKE2b-256 | edb9220dc028fd7bdb1434e56996302410a66fc48b2812ff29979d746a51040a |
File details
Details for the file cognite_seismic_sdk-0.0.4a0-py3-none-any.whl
.
File metadata
- Download URL: cognite_seismic_sdk-0.0.4a0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d81cb2bb0ac01f6bd741ed939fd2e7475bba6a4f4e54055cc6515ec05a32736 |
|
MD5 | 5dee031224d4ede8b135b8165ad9f7e9 |
|
BLAKE2b-256 | 8507ca190d213f22163a5f9d5d2a72918aa600391f80c3cb4f3586d3e22c1102 |