A have a polygongrid on a 1x1m spacing. I have multiple XYZ files also on a 1x1 grid.
I would like to write the Z-value of the xyz-files (is in geometry and in the DB) to the polygongrid if the XY of the pointgrid is within the perimeter of the polygon (in the polygon layer).
On small files i use refFunctions "geomwithin" to do this.
Geomwithin is limited to 100k records, and I have files that easily have more records (points).
Is there a way to override the 100k limit on refFunctions? Or is there a different way to approach this problem?