diff --git a/DESCRIPTION b/DESCRIPTION index c2824c6d..3c5d797d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,16 +23,28 @@ Authors@R: c( ) Maintainer: Robin Lovelace Description: Tools for transport planning with an emphasis on spatial - transport data and non-motorized modes. Create geographic "desire + transport data and non-motorized modes. + The package was originally developed to support the 'Propensity to Cycle Tool', a publicly available strategic cycle network planning tool + (Lovelace et al. 2017) , but has since been + extended to support public transport routing and accessiblity analysis + (Moreno-Monroy et al. 2017) and + routing with locally hosted routing engines such as 'OSRM' + (Lowans et al. 2023) . + The main functions are for creating and manipulating geographic "desire lines" from origin-destination (OD) data (building on the 'od' - package); calculate routes on the transport network locally and via - interfaces to routing services such as ; - calculate route segment attributes such as bearing. The package + package); calculating routes on the transport network locally and via + interfaces to routing services such as + (Desjardins et al. 2021) ; + and calculating route segment attributes such as bearing. The package implements the 'travel flow aggregration' method described in Morgan - and Lovelace (2020) . Further - information on the package's aim and scope can be found in the + and Lovelace (2020) and the + 'OD jittering' method described in Lovelace et al. (2022) + . + Further information on the package's aim and scope can be found in the vignettes and in a paper in the R Journal (Lovelace and Ellison 2018) - . + , and in a paper outlining the landscape of + open source software for geographic methods in transport planning + (Lovelace, 2021) . License: MIT + file LICENSE URL: https://github.com/ropensci/stplanr, https://docs.ropensci.org/stplanr/