Raster histogram
From AWF-Wiki
(Difference between revisions)
(→Using R scripts) |
(→Using R scripts) |
||
Line 11: | Line 11: | ||
== Using R scripts == | == Using R scripts == | ||
# If the processing toolbox is not visible, select {{mitem|text=Processing --> Toolbox}}. | # If the processing toolbox is not visible, select {{mitem|text=Processing --> Toolbox}}. | ||
− | # In the processing toolbar, type {{typed|text=Get R scripts}} into the search field | + | # In the processing toolbar, type {{typed|text=Get R scripts}} into the search field and click to open it. In the ''Install scripts and model windows'' unfold the folder ''Not installed'' and activate ''Advanced histogram'' as shown below in the screenshot. |
+ | [[File:Qgis_Get_Rscripts.png|200px]]. | ||
+ | Click {{button|text=OK}}. # In the processing toolbar, type {{typed|text=Get R scripts}} into the search field and click to open the diaolog window. Specify the Input raster Layer and click the button {{button|text=...}} on to select the path and filename for the output graphics file. Click {{button|text=Run}}. | ||
+ | [[File:Qgis_advanced_histogram.png|200px]]. | ||
+ | Be patient and have a look on the messages in the log window as some additional R packages need to be downloaded. The resulting ggraphics shows side all histograms of the raster bands side by side. | ||
+ | [[File:histogram_result.png|200px]] | ||
[[Category: Working with Raster Data]] | [[Category: Working with Raster Data]] |
Revision as of 21:04, 22 October 2017
Using Layer Properties
- Click the Add raster layer and select the file C:/OSGeo4W64/geodata/raster/s2/Subset_S2A_MSIL2A_20170619T.tif.
- After clicking Open , the raster layer appears on the QGIS canvas.
- Right click the layer name in the Layers panel and select Properties --> Histogramm
This dialog displays a histogram for all bands band. Left click and drag a box on the diagram to zoom in. Click on Pref/Actions and activate Draw as lines (Figure A).
Click on Pref/Actions and deactivate Draw as lines. Activate Show selected band and Always show min/max markers.
The value range of the selected band data is evenly divided into bins. The histogram shows how many pixels of the image fall into each of the bins (Figure B). Click on . The graphics may be saved as png file.Using R scripts
- If the processing toolbox is not visible, select Processing --> Toolbox.
- In the processing toolbar, type Get R scripts into the search field and click to open it. In the Install scripts and model windows unfold the folder Not installed and activate Advanced histogram as shown below in the screenshot.
. Click OK. # In the processing toolbar, type Get R scripts into the search field and click to open the diaolog window. Specify the Input raster Layer and click the button ... on to select the path and filename for the output graphics file. Click Run. . Be patient and have a look on the messages in the log window as some additional R packages need to be downloaded. The resulting ggraphics shows side all histograms of the raster bands side by side.