Rail_Shape | R Documentation |
The function is used to download the shape of railway. Please fill in the operator
to retrieve its geometry.
Rail_Shape(access_token, operator, dates=F, dtype="text", out=F)
access_token |
Your access token given by TDX platform. This can be derived from the function |
operator |
Please fill in the operator code of given railway system. Checking out the appropriate operator code in dataframe |
dates |
If historical data would be retrieved, this argument should be set; otherwise the default value is FALSE. The date format should be |
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
Rail_Shape(access_token, "TRA")
Rail_Shape(access_token, "TRA", dtype="sf", out="./TRA.shp")
# historical data
Rail_Shape(access_token, "TRTC", "2022-01-01", dtype="sf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.