Add {NODATA} option to Raster to Point tool to export NODATA as -9999

473
2
09-28-2023 07:51 PM
Status: Open
Labels (1)
WentaoChe
Occasional Contributor II

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.

Tags (1)
2 Comments
SteveLynch

Use Con and set all NoData = -9999 and then do RasterToPoint

WentaoChe

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.