Skip to main content
Question

How to convert geotiff to CSV file or autocad file

  • June 11, 2020
  • 2 replies
  • 93 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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8392 replies
  • June 12, 2020

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.


  • 1 reply
  • October 17, 2021

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?