Question

How to convert geotiff to CSV file or autocad file

  • 11 June 2020
  • 2 replies
  • 15 views

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


2 replies

Userlevel 4

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?

Reply