Dear all,
Thanks to Kit Baum, a new package georoute is now available for download from SSC. In Stata, type ssc install georoute to install it.
The georoute package allows to compute travel distance and travel time between two points defined by their addresses or their geographical coordinates. The package contains a "full command" georoute, an immediate command georoutei, and their accompanying help file.
The purpose of the package is similar to that of existing commands such as traveltime, traveltime3, mqtime, and osrmtime. The first 3 commands are however deprecated, while osrmtime only allows the user to start from geographical coordinates. georoute should thus be useful to researchers who want to compute travel distance between pairs of addresses.
Best wishes,
Sylvain
georoute calculates the georouting distance between two
addresses or two geographical points identified by their
coordinates. It uses the HERE API (see
https://developer.here.com) to retrieve distances in two steps.
In the first step, addresses are geocoded and their geographical
coordinates (latitude and longitude) are obtained. In the second
step, the georouting distance between the two points is obtained.
The user can also directly provide geographical coordinates,
which will bypass the first step.
KW: geography
KW: distance
KW: travel time
KW: geocoding
Requires: Stata version 11 and insheetjson, libjson from SSC (q.v.)
Distribution-Date: 20161101
Author: Sylvain Weber, University of Neuchâtel, Institute of Economic Research
Support: email [email protected]
Author: Martin Péclat, University of Neuchâtel, Institute of Economic Research
Support: email [email protected]
Thanks to Kit Baum, a new package georoute is now available for download from SSC. In Stata, type ssc install georoute to install it.
The georoute package allows to compute travel distance and travel time between two points defined by their addresses or their geographical coordinates. The package contains a "full command" georoute, an immediate command georoutei, and their accompanying help file.
The purpose of the package is similar to that of existing commands such as traveltime, traveltime3, mqtime, and osrmtime. The first 3 commands are however deprecated, while osrmtime only allows the user to start from geographical coordinates. georoute should thus be useful to researchers who want to compute travel distance between pairs of addresses.
Best wishes,
Sylvain
georoute calculates the georouting distance between two
addresses or two geographical points identified by their
coordinates. It uses the HERE API (see
https://developer.here.com) to retrieve distances in two steps.
In the first step, addresses are geocoded and their geographical
coordinates (latitude and longitude) are obtained. In the second
step, the georouting distance between the two points is obtained.
The user can also directly provide geographical coordinates,
which will bypass the first step.
KW: geography
KW: distance
KW: travel time
KW: geocoding
Requires: Stata version 11 and insheetjson, libjson from SSC (q.v.)
Distribution-Date: 20161101
Author: Sylvain Weber, University of Neuchâtel, Institute of Economic Research
Support: email [email protected]
Author: Martin Péclat, University of Neuchâtel, Institute of Economic Research
Support: email [email protected]
Comment