Convert .IMG format to another format

413
1
08-15-2019 04:10 PM
Labels (2)
ArvindKopparapu
New Contributor

I have a coverage layer in the .img format. Is it possible to convert that file in to the one of the below formats using ARCGIS? Kindly advise.

  1. TXT file
  2. Projection file
  3. Dbf file
0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

Not really.  Normally you convert a raster in one format to another.

You could however, convert to a readable text format if your python is good.  I will leave out specific details for now

Arcpy's RasterToNumPyArray would allow you to convert the raster (single or other bands) to an array which can be converted to various text formats.  Perhaps if you could elaborate on your end-game other suggestions could be made.

0 Kudos