You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/notebooks/README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@
3
3
The example notebooks in this directory demonstrate various functionalities of `HERE Location Services`.
4
4
5
5
## Prerequisites
6
+
6
7
Before you run the Notebooks make sure you have:
8
+
7
9
- A HERE developer account, free and available under [HERE Developer Portal](https://developer.here.com)
8
10
- An [API key](https://developer.here.com/documentation/identity-access-management/dev_guide/topics/dev-apikey.html) from the [HERE Developer Portal](https://developer.here.com)
9
11
10
-
11
12
## Preparing for visualization
12
13
13
14
In order to run these Notebooks, you will need a few third-party dependencies. Please copy the following text to a file name anything you like, e.g. `requirements.txt`:
@@ -23,10 +24,11 @@ For visualization requirements please install [here-map-widget-for-jupyter](http
23
24
24
25
Follow installation steps from here: [here-map-widget-for-jupyter](https://github.com/heremaps/here-map-widget-for-jupyter#installation).
25
26
26
-
27
27
## Notebooks
28
28
29
29
-[Location Services](./location_services.ipynb) - Examples of various location services.
30
30
-[Restaurant Search](./isoline_routing_restaurant_search.ipynb) - Usecase of restarant search using isoline routing.
31
31
-[Routing](./routing.ipynb) - Examples of routing API.
32
-
-[Matrix Routing](./matrix_routing.ipynb) - Examples of Matrix routing API.
32
+
-[Matrix Routing](./matrix_routing.ipynb) - Examples of Matrix routing API.
33
+
-[Autosuggest](./autosuggest.ipynb) - Examples of Autosuggest API.
34
+
-[Destination Weather](./destination_weather.ipynb) - Examples of Destination Weather API.
one_observation bool optional Boolean, if set to true, the response only includes the closest location. Only available when the `product` parameter is set to `DEST_WEATHER_PRODUCT.observation`.
56
56
language str optional Defines the language used in the descriptions in the response.
57
57
units :class:`DestWeatherUnits <here_location_services.config.dest_weather_config.DestWeatherUnits>` optional Defines whether units or imperial units are used in the response.
geometry Point or LineString or Polygon or MultiPolygon Point or LineString or Polygon or MultiPolygon defining the route or a single location
89
+
start_time :func:`datetime.datetime` Start time of the event
90
+
id str optional Unique weather alert id.
91
+
weather_severity :class:`WeatherSeverity <here_location_services.config.dest_weather_config.WeatherSeverity>` optional Defines the severity of the weather event
92
+
weather_type :class:`WeatherType <here_location_services.config.dest_weather_config.WeatherType>` optional Defines the type of the weather event
93
+
country str optional String for ISO-3166-1 2-letter country code.
94
+
end_time :func:`datetime.datetime` optional End time of the event. If not present, warning is valid until it is not removed from the feed by national weather institutes (valid until warning is present in the response)
0 commit comments