walkshed(walkscoreAPI)
walkshed()所属R语言包:walkscoreAPI
Return Walk Shed
返回走棚
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to preform the "Walking Distance" API Call.
瓶坯的“步行”API调用的功能。
用法----------Usage----------
walkshed(x, y, key)
参数----------Arguments----------
参数:x
longitude of query location (numeric)
查询位置的经度(数字)
参数:y
latitude of query location (numeric)
查询位置的纬度(数字)
参数:key
your Walk Score API key (string)
你走路的分数API键(字符串)
Details
详细信息----------Details----------
The "Walking Distance" API call returns the geometry of a polygon which bounds network walking distance from the given origin point.
“步行”API调用返回的几何形状的多边形边界网络的步行距离,从给定的原点。
值----------Value----------
Returns an object of class "Walkshed", which is basically a list with the following elements:
返回类的一个对象“Walkshed”,这基本上是一个包含下列元素的列表:
参数:status
A code which tells the status of the request. The table of status codes can be found on the Walk Score API site. A status of 1 means a successful request.
的代码,它告诉请求的状态。状态码表上可以找到步行分数API网站。 1表示一个成功的请求的状态。
参数:origin
Latitude and longitude of the walkshed center.
纬度和经度的walkshed中心。
参数:geometry
Geometry type of walkshed.
几何类型的walkshed。
参数:coordinates
List of walkshed polygon vertexes, returned as a data frame with two columns.
列表多边形顶点walkshed,有两列作为数据框返回。
参数:radius
Network distance in miles.
网络英里的距离。
参数:snappedLong
longitude to which the input was snapped to.
经度,输入被抢购一空。
参数:snappedLat
latitude to which the input was snapped to.
纬度,输入被抢购一空。
注意----------Note----------
Visit www.walkscore.com for information on Walk Score and to obtain an API key
访问www.walkscore.com的步行分数的信息,并获得API密钥
(作者)----------Author(s)----------
John Whalen
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|