I am really new in GRASS and my question is really basic but I dont realize where I am wrong.
I have a set of single layers in my PERMANENT from some Landsat images (1 landsat = 7 one layer rasters). I would like to export group (named "stack" in R) of these layers = forming 1 landsat image to .img. I suppose the following steps to do it in GRASS:
but if I want to export group of my layers a see only single bands, not the group!!
Please, any idea how to create and export multiband raster to .img in GRASS? (and try to avoid python?). As my bands are in GRASS format, I can´t easily do the job in software more convenient for me. Thanks.
أكثر...
I have a set of single layers in my PERMANENT from some Landsat images (1 landsat = 7 one layer rasters). I would like to export group (named "stack" in R) of these layers = forming 1 landsat image to .img. I suppose the following steps to do it in GRASS:
- Import single layer to GRASS (there is no way to import multiple layer in one time?): r.in.gdal
- Create "group" = multiband raster from singleband rasters: i.group.
- Export multiband raster as new format: r.out.gdal
but if I want to export group of my layers a see only single bands, not the group!!
Please, any idea how to create and export multiband raster to .img in GRASS? (and try to avoid python?). As my bands are in GRASS format, I can´t easily do the job in software more convenient for me. Thanks.
أكثر...