@@ -18,19 +18,16 @@ Authors@R: c(
1818 )
1919Maintainer: Robin Lovelace <rob00x@gmail.com>
2020Description: Tools for transport planning with an emphasis on spatial transport
21- data and non-motorized modes. Enables common transport planning tasks including:
22- downloading and cleaning transport datasets; creating geographic "desire lines"
23- from origin-destination (OD) data; route assignment, locally and via
24- interfaces to routing services such as <https://cyclestreets.net/> and
25- calculation of route segment attributes such as bearing.
21+ data and non-motorized modes. Create geographic "desire lines"
22+ from origin-destination (OD) data (building on the 'od' package);
23+ calculate routes on the transport network locally and via
24+ interfaces to routing services such as <https://cyclestreets.net/>;
25+ calculate route segment attributes such as bearing.
2626 The package implements the 'travel flow aggregration' method
2727 described in Morgan and Lovelace (2020) <doi:10.1177/2399808320942779>.
2828 Further information on the package's aim and scope can be found
2929 in the vignettes and in a paper in the R Journal
3030 (Lovelace and Ellison 2018) <doi:10.32614/RJ-2018-053>.
31- This package Suggests the 'pct' package which at the time of writing
32- is unavailable on CRAN. You can install it from the repository
33- 'itsleeds/pct' on GitHub.
3431License: MIT + file LICENSE
3532BugReports: https://github.com/ropensci/stplanr/issues
3633LazyData: yes
0 commit comments