How to do a batch conversion of point feature data columns to single band rasters?

390
2
08-02-2021 06:55 PM
Coffea_arabica
New Contributor

Hello,

I have a point feature class that contains over 100 columns (variables) of data (ArcMap 10.8.1) . I would like to convert each column to a single band raster. The reason for doing this is to create a multiband raster that can be subject to Principal Components analysis in ArcGIS Pro (2.7).

Thanks 

0 Kudos
2 Replies
JayantaPoddar
MVP Esteemed Contributor

You could run the desired Interpolation tool in batch.

e.g. Run Kriging as a batch tool.

JayantaPoddar_0-1627965427329.png

 

Choose "Z value Field" as your batch parameter. You could save the batch tool as well.

JayantaPoddar_1-1627965556735.png

 

After choosing the input point feature, you can select multiple fields from the drop-down of "Batch Z value fields".

JayantaPoddar_3-1627965845574.png

You may note that the output comes with an inline variable substitution, "%Name%", which helps in creating multiple output raster files in a given workspace.



Think Location
Coffea_arabica
New Contributor

Thanks  Jayanta. I also found another solution in Pro by using the batch option in the feature to raster conversion tool. 

0 Kudos