Metadata-Version: 2.1
Name: cognite-geospatial-sdk
Version: 0.5.3
Summary: Cognite Geospatial SDK store and query spatial objects in 2D and 3D space
License: Apache-2.0
Keywords: geospatial,sdk,cognite
Author: Cognite AS
Author-email: support@cognite.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: holoviews (>=1.13.4,<2.0.0)
Requires-Dist: numpy
Requires-Dist: pyarrow (>=1.0,<2.0)
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: shapely (>=1.7,<2.0)
Requires-Dist: six (>=1.15,<2.0)
Requires-Dist: tornado (>=6.0.4,<7.0.0)
Requires-Dist: urllib3 (>=1.25,<2.0)
Description-Content-Type: text/markdown

<a href="https://cognite.com/">
    <img src="https://github.com/cognitedata/cognite-python-docs/blob/master/img/cognite_logo.png" alt="Cognite logo" title="Cognite" align="right" height="80" />
</a>

Cognite Geospatial SDK
==========================
[![PyPI version](https://badge.fury.io/py/cognite-geospatial-sdk.svg)](https://pypi.org/project/cognite-geospatial-sdk/)

Cognite Geospatial SDK for developers and data scientists working with Cognite Data Fusion (CDF).

# Python

A Python Geospatial SDK for the geospatial API. https://cognite-geospatial-sdk.readthedocs-hosted.com/

## 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:
```bash
$ export COGNITE_API_KEY=<your API key>
```

## Installation
To install this package:
```bash
$ pip install cognite-geospatial-sdk
```


