https://github.com/heremaps/here-data-sdk-examples-python
Examples for HERE Data SDK for Python
https://github.com/heremaps/here-data-sdk-examples-python
python sdk
Last synced: 10 months ago
JSON representation
Examples for HERE Data SDK for Python
- Host: GitHub
- URL: https://github.com/heremaps/here-data-sdk-examples-python
- Owner: heremaps
- License: apache-2.0
- Created: 2021-07-15T07:19:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T14:33:06.000Z (about 1 year ago)
- Last Synced: 2025-03-24T10:21:17.439Z (11 months ago)
- Topics: python, sdk
- Language: Jupyter Notebook
- Homepage: https://www.here.com/products/platform
- Size: 402 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HERE Data SDK for Python Examples
A collection of tutorial notebooks and examples demonstrating how to leverage the [HERE Data SDK for Python](https://developer.here.com/documentation/sdk-python-v2/dev_guide/index.html) in common location intelligence usage scenarios.
## Prerequisites
- Python 3 (version >= 3.7)
- A [HERE platform](https://developer.here.com/products/platform) account
- Conda or pip to install [HERE Data SDK for Python](https://developer.here.com/documentation/sdk-python-v2/dev_guide/index.html) packages
- JupyterLab or Jupyter Notebook
## Installation
These examples can be downloaded without any special installation process. In order to execute the code however, the above prerequisites must be fulfilled.
- To sign up for a free [HERE platform](https://developer.here.com/products/platform) account choose the Workspace option here https://developer.here.com/pricing/platform.
- To install [HERE Data SDK for Python](https://developer.here.com/documentation/sdk-python-v2/dev_guide/index.html) packages see https://developer.here.com/documentation/sdk-python-v2/dev_guide/topics/install.html.
- To install Jupyter software, see https://jupyter.org/install.html.
# License
Copyright (C) 2020-2021 HERE Europe B.V.
Unless otherwise noted in `LICENSE` files for specific directories, the [LICENSE](https://github.com/heremaps/here-data-sdk-examples-python/blob/main/LICENSE) in the root applies to all content in this repository.