ラスタのプロパティダイアログ

ラスタレイヤのプロパティを表示および設定するには、マップの凡例でレイヤ名をダブルクリックするか、レイヤ名をクリックし、コンテキストメニューから:guilabel:`プロパティ`を選択します:

This will open the Raster Layer Properties dialog, (see figure_raster_1).

このダイアログには多くのメニューがあります:

  • 一般情報

  • スタイル

  • 透過性

  • ピラミッド

  • ヒストグラム

  • メタデータ

Figure Raster 1:

../../../_images/rasterPropertiesDialog.png

ラスタレイヤプロパティダイアログ nix

一般情報メニュー

Layer Info

The General menu displays basic information about the selected raster, including the layer source path, the display name in the legend (which can be modified) and the number of columns, rows and No-Data Values of the raster.

Coordinate reference system

Below you find the coordinate reference system (CRS) information printed as a PROJ.4-string. If this setting is not correct, it can be modified by clicking the [Specify] button.

Scale Dependent visibility

Additionally Scale Dependent visibility can be set in this tab. You need to check the checkbox and set an appropriate scale where your data will be displayed in the map canvas.

At the bottom you can see a thumbnail of the layer, its legend symbol, and the palette.

スタイルメニュー

バンドレンダリング

QGIS offers four different Render types. The renderer chosen is dependent on the data type.

  1. Multiband color - if the file comes as a multi band with several bands (e.g. used with a satellite image with several bands)
  2. Paletted - if a single band file comes with an indexed palette (e.g. used with a digital topographic map)
  3. Singleband gray- (one band of) the image will be rendered as gray, QGIS will choose this renderer if the file neither has multi bands, nor has an indexed palette nor has a continous palette (e.g. used with a shaded relief map)
  4. Singleband pseudocolor - this renderer is possible for files with a continuous palette, e.g. the file has got a color map (e.g. used with an elevation map)

マルチバンドカラー

With the multiband color renderer three selected bands from the image will be rendered, each band representing the red, green or blue component that will be used to create a color image. You can choose several Contrast enhancement methods: ‘No enhancement’, ‘Stretch to MinMax’, ‘Stretch and clip to MinMax’ and ‘Clip to min max’.

Figure Raster 2:

../../../_images/rasterMultibandColor.png

ラスタレンダ - マルチバンドカラー nix

This selection offers you a wide range of options to modify the appearance of your rasterlayer. First of all you have to get the data range from your image. This can be done by choosing the Extent and pressing [Load]. QGIS can radiobuttonon Estimate (faster) the Min and Max values of the bands or use the radiobuttonoff Actual (slower) Accuracy.

Now you can scale the colors with the help of the Load min/max values section. A lot of images have few very low and high data. These outliers can be eliminated using the radiobuttonon Cumulative count cut setting. The standard data range is set from 2% until 98% of the data values and can be adapted manually. With this setting the gray character of the image can disappear. With the scaling option radiobuttonoff Min/max QGIS creates a color table with the whole data included in the original image. E.g. QGIS creates a color table with 256 values, given the fact that you have 8bit bands. You can also calculate your color table using the radiobuttonoff Mean +/- standard deviation x selectnumber . Then only the values within the standard deviation or within multiple standard deviations are considered for the color table. This is useful when you have one or two cells with abnormally high values in a raster grid that are having a negative impact on the rendering of the raster.

All calculation can also be made for the radiobuttonoff Current extend.

ちなみに

マルチバンドラスタの単バンドを表示する

If you want to view a single band (for example Red) of a multiband image, you might think you would set the Green and Blue bands to “Not Set”. But this is not the correct way. To display the Red band, set the image type to ‘Singleband gray’, then select Red as the band to use for Gray.

Paletted

This is the standard render option for singleband files that already include a color table, where each pixel value is assigned to a certain color. In that case, the palette is rendered automatically. If you want to change colors assigned to certain values, just double-click on the color and the Select color dialog appears.

Figure Raster 3:

../../../_images/rasterPaletted.png

Raster Renderer - Paletted nix

コントラスト強調

ノート

When adding GRASS rasters the option Contrast enhancement will be always set to automatically to stretch to min max regardless if the QGIS general options this is set to another value.

シングルバンドグレイ

This renderer allows you to render a single band layer with a Color gradient ‘Black to white’ or ‘White to black’. You can define a Min and a Max value with choosing the Extend first and then pressing [Load]. QGIS can radiobuttonon Estimate (faster) the Min and Max values of the bands or use the radiobuttonoff Actual (slower) Accuracy.

Figure Raster 4:

../../../_images/rasterSingleBandGray.png

ラスタレンダラ - シングルバンドグレイ nix

With the Load min/max values section scaling of the color table is possible. Outliers can be eliminated using the radiobuttonon Cumulative count cut setting. The standard data range is set from 2% until 98% of the data values and can be adapted manually. With this setting the gray character of the image can disappear. Further settings can be made with radiobuttonoff Min/max and radiobuttonoff Mean +/- standard deviation x selectnumber. While the first one creates a color table with the whole data included in the original image the second creates a colortable that only considers values within the standard deviation or within multiple standard deviations. This is useful when you have one or two cells with abnormally high values in a raster grid that are having a negative impact on the rendering of the raster.

シングルバンド疑似カラー

This is a render option for single band files including a continous palette. You can also create individual color maps for the single bands here.

Figure Raster 5:

../../../_images/rasterSingleBandPseudocolor.png

ラスタレンダ - シングルバンド疑似カラー nix

3種類の色補間方法が利用できます:

  1. Discrete
  2. Linear
  3. Exact

