Currently "The NoData cells will not be transformed into points" by Raster to Point tool.
It would be nice to add {NODATA} option to Raster to Point tool to export NODATA as -9999, similar to the Raster to ASCII tool.
Use Con and set all NoData = -9999 and then do RasterToPoint
Hi @SteveLynch,
It is always nice to have your help and advice, I appreciate it very much.
Yes, I am using out = Con(IsNull(in_tif), -9999, in_tif) and do RasterToPoint.
Using the Con function is an extra step that impacts efficiency. The introduction of a {NODATA} option directly within the Raster to Point tool would streamline the process, particularly when handling thousands of TIFs.
Sign in to post, follow content, and more. New here? Register for free.