HERE Geocoding and Search demo and widgets
Project description
HERE Search notebooks
A set of jupyter widgets and 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.
| Use Case | Installation |
|---|---|
| Online use | Run the notebooks in your browser |
| Local use | Install and try locally |
| Package maintenance | Install from the sources |
0-install use
here-search-demo notebooks are available in a Github page hosting a JupyterLite instance.
This allows users to not have to install anything.
Install and try locally
If you want to use the library and try it through existing notebooks, do:
-
Install the widgets:
pip install 'here-search-demo[lab]'
-
Grab the notebooks from the GitHub release asset
-
Add your HERE API key to
demo-config.jsonfile.
Install from the sources
-
git cloneit and into avirtualenv/venv, do:pip install -r <(sort -u requirements/*) -e '.[dev,lab]'
-
Copy
demo-config-example.jsontodemo-config.jsonand add your HERE API key to it. -
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 either
- JupyterLab:
python -m jupyterlab src/here_search/demo/notebooks
- or JupyterLite
bash src/here_search/demo/scripts/lite-run.sh
- JupyterLab:
(Additional notes)
License
Copyright (C) 2022-2025 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file here_search_demo-0.17.6.tar.gz.
File metadata
- Download URL: here_search_demo-0.17.6.tar.gz
- Upload date:
- Size: 37.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba6af1314c2571ff0b9840d27ddc66bcf28f4566fe00c7a291cdfbbbbb06bf61
|
|
| MD5 |
0ce0e86bfb7d7102ba4a1a3fc4e6ed4b
|
|
| BLAKE2b-256 |
517e96115c9c0ad5ca69866771316381a58307ce04f9f80842fa4dbb6cc22542
|
File details
Details for the file here_search_demo-0.17.6-py3-none-any.whl.
File metadata
- Download URL: here_search_demo-0.17.6-py3-none-any.whl
- Upload date:
- Size: 37.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52d7c69d29dc5d242806c0320b96bc4014ebc76afcf844cc681c9c8bf6f22cda
|
|
| MD5 |
e9cdb77d157d0d9ed14e2eb2b7b543db
|
|
| BLAKE2b-256 |
35ff878ad08ad6b06fe7bd6c51b748e53a91e699b5b7e6e969c5627ae94d5157
|