Creating a multi-band GeoTIFF
From AWF-Wiki
(Difference between revisions)
(→Multiband layers) |
|||
Line 4: | Line 4: | ||
==Multiband layers== | ==Multiband layers== | ||
To create a multiband image: | To create a multiband image: | ||
− | # Load the different satellite band layers into [[QGIS]]. For exercise purposes, you can use the landsat-bands from the directory ''geodata/raster/landsat | + | # Load the different satellite band layers into [[QGIS]]. For exercise purposes, you can use the landsat-bands from the directory ''geodata/raster/landsat/'' in the [[Course data|course data]]; the layer names start with ''sub'', the band number is indicated by ''B'' and a one- or two-digit number, e.g. ''B1'' or ''B10'' for the first band and ''B1'' or ''B20'' for the second. |
− | # | + | # If the processing toolbox is not visible in you [[QGIS]] window yet, select {{mitem|text=Processing --> Toolbox}}. |
+ | # In the processing toolbar, type {{typed|text=merge}} into the search field to find the {{button|text=merge}} tool and open it. |
Revision as of 15:25, 8 December 2013
sorry: |
This section is still under construction! This article was last modified on 12/8/2013. If you have comments please use the Discussion page or contribute to the article! |
- This exercise is part of the QGIS Tutorial 2013/14.
In this exercise you will learn how to create images of several bands of satellite data, and how to georeference a raster image.
Multiband layers
To create a multiband image:
- Load the different satellite band layers into QGIS. For exercise purposes, you can use the landsat-bands from the directory geodata/raster/landsat/ in the course data; the layer names start with sub, the band number is indicated by B and a one- or two-digit number, e.g. B1 or B10 for the first band and B1 or B20 for the second.
- If the processing toolbox is not visible in you QGIS window yet, select Processing --> Toolbox.
- In the processing toolbar, type merge into the search field to find the merge tool and open it.