Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deeplook/herestapis
Tutorial showing essential HERE Location Services RESTful APIs.
https://github.com/deeplook/herestapis
binder-jupyter-notebook binder-ready heremaps jupyter location-services rest-api restful
Last synced: 4 months ago
JSON representation
Tutorial showing essential HERE Location Services RESTful APIs.
- Host: GitHub
- URL: https://github.com/deeplook/herestapis
- Owner: deeplook
- License: mit
- Created: 2019-01-10T21:17:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T06:01:55.000Z (over 3 years ago)
- Last Synced: 2023-10-20T19:16:46.092Z (over 1 year ago)
- Topics: binder-jupyter-notebook, binder-ready, heremaps, jupyter, location-services, rest-api, restful
- Language: Jupyter Notebook
- Homepage:
- Size: 28.3 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Herestapis
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/deeplook/herestapis/master?urlpath=lab/tree/index.ipynb)
[![Nbviewer](https://github.com/jupyter/design/blob/master/logos/Badges/nbviewer_badge.svg)](http://nbviewer.jupyter.org/github/deeplook/herestapis/tree/master/)This is a collection of notebooks presented at a ["Geocoding and Mapping" special PyData Berlin meetup](https://www.meetup.com/PyData-Berlin/events/255574946/) on 2018-11-08. They can be executed inside a Jupyter environment kindly hosted by [mybinder.org](mybinder.org). You only need to click the "launch binder" button and wait anywhere between 30 seconds and two minutes.
Of course, you could also download or clone this repo and install the dependencies in `binder/apt.txt` and `binder/environment.yml` locally (the latter with `conda`)... For now the former is recommended, as everything should work (except the `ipyearth` bits, which will be hopefully fixed, soon, too).
For getting the full experience a registration with https://developer.here.com is needed, together with APP_CODE and APP_ID credentials, which need to be stored in the file `credentials.py.template` (with the `.template` extension removed).
## UPDATE
Meanwhile there is a dedicated Python package named [here_location_services](https://github.com/heremaps/here-location-services-python) for accessing a lot of these APIs even more easily.