mapunit_geom_by_ll_bbox(soilDB)
mapunit_geom_by_ll_bbox()所属R语言包:soilDB
Fetch Map Unit Geometry from SDA
取图单位的几何图形SDA
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fetch map unit geometry from the SDA website by WGS84 bounding box.
从SDA网站图单元的几何形状取WGS84包围盒。
用法----------Usage----------
mapunit_geom_by_ll_bbox(bbox, source = 'sda')
参数----------Arguments----------
参数:bbox
a bounding box in WGS coordinates
在WGS坐标的边界框
参数:source
the source database, currently limited to soil data access (SDA)
源数据库,目前仅限于土壤中的数据访问(SDA)
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 SpatialPolygonsDataFrame of map unit polygons, in WGS84 (long,lat) coordinates.
SpatialPolygonsDataFrame的图单位的多边形,在WGS84(长,纬度)坐标。
注意----------Note----------
It appears that SDA does not actually return the spatial intersecion of map unit polygons and bounding box. Rather, just those polygons that are completely within the bounding box / overlap with the bbox. This function requires the 'rgdal' (http://cran.r-project.org/web/packages/rgdal/index.html) package.
SDA实际上并不返回的的空间intersecion的图单位的多边形和边框。相反,只有那些多边形是完全在边界框/重叠的BBOX。此功能需要rgdal“(http://cran.r-project.org/web/packages/rgdal/index.html)封装。
(作者)----------Author(s)----------
Dylan E Beaudette
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|