laptop and a wrench

Bug

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

Last Published: July 23, 2019 ArcGIS Pro
Bug ID Number BUG-000123466
SubmittedJuly 2, 2019
Last ModifiedJune 25, 2025
Applies toArcGIS Pro
Version foundN/A
Operating SystemN/A
Operating System VersionN/A
StatusWill Not Be Addressed

Additional Information

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.

Workaround

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)

 

Steps to Reproduce

Bug ID: BUG-000123466

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options