Skip to content

deeplook/here-pysdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

Docker image/container for HERE Data SDK for Python

Sample docker image for HERE Data SDK for Python.

This image is based on micromamba-docker

Prerequisities

In order to run this container you'll need docker installed.

Only Windows version are tested.

Probably works with Mac and Linux as well, but not tested.

Usage

Packages and installed environment

Python packages will be installed into the "base" environment via conda-forge channel.

You can modify installed packages with env.yaml file.

Credential

You need to setup your credential to use HERE Data SDK for Python. Please create directory named credentials and place your credential file (credentials.properties)in that directory. The credential file will be copied to the /root/.here directory in container, so you will be able to use the SDK soon after the container created.

If you don't know how to get credential, please refer Credentials Setup.

Volumes

Volumes mounted to the container is specified in docker-compose.yml. Please change the volumes part to your original one.

How to run

Run the docker-compose up. Jupyter Lab will start up automatically, then copy and paste the URL with your browser. The 8888 port is used for the Jupyter.

Japanese locale

If you do not need Japanese locale, please remove corresponding part in Dockerfile.

Author

  • Hiromu Nakamura

License

The codes inside of this project are released under the MIT License, see LICENSE.md.

Please refer Legal, privacy & security about HERE Technologies products.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%