sorry for the confusing title.
I have two regular polygon grids consisting of different sized squares with the same x-y origin.
Grid 1 consists of 4km x 4km squares and grid 2 consists of 1km x1km squares. Thus 1 tile from grid 1 contains exactly 16 squares of grid 2. Think Matrix of ever decreasing resolution.
Each little square contains a file name in an attribute row. I need to run a process(combine point cloud) on the 16 file names contained within each selected large square.
How do I set up the select-iteration mechanism?