Tourism: Retrieve the geometry of tourism

TourismR Documentation

Retrieve the geometry of tourism

Description

The function is used to download the tourism data, including scenic spot, restaurant, and hotel. But note that the data is not collected completely, please take it as reference. Point of interests can be downloaded from other platform or map for relatively complete infromation.

Usage

Tourism(access_token, county, poi, 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.

poi

Type of the point of interest, including ScenicSpot, Restaurant, and Hotel.

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.

Author(s)

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

Examples

Tourism(access_token, "Taipei", poi="Hotel")
Tourism(access_token, "Hsinchu", poi="Restaurant", dtype="sf", out="./hsinchu_restaurant.shp")

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