3
3
Status] ( https://img.shields.io/codecov/c/github/GIScience/openrouteservice-r/master.svg )] ( https://app.codecov.io/github/GIScience/openrouteservice-r?branch=master )
4
4
[ ![ lifecycle] ( https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#experimental )
5
5
6
- openrouteservice R client
7
- =========================
6
+ # openrouteservice R client
8
7
9
8
* openrouteservice* R package provides easy access to the
10
9
[ openrouteservice] ( https://openrouteservice.org ) (ORS) API from R. It
@@ -18,7 +17,8 @@ allows you to painlessly consume the following services:
18
17
(accessibility)
19
18
- time-distance
20
19
[ matrix] ( https://openrouteservice.org/dev/#/api-docs/v2/matrix/%7Bprofile%7D/post )
21
- - [ snapping] ( https://openrouteservice.org/dev/#/api-docs/snap ) to ways
20
+ - [ snapping] ( https://openrouteservice.org/dev/#/api-docs/v2/snap/%7Bprofile%7D/post )
21
+ to ways
22
22
- [ pois] ( https://openrouteservice.org/dev/#/api-docs/pois/post )
23
23
(points of interest)
24
24
- SRTM
@@ -28,30 +28,26 @@ allows you to painlessly consume the following services:
28
28
[ optimization] ( https://openrouteservice.org/dev/#/api-docs/optimization/post )
29
29
based on [ Vroom] ( http://vroom-project.org/ )
30
30
31
- Disclaimer
32
- ----------
31
+ ## Disclaimer
33
32
34
33
By using this package, you agree to the ORS [ terms and
35
34
conditions] ( https://openrouteservice.org/terms-of-service/ ) .
36
35
37
- Installation
38
- ------------
36
+ ## Installation
39
37
40
38
The package is not yet available from CRAN, but you can install the
41
39
development version directly from GitHub.
42
40
43
41
# install.packages("remotes")
44
42
remotes::install_github("GIScience/openrouteservice-r")
45
43
46
- Get started
47
- -----------
44
+ ## Get started
48
45
49
46
See the package
50
47
[ vignette] ( https://giscience.github.io/openrouteservice-r/articles/openrouteservice.html )
51
48
for an overview of the offered functionality.
52
49
53
- Local ORS instance
54
- ------------------
50
+ ## Local ORS instance
55
51
56
52
The default is to fire any requests against the free public services at
57
53
< ; api.openrouteservice.org> ; . In order to query a different
@@ -72,8 +68,13 @@ defaults are equivalent of having
72
68
optimization = "optimization",
73
69
snap = "v2/snap"))
74
70
75
- Package News
76
- ------------
71
+ ## Package News
72
+
73
+ ### version 0.5.1
74
+
75
+ #### BUG FIXES
76
+
77
+ - sf output for POIs endpoint (#81 )
77
78
78
79
### version 0.5.0
79
80
@@ -86,9 +87,3 @@ Package News
86
87
#### NEW FEATURES
87
88
88
89
- Enable optimization endpoint.
89
-
90
- ### version 0.3.3
91
-
92
- #### BUG FIXES
93
-
94
- - Fixed resolving of URL paths to endpoints.
0 commit comments