Please refer to the attached image. The overlay on the map shows a raster file with disconnected circles. I want to split each of those circles into independent rasters in one shot. Is that even possible? If yes how? If not whats the fastest way to do it (avoiding as much donkey work as possible)?


Attachments
You do not need to seperate the features into multiple feature layers. When you are using iterate feature selection in model builder, each polygon feature will be selected and used as clipping extent. The clip tool will run in multiple iteration each time selecting a different polygon feature from your layer. See more examples of using iterators in ModelBuilder on our web-help.
Thanks! the model works perfect!
I have some question here:
1. I have say 20 circles. Some of them fall completely out of the lidar area. In this case the clipping returns complete raster layer, instead of no raster layer. How can I invert this?
2. Can i save these value variables coming out in a text file?
Thanks!
Shaunak