Simple Question:
I have a GeoTiff writer. I want the root name name of the GeoTiff to be the same as the root name from a LAS reader. So if the las file is called "cheese.las", the geotiff would end up as "cheese.tif".
I tried connecting the las reader to a FilenamePartExtractor, connecting the output of that to my geotiff writer, then setting my "Raster File Name" parameter as the "_rootname" value from that output:
Seemed logical - but now I'm getting this error:
GEOTIFF writer: Failed to obtain raster from feature. Only features with raster geometry are expected
It appears that new connection is sending the geometry of my las point cloud to the geotiff, when all I really need is the name of the thing.
What do I do?