On Wed, 27 Jun 2018, Hernán De Angelis wrote:
As far as I know, .img is ERDAS Imagine raster format.
Hernan, That looks familiar from many years ago.
You should be able to open it with r.in.gdal, as GDAL can both read and write it: http://www.gdal.org/frmt_hfa.html
I now see that 'gdalinfo --formats | grep .img' has support for it here: $ gdalinfo --formats | grep .img HFA -raster- (rw+v): Erdas Imagine Images (.img) Thanks, Rich _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
