如何使用 arcgis 从 HWSD 中提取土壤数据?
How to extract soil data from HWSD using arcgis?
我需要从协调世界土壤数据库 (HWSD) 获取 1000 点土壤数据。我使用 Build Raster Attribute Table 工具成功地将 HWSD 提供的 Microsoft Access 数据库连接到 ArcGIS Desktop 10.1。
但是当我使用工具提取值到点来获取变量数据时,只提取了 MU_Global 的值。
有没有办法获得一个属性table,其中包含我的每个点的所有变量?
您仍想使用 Extract Values to Points,但请确保正确设置 add_attributes
参数。
Determines if the raster attributes are written to the output point
feature dataset.
- VALUE_ONLY — Only the value of the input raster is added to the point attributes. This is the default.
- ALL — All the fields from the input raster (except Count) will be added to the point attributes.
我需要从协调世界土壤数据库 (HWSD) 获取 1000 点土壤数据。我使用 Build Raster Attribute Table 工具成功地将 HWSD 提供的 Microsoft Access 数据库连接到 ArcGIS Desktop 10.1。
但是当我使用工具提取值到点来获取变量数据时,只提取了 MU_Global 的值。
有没有办法获得一个属性table,其中包含我的每个点的所有变量?
您仍想使用 Extract Values to Points,但请确保正确设置 add_attributes
参数。
Determines if the raster attributes are written to the output point feature dataset.
- VALUE_ONLY — Only the value of the input raster is added to the point attributes. This is the default.
- ALL — All the fields from the input raster (except Count) will be added to the point attributes.