laptop and a wrench

漏洞

Unable to set the NoData value for a raster to None when running the ‘arcpy.CopyRaster_management()’ tool.

上次发布: July 23, 2019 ArcGIS Pro
漏洞 ID 编号 BUG-000123466
已提交July 2, 2019
上次修改时间June 25, 2025
适用范围ArcGIS Pro
找到的版本N/A
操作系统N/A
操作系统版本N/A
状态Will Not Be Addressed

附加信息

We apologize that we were unable to address this issue within the current product support cycle.  If the issue continues to affect your work in a supported release, please contact Technical Support.

解决办法

Run the Clip Raster tool 'arcpy.Clip_management()’ using the mosaic dataset Test_mosaic1 as an input while setting the clip extent to the boundary of the input mosaic dataset and NoData value set to None. The output TIFF file will have NoData value set to None.

 

import arcpy

in_raster = r"C:\CaseUser\Gian Raphael Prinz\New File Geodatabase.gdb\Test_mosaic1"

rectangle = "4489727.05 5477485.223 4488761.95 5479555.305"

out_raster = r"C:\CaseUser\Gian Raphael Prinz\Output_9.tif"

in_template_dataset = ""

nodata_value = None

clipping_geometry = None

maintain_clipping_extent = "NO_MAINTAIN_EXTENT"

arcpy.Clip_management(in_raster, rectangle, out_raster, in_template_dataset, nodata_value, clipping_geometry, maintain_clipping_extent)

 

重现步骤

漏洞 ID: BUG-000123466

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项