here-search-demo

HERE Geocoding and Search demo and widgets


Keywords
HERE, Search, Ipywidgets, GS7, heremaps, jupyter-notebooks, jupyterlite, pyodide, python
License
MIT
Install
pip install here-search-demo==0.9.0

Documentation

Python package codecov lite-badge

HERE Search notebooks

A set of jupyter notebooks demonstrating the use of HERE Geocoding & Search endpoints /autosuggest, /discover, /browse, and /lookup.

searching for restaurants

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]'

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"

Use the here-search-notebooks script with your HERE API Key:

API_KEY="your API key" here-search-notebooks

(More details)

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.