The Copy Raster tool does not ignore ignored cells when it is set to ignore background values.
上次发布: April 20, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000102820
已提交
February 9, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.4.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The "background" in this particular tool is determined by scanning the image from 4 direction of the image (left to right, right to left, up to down, down to up), then removing the "background" pixel value set in the tool until it hits a "non-background" value, all the remaining pixels are untouched. With this rule, the result is expected.
解决办法
Do not ignore 0 values, and set them to Null with the Set Null tool.