Car_Park: Retrieve the parking lot information and location

Car_ParkR Documentation

Retrieve the parking lot information and location

Description

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.

Usage

Car_Park(access_token, county, street, dtype="text", out=F)

Arguments

access_token

Your access token given by TDX platform. This can be derived from the function get_token().

county

Please fill in the English county name. Checking out the appropriate county name in dataframe TDX_County.

street

Please fill in on or off. 'On street' means the parking area is along the road, while 'off street' represents the parking lot. Note that there are few counties provide on street parking data.

dtype

The class of data, including text (data frame) and sf (simple feature). The default value is text.

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.

Value

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".

Author(s)

Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au

Examples

Car_Park(access_token, "Taipei", street="off")
Car_Park(access_token, "Tainan", street="on", dtype="sf", out="./TainanParking.shp")

ChiaJung-Yeh/NYCU_TDX documentation built on Aug. 28, 2024, 10:43 p.m.