File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ By using this library, you agree to the ORS [terms and conditions](https://openr
14
14
15
15
## Requirements.
16
16
17
- Python 2.7 and 3.4 +
17
+ Python 3.8 +
18
18
19
19
## Installation & Usage
20
20
### pip install
21
21
22
22
If the python package is hosted on Github, you can install directly from Github
23
23
24
24
``` sh
25
- pip install ors-py
25
+ pip install openrouteservice
26
26
```
27
27
28
28
Then import the package:
@@ -49,10 +49,10 @@ Please follow the [installation procedure](#installation--usage) before running
49
49
50
50
### Examples
51
51
These examples show common usages of this library.
52
- - [ Avoid construction sites dynamically] ( examples/Avoid_ConstructionSites.ipynb )
53
- - [ Dieselgate Routing] ( examples/Dieselgate_Routing.ipynb )
54
- - [ Route optimization of pub crawl] ( examples/ortools_pubcrawl.ipynb )
55
- - [ Routing optimization in humanitarian context] ( examples/Routing_Optimization_Idai.ipynb )
52
+ - [ Avoid construction sites dynamically] ( https://openrouteservice.org/example-avoid-obstacles-while-routing/ )
53
+ - [ Dieselgate Routing] ( https://openrouteservice.org/dieselgate-avoid-berlin-banned-diesel-streets/ )
54
+ - [ Route optimization of pub crawl] ( https://openrouteservice.org/example-optimize-pub-crawl-with-ors/ )
55
+ - [ Routing optimization in humanitarian context] ( https://openrouteservice.org/disaster-optimization/ )
56
56
57
57
### Basic example
58
58
``` python
You can’t perform that action at this time.
0 commit comments