In the left block the button mActionSignPlus Add values manually adds a value to the individual color table. Button mActionSignMinus Remove selected row deletes a value from the individual color table and the mActionArrowDown Sort colormap items button sorts the color table according to the pixel values in the value column. Double clicking on the value-column lets you insert a specific value. Double clicking on the color-column opens the dialog Change color where you can select a color to apply on that value. Further you can also add labels for each color but this value won’t be displayed when you use the identify feature tool. You can also click on the button mActionDraw Load color map from band, which tries to load the table from the band (if it has any). And you can use the buttons mActionFileOpen Load color map from file or mActionFileSaveAs Export color map to file to load an existing color table or to save the defined color table for other sessions.

In the right block Generate new color map allows you to create newly categorized colormaps. For the Classification mode selectstring ‘Equal interval’ you only need to select the number of classes selectnumber and press the button Classify. You can invert the colors of the the color map by clicking the checkbox Invert checkbox. In case of the Mode selectstring ‘Continous’ QGIS creates classes depending on the Min and Max automatically. Defining Min/Max values can be done with the help of Load min/max values section. A lot of images have few very low and high data. These outliers can be eliminated using the radiobuttonon Cumulative count cut setting. The standard data range is set from 2% until 98% of the data values and can be adapted manually. With this setting the gray character of the image can disappear. With the scaling option radiobuttonoff Min/max QGIS creates a color table with the whole data included in the original image. E.g. QGIS creates a color table with 256 values, given the fact that you have 8bit bands. You can also calculate your color table using the radiobuttonoff Mean +/- standard deviation x selectnumber . Then only the values within the standard deviation or within multiple standard deviations are considered for the color table.

カラーレンダリング

For every Band rendering a Color rendering is possible.

You can achieve special rendering effects for your raster file(s) using one one of the blending modes (see blend_modes).

Further settings can be made in modifiying the Brightness, the Saturation and the Contrast. You can use a Grayscale option where you can choose between ‘By lightness’, ‘By luminosity’ and ‘By average’. For one hue in the color table you can modiy the ‘Strength’.

リサンプリング

The Resampling option makes it appearance when you zoom in and out of the image. Resampling modes can optimize the appearance of the map. They calculate a new gray value matrix through a geometric transformation.

While applying the ‘Nearest neighbour’ method the map can have a pixelated structure when zooming in. This appearance can be improved by using the ‘Bilinear’ or ‘Cubic’ method. Sharp features are caused to be blurred now. The effect is a smoother image. The method can be applied e.g. to digital topographic raster maps.

透過性メニュー

QGIS has the ability to display each raster layer at varying transparency levels. Use the transparency slider slider to indicate to what extent the underlying layers (if any) should be visible though the current raster layer. This is very useful, if you like to overlay more than one rasterlayer, e.g. a shaded relief map overlayed by a classified rastermap. This will make the look of the map more three dimensional.

Additionally you can enter a rastervalue, which should be treated as NODATA in the Additional no data value menu.

An even more flexible way to customize the transparency can be done in the Custom transparency options section. The transparency of every pixel can be set here.

例としてサンプルラスタファイル landcover.tif の水の透過率を20%にします. 以下の手順が必要です:

  1. ラスタファイル landcover をロードします。

  2. 凡例のラスタ名をダブルクリックするかポップアップメニューの プロパティ を選択して プロパティ ダイアログを開いて下さい.

  3. Select the Transparency menu
  4. From the Transparency band menu choose ‘None’.
  5. Click the mActionSignPlus Add values manually button. A new row will appear in the pixel-list.
  6. Enter the raster-value (we use 0 here) in the ‘From’ and ‘To’ column and adjust the transparency to 20 %.
  7. [Apply] ボタンを押し,マップを見ます。

You can repeat the steps 5 and 6 to adjust more values with custom transparency.

As you can see this is quite easy to set custom transparency, but it can be quite a lot of work. Therefore you can use the button mActionFileSave Export to file to save your transparency list to a file. The button mActionFileOpen Import from file loads your transparency settings and applies them to the current raster layer.

ピラミッドメニュー

Large resolution raster layers can slow navigation in QGIS. By creating lower resolution copies of the data (pyramids), performance can be considerably improved as QGIS selects the most suitable resolution to use depending on the level of zoom.

ピラミッドを作成するには、オリジナル画像があるディレクトリへの書き込み権限を持っている必要があります。

ピラミッドの計算には多くのリサンプリングメソッドを利用できます:

  • Nearest Neighbour
  • Average
  • Gauss
  • Cubic
  • Mode
  • None

If you choose ‘Internal (if possible)’ from the Overview format menu QGIS tries to build pyramids internally. You can also choose ‘External’ and ‘External (Erdas Imagine)’.

作成されたピラミッドはオリジナルデータを変更する可能性があり、一旦作成すると消去できない点にご注意ください。ラスタの’ノンピラミッド’版を保存したい場合は、ピラミッド画像を作成する前にバックアップを作成しておいてください。

Histogram Menu

The Histogram menu allows you to view the distribution of the bands or colors in your raster. It is generated automatically when you open the Histogram menu. All existing bands will be displayed together. You can save the histogram as an image with the mActionFileSave button. With the Visibility option in the mAction Prefs/Actions menu you can display histograms of the individual bands. You will need to select the option radiobuttonoff Show selected band. The Min/max options allow you to ‘Always show min/max markers’, to ‘Zoom to min/max’ and to ‘Update style to min/max’. With the Actions option you can ‘Reset’ and ‘Recompute histogram’ after you have chosen the Min/max options.

Metadata Menu

The Metadata menu displays a wealth of information about the raster layer, including statistics about each band in the current raster layer. From this menu entries are made for the Description, Attribution, MetadataUrl and Properties. In Properties statistics are gathered on a ‘need to know’ basis, so it may well be that a given layers statistics have not yet been collected.