getWS(walkscoreAPI)
getWS()所属R语言包:walkscoreAPI
Walk Score API Call
步行分数API调用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to perform the basic Walk Score API call.
一个函数来执行基本的步行指数API调用。
用法----------Usage----------
getWS(x, y, key)
参数----------Arguments----------
参数:x
longitude of query location (numeric)
查询位置的经度(数字)
参数:y
latitude of query location (numeric)
查询位置的纬度(数字)
参数:key
your Walk Score API key (string), see Details below
你走路的分数API密钥(字符串),请参阅下面的详细信息
Details
详细信息----------Details----------
Note that the call uses longitude and latitude coordintes and not addresses like the website interface. It is strongly recomended that Google Geolocation is used to convert addresses to coordinates because this is the method used by the Walk Score website, and will result in the same Walk Score as entering the address into the website interface. The function "geoloc" in this package is a tool for using the Google Geolocation API.
请注意的呼叫使用经度和纬度coordintes的,和不喜欢的网站界面的地址。强烈recomended,谷歌GEO定位是用来转换地址坐标,因为这是由“漫游”分数“的网站所使用的方法,并会导致在相同的步行分数到网站的界面作为输入的地址。在此包中的的功能“geoloc”是一种工具,使用谷歌GEO定位API。
值----------Value----------
Otherwise Returns an object of class WalkScore, basically a list of the following elements:
否则,返回类的一个对象WalkScore,基本上是以下元素列表:
参数:status
Status code of the request. Status of 1 indicates a successful call. See the Walk Score API page for interpretation of other codes.
状态代码的请求。状态1表示一个成功的呼叫。其他代码的解释,请参见步行分数API页面。
参数:walkscore
Walk Score of query location.
步行分数查询位置。
参数:description
Qualitative description of location.
定性描述的位置。
参数:updated
Date and time of most recent update to this location's Walk Score.
此位置的步行路程分数最近更新的日期和时间。
参数:snappedLong
grid point longitude to which the input was snapped to.
网格点的经度,输入被抢购一空。
参数:snappedLat
grid point 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----------
<h3>See Also</h3>
实例----------Examples----------
## Not run: [#不运行:]
getWS(-73.98496,40.74807,"your key")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|