Hi Dan Patterson.
Coordinate system
With the query layer (4326) I set an environmental variable to output the results in a projected coordinate system.
With the Enterprise GDB/File GDB, the data had already been projected into a pcs.
Point to Raster
Good suggestion. The 'cell size' of the point layer is 40m.
Would have been desirable to interpolate to 5-10m, but resampling might be an approach there. I assumed (disregarding size of the dataset for now) that Nearest Neighbour would have been the optimal approach for this?
And what if the orientation of the points is not exactly linear, would this not cause an issue?
Hmm. Just tried running the tool and it produced an empty output. Will investigate.
EDIT
I got it to output a layer, but it does not convert all the points.
Interestingly, if I apply a graduated renderer, it ends up not showing all the points (the same as what does not get created by the point to raster).
The points that have not been rendered have values assigned to them and are valid geometries.
Does this provide a clue into what could be causing the issue?
Below: Layer with a graduated renderer. Layer with a simple renderer (squares). A simple result of the point to raster tool.
The Point to Raster output matches the same values not rendered by the unique renderer.
All those datapoints have a value behind them.
Perhaps when it tries to come up with a classification scheme, a graduated renderer stops scanning a table after a certain number of records?
From an interpolation/point to raster perspective, seems like it might be hitting this same issue and not outputting the correct result?
Point to Raster output full extent:
This does not look correct in several areas (that match up to the areas that fail to render with the graduated renderer)