MUKEYS_by_ll_bbox(soilDB)
MUKEYS_by_ll_bbox()所属R语言包:soilDB
Fetch Map Unit Keys by Bounding Box
获取图单位的边界框的按键
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will return a vector of map unit keys, from the Soil Data Access website, that correspond with a bounding box defined by WGS84 long/lat pairs.
这个函数将返回一个矢量图单位键,从土壤数据访问网站,与一个边界框所定义的的WGS84术语/纬度对。
用法----------Usage----------
MUKEYS_by_ll_bbox(bbox)
参数----------Arguments----------
参数:bbox
a bounding box in WGS coordinates
在WGS坐标的边界框
Details
详细信息----------Details----------
The SDA website can be found at http://sdmdataaccess.nrcs.usda.gov. See examples for bounding box formatting.
SDA网站上可以找到在http://sdmdataaccess.nrcs.usda.gov。边界框格式的例子。
值----------Value----------
a vector of map unit keys
一个向量的图单元键
注意----------Note----------
This function requires the 'RCurl' (http://www.omegahat.org/RCurl/) and 'XML' (http://www.omegahat.org/RSXML/) packages.
此功能需要RCurl“(http://www.omegahat.org/RCurl/)和”XML“(http://www.omegahat.org/RSXML/)的包。
(作者)----------Author(s)----------
Dylan E Beaudette
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
# fetch map unit keys from the bounding-box:[获取图单位键包围盒:]
# []
# +------------- (-120.8, 37.8)[+ -------------(-120.8,37.8)]
# | |[| |]
# | |[| |]
# (-120.95, 37.7) --------------+[(-120.95,37.7)-------------- +]
b <- c(-120.9,37.7,-120.8,37.8)
## Not run: m <- MUKEYS_by_ll_bbox(b)[#不运行:M < - MUKEYS_by_ll_bbox的(B)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|