Freeway_Shape | R Documentation |
The function is used to download the shape of freeway (also includes expressway). There are four types of data, including section
, link
, gantry
, and gantryod
. The detailed settings of these arguments, please find the content below. Note that this data is not retrieved from TDX, but from Freeway Bureau, MOTC, and there is no need to use access token. In addition, please note that the etag gantries are only set up in freeway 1, 3, 5, and thus, there is no data on other freeway and expresseay for gantry
and gantryod
.
Freeway_Shape(geotype, dtype="text", out=F)
geotype |
Please fill in the geometry type of freeway. The argument includes
| |||||||||||
dtype |
The class of data, including | |||||||||||
out |
If the result should be exported to the local, please fill in the directory. The default value is FALSE, which does not export the data. Note that the directory must contain ".shp" when exporting simple feature. And the directory must contain ".csv" or ".txt" when exporting text file. |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Freeway_Shape(geotype="link")
Freeway_Shape(geotype="gantryod", dtype="sf", out="./gantryod.shp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.