I'm simply feeding the Input DEM Raster and Input Points into PointOnRasterExtractor to extract the Pixel values onto the Point Features. However, this executes far slower than the ArcGIS equivalent 3DAnalyst ArcTool. 77,000 points take over 1 hour to calculate!
The Raster Reader is the ESRI FileGeoDB Raster Dataset Reader.
So:
- Is this the right Transformer or are there better ones?
- Should I be pre-processing the Raster with something else before putting it into PointOnRasterExtractor?
- Are there methods of limiting the Raster Cells to use in PointOnRasterExtractor which may make it faster (even though in theory this optimisation should be within the Transformer itself) by using a spatial comparison beforehand?