Skip to main content

Client library for Cognite Data Fusion (CDF)

Project description

Cognite logo

Cognite Python SDK

build codecov Documentation Status PyPI version Code style: black

This is the Cognite Python SDK for developers and data scientists working with Cognite Data Fusion (CDF). The package is tightly integrated with pandas, and helps you work easily and efficiently with data in Cognite Data Fusion (CDF).

Documentation

Prerequisites

In order to start using the Python SDK, you need

  • Python3 (>= 3.5) 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 cognite-sdk

To install this package without the pandas and NumPy support:

$ pip install cognite-sdk-core

To install with pandas, geopandas and shapely support (equivalent to installing cognite-sdk). However, this gives you the option to only have pandas (and NumPy) support without geopandas.

$ pip install cognite-sdk-core[pandas, geo]

On Windows, it is recommended to install geopandas and its dependencies using conda package manager, see geopandas installation page. The following commands create a new environment, install geopandas and cognite-sdk.

conda create -n geo_env
conda activate geo_env
conda install --channel conda-forge geopandas
pip install cognite-sdk

Examples

For a collection of scripts and Jupyter Notebooks that explain how to perform various tasks in Cognite Data Fusion (CDF) using Python, see the GitHub repository here

Changelog

Wondering about upcoming or previous changes to the SDK? Take a look at the CHANGELOG.

Contributing

Want to contribute? Check out CONTRIBUTING.

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-sdk-2.54.0.tar.gz (139.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cognite_sdk-2.54.0-py3-none-any.whl (182.9 kB view details)

Uploaded Python 3

File details

Details for the file cognite-sdk-2.54.0.tar.gz.

File metadata

  • Download URL: cognite-sdk-2.54.0.tar.gz
  • Upload date:
  • Size: 139.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.12

File hashes

Hashes for cognite-sdk-2.54.0.tar.gz
Algorithm Hash digest
SHA256 c782457a2ea37633449740fd597ba9d1b9842c9fc8c002bf53901858f6c51d57
MD5 49c8a597e01e92dc10fffab9fc9badd5
BLAKE2b-256 aa2f2642e1d3afb7bde4e08c9f9102b44709edf119145c094c2a808b0a7f8a3b

See more details on using hashes here.

File details

Details for the file cognite_sdk-2.54.0-py3-none-any.whl.

File metadata

  • Download URL: cognite_sdk-2.54.0-py3-none-any.whl
  • Upload date:
  • Size: 182.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.12

File hashes

Hashes for cognite_sdk-2.54.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e245cc13e519e52f4862c9cb95b3a2f68454191767ee902d41604ef5a59c5925
MD5 9c9400f644dedaa18e81b0e4eba4720e
BLAKE2b-256 2761c4528bb0baa3fd1319f7d72160c6c32331e184576cdd075c0b89bd82c99b

See more details on using hashes here.

Supported by

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