Car_Park | R Documentation |
The function is used to download the datail description and location of parking lot (off street) or side parking (on street) given by a specific county.
Car_Park(access_token, county, street, dtype="text", out=F)
access_token |
Your access token given by TDX platform. This can be derived from the function |
county |
Please fill in the English county name. Checking out the appropriate county name in dataframe |
street |
Please fill in |
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. |
Some columns definition in off street data are listed below.
Description | Detailed information regarding number of parking grid for each type of vehicles (in words). | |
FareDescription | Detailed information regarding the fare (in words). | |
IsPublic | Whether it is public-owned, if yes, recording "1". | |
OperationType | The operation type of the parking lot, including public-to-private (1), public-operated (2), private-operated (3). | |
LiveOccuppancyAvailable | Whether it provides the in-time occupancy information, if yes, recording "1". | |
EVRechargingAvailable | Whether it owns eletric vehicle charging facilities, if yes, recording "1". | |
MonthlyTicketAvailable | Whether it provides monthly ticket service, if yes, recording "1". | |
SeasonTicketAvailable | Whether it provides season ticket service, if yes, recording "1". | |
ReservationAvailable | Whether it provides reservation service, if yes, recording "1". | |
WheelchairAccessible | Whether it provides accessible facilities, if yes, recording "1". | |
OvernightPermitted | Whether it allows parking overnight, if yes, recording "1". | |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Car_Park(access_token, "Taipei", street="off")
Car_Park(access_token, "Tainan", street="on", dtype="sf", out="./TainanParking.shp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.