HERE Geocoding and Search demo and widgets
Project description
HERE Search notebooks
A set of jupyter notebooks demonstrating the use of HERE Geocoding & Search endpoints /autosuggest
, /discover
, /browse
, and /lookup
.
Requirements: a HERE API key and a Python environment. Note that HERE Base Plan Pricing allows you to get started for free.
The notebooks can be used in your browser without further installation.
Installation
If you need to install the notebooks or the underlying library on your workstation, run preferably in a virtual environment:
pip install 'here-search-demo[lab]'
Or as a developer:
pip install -r <(sort -u requirements/*) -e '.[lab]'
Link the virtual environment to a IPython kernel:
python -m ipykernel install \
--prefix $(python -c "import sys; print(sys.prefix)") \
--name search_demo --display-name "search demo"
Start Jupyter Lab with your HERE API Key:
API_KEY="your API key" python -m jupyterlab src/here_search/demo/notebooks
(Additional notes)
License
Copyright (C) 2022-2023 HERE Europe B.V.
This project is licensed under the MIT license - see the LICENSE file in the root of this project for license details.
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
Hashes for here_search_demo-0.10.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0de2db151aa562e3b83ca7165d4e7cb078d32a130e3d1f657ee876bf1fca51f3 |
|
MD5 | 11f036d91f0e11cf6d85d7575b219600 |
|
BLAKE2b-256 | 2f52869206ad26f09615eb8f62a6a39b545a385ecbd0a41b32021cce36956c3b |