i might be missing something fairly obvious, but i want to read standard ESRI GRID rasters into FME, work with them and write a single ESRI GRID raster. (Not DEM, GeoTIFF etc etc, just standard GRID).
Do i have to convert the GRID to ASCII in Arc before FME can read it? and is this the case for writing too?
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.
I'm working with ESRI GRID which is actually a collection of .adf files with a metadata xml. the ASCII writer will be useful as eventually i'll want an ASCII but for the reader, i need to work with the actual GRID files.
the ArcGIS Binary Grid (AIG) reader is interesting and i'll try and work with that, cheers