I have a geotiff in tif format & ovr format. I want to convert this to another format such as a CSV or autocad format but I can't seem to get the correct output. Any help is appreciated
Page 1 / 1
For the CSV, you could e.g. use the RasterCellCoercer (output as points) followed by a CoordinateExtractor to retrieve all the raster cell values as numeric values.
If that doesn't cover your use case, maybe consider adding some details to the question.
For the CSV, you could e.g. use the RasterCellCoercer (output as points) followed by a CoordinateExtractor to retrieve all the raster cell values as numeric values.
If that doesn't cover your use case, maybe consider adding some details to the question.
I couldn't do it. I am new to FME, can you please break down the steps?