The Colormap To RGB raster function produces raster with No Data cell values in the entire mosaic dataset.
上次发布: October 22, 2018ArcGIS Pro
漏洞 ID 编号
BUG-000116963
已提交
September 21, 2018
上次修改时间
March 6, 2025
适用范围
ArcGIS Pro
找到的版本
2.2.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is as designed behavior for this data. The colormap function produces NoData for pixel values that are not within the colormap. This data has pixel values between 441-1527 and the colormap only maps pixel values from 0-255. Hence this is an expected result. In order to get proper rgb values out of this data try stretching the values before applying colormap or export symbology as raster function and apply on the data. Please let me know if you have any questions.