「Plugins interpolation」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(ページの作成: <H2> Interpolation Plugin </H2> <P> The Interplation plugin can be used to generate a TIN or IDW interpolation of a point vector layer. It is very simple to handle and provides…)
 
(タグ一括置換状態で一旦保存)
行1: 行1:
<H2>
+
=== Interpolation Plugin ===
Interpolation Plugin
+
 
</H2>
+
  
<P>
 
 
The Interplation plugin can be used to generate a TIN or IDW interpolation of a  
 
The Interplation plugin can be used to generate a TIN or IDW interpolation of a  
 
point vector layer. It is very simple to handle and provides an intiuitive graphical  
 
point vector layer. It is very simple to handle and provides an intiuitive graphical  
user interface for creating interpolated raster layers (See Figure <A HREF="#fig:interpolation_dialog">56</A>).
+
user interface for creating interpolated raster layers (See Figure [[fig:interpolation_dialog]]).
 
The plugin requires the following parameters to be specified before running:
 
The plugin requires the following parameters to be specified before running:
  
<P>
+
<ul>
 +
<li>'''Input vector layer''': Specify the input point vector layer from a list of loaded point layers.
 +
<li>'''Interpolation attribute''': Select attribute column to be used for interpolation or
 +
enable the {{Template:CheckBox|Use Z-Coordinate}} checkbox to use the layers stored Z values.
 +
<li>'''Interpolation Method''': Select interpolation method. This can be either {{Template:SelectString|Triangulated Irregular
 +
Network (TIN)|...}} or {{Template:SelectString|Inverse Distance Weighted (IDW)|...}}.
 +
<li>'''Number of columns/rows''': Specify the number row and colums for the output raster file.
 +
<li>'''Output file''': Specify a name for the output raster file.
 +
</ul>
  
<UL>
+
<table align='center'>
<LI><SPAN  CLASS="textbf">Input vector layer</SPAN>: Specify the input point vector layer from a list of loaded point layers.
+
<caption>'''Figure xx:''' Interpolation Plugin {{Template:Nix</caption>
</LI>
+
<tr><td>}caption}<span id='fig:interpolation_dialog'></span>
<LI><SPAN  CLASS="textbf">Interpolation attribute</SPAN>: Select attribute column to be used for interpolation or
+
  [[File:interpolate_dialog.png|340px]]</td></tr></table>
enable the Use Z-Coordinate checkbox to use the layers stored Z values.
+
</LI>
+
<LI><SPAN  CLASS="textbf">Interpolation Method</SPAN>: Select interpolation method. This can be either Triangulated Irregular
+
Network (TIN)... or Inverse Distance Weighted (IDW)....
+
</LI>
+
<LI><SPAN  CLASS="textbf">Number of columns/rows</SPAN>: Specify the number row and colums for the output raster file.
+
</LI>
+
<LI><SPAN  CLASS="textbf">Output file</SPAN>: Specify a name for the output raster file.
+
</LI>
+
</UL>
+
  
<P>
+
===== Using the plugin =====
 
+
<span id='interpolation_usage'></span>
<DIV ALIGN="CENTER"><A NAME="fig:interpolation_dialog"></A><A NAME="17"></A>
+
<ol>
<TABLE>
+
  <li>Start QGIS and load an point vector layer (e.g., {{Template:FileName|elevp.csv}}).  
<CAPTION ALIGN="BOTTOM"><STRONG>Figure:</STRONG>
+
  <li>Load the Interpolation plugin in the Plugin Manager (see Section  
Interpolation Plugin </CAPTION>
+
  [[sec:load_core_plugin]]) and click on the {{Template:ToolBtnTwo|interpolation|Interpolation}}
<TR><TD>
+
<DIV ALIGN="CENTER">
+
</DIV>
+
<P></P>
+
<DIV ALIGN="CENTER">  [clip=true, width=9cm]interpolate_dialog
+
 
+
</DIV></TD></TR>
+
</TABLE>
+
</DIV>
+
 
+
<P>
+
Using the plugin<A NAME="interpolation_usage"></A>
+
<P>
+
 
+
<OL>
+
<LI>Start QGIS and load an point vector layer (e.g., elevp.csv).  
+
</LI>
+
<LI>Load the Interpolation plugin in the Plugin Manager (see Section  
+
[[#sec:load_core_plugin]]) and click on the interpolationInterpolation
+
 
   icon which appears in the QGIS toolbar menu. The Interpolation plugin dialog appears as  
 
   icon which appears in the QGIS toolbar menu. The Interpolation plugin dialog appears as  
   shown in Figure [[#fig:interpolation_dialog|56]].
+
   shown in Figure [[fig:interpolation_dialog]].
</LI>
+
  <li>Select an input layer (e.g., {{Template:SelectString|elevp|...}}) and column (e.g. {{Template:FileName|ELEV}}) for  
<LI>Select an input layer (e.g., elevp...) and column (e.g. ELEV) for  
+
 
   interpolation.
 
   interpolation.
</LI>
+
  <li>Select an interpolation method (e.g. {{Template:SelectString|Triangular interpolation|...}}), and specify  
<LI>Select an interpolation method (e.g. Triangular interpolation...), and specify  
+
 
   the number of rows and columns (e.g. 3663 cols and 1964 rows (this is equivalent to a 1000 meter pixel resolution))
 
   the number of rows and columns (e.g. 3663 cols and 1964 rows (this is equivalent to a 1000 meter pixel resolution))
   as well as the raster output filename (e.g., elevation_tin).
+
   as well as the raster output filename (e.g., {{Template:FileName|elevation_tin}}).
</LI>
+
  <li>Click {{Template:Button|Ok}}.
<LI>Click Ok.
+
  <li>For the current example, double click {{Template:FileName|elevation_tin}} in the layer list to open the Raster Layer Properties  
</LI>
+
   dialog and select {{Template:SelectString|Pseudocolor|...}} as Color Map in the {{Template:Tab|Symbology}} tab. Or you  
<LI>For the current example, double click elevation_tin in the layer list to open the Raster Layer Properties  
+
   can define a new color table as described in Section [[label_rasterprop]].
   dialog and select Pseudocolor... as Color Map in the Symbology tab. Or you  
+
</ol>
   can define a new color table as described in Section [[#label_rasterprop]].
+
</LI>
+
</OL>
+
  
<P>
+
In Figure [[fig:interpolation_idw]] you see the IDW interpolation result with a 366 cols x 196 rows (10 km)  
In Figure [[#fig:interpolation_idw|57]] you see the IDW interpolation result with a 366 cols x 196 rows (10 km)  
+
resolution for the {{Template:FileName|elevp.csv}} data visualized using the Pseudocolor color table. The processing  
resolution for the elevp.csv data visualized using the Pseudocolor color table. The processing  
+
 
only takes a few minutes, and covers the northern part of Alaska.
 
only takes a few minutes, and covers the northern part of Alaska.
  
<P>
+
<table align='center'>
 
+
<caption>'''Figure xx:''' Interpolation of elevp data using IDW method {{Template:Nix</caption>
<DIV ALIGN="CENTER"><A NAME="fig:interpolation_idw"></A><A NAME="47"></A>
+
<tr><td>}caption}<span id='fig:interpolation_idw'></span>
<TABLE>
+
  [[File:interpolate_idw.png|454px]]</td></tr></table>
<CAPTION ALIGN="BOTTOM"><STRONG>Figure:</STRONG>
+
Interpolation of elevp data using IDW method </CAPTION>
+
<TR><TD>
+
<DIV ALIGN="CENTER">
+
</DIV>
+
<P></P>
+
<DIV ALIGN="CENTER">  [clip=true, width=12cm]interpolate_idw
+
 
+
</DIV></TD></TR>
+
</TABLE>
+
</DIV>
+
 
+
<P>
+

2009年10月5日 (月) 22:35時点における版

Interpolation Plugin

The Interplation plugin can be used to generate a TIN or IDW interpolation of a point vector layer. It is very simple to handle and provides an intiuitive graphical user interface for creating interpolated raster layers (See Figure fig:interpolation_dialog). The plugin requires the following parameters to be specified before running:

  • Input vector layer: Specify the input point vector layer from a list of loaded point layers.
  • Interpolation attribute: Select attribute column to be used for interpolation or enable the CheckBox.pngUse Z-Coordinate checkbox to use the layers stored Z values.
  • Interpolation Method: Select interpolation method. This can be either Triangulated Irregular Network (TIN) ... SelectString.png or Inverse Distance Weighted (IDW) ... SelectString.png.
  • Number of columns/rows: Specify the number row and colums for the output raster file.
  • Output file: Specify a name for the output raster file.
Figure xx: Interpolation Plugin {{Template:Nix
}caption} Interpolate dialog.png
Using the plugin

  1. Start QGIS and load an point vector layer (e.g., elevp.csv).
  2. Load the Interpolation plugin in the Plugin Manager (see Section sec:load_core_plugin) and click on the Interpolation.png Interpolation icon which appears in the QGIS toolbar menu. The Interpolation plugin dialog appears as shown in Figure fig:interpolation_dialog.
  3. Select an input layer (e.g., elevp ... SelectString.png) and column (e.g. ELEV) for interpolation.
  4. Select an interpolation method (e.g. Triangular interpolation ... SelectString.png), and specify the number of rows and columns (e.g. 3663 cols and 1964 rows (this is equivalent to a 1000 meter pixel resolution)) as well as the raster output filename (e.g., elevation_tin).
  5. Click Ok.
  6. For the current example, double click elevation_tin in the layer list to open the Raster Layer Properties dialog and select Pseudocolor ... SelectString.png as Color Map in the Symbology tab. Or you can define a new color table as described in Section label_rasterprop.

In Figure fig:interpolation_idw you see the IDW interpolation result with a 366 cols x 196 rows (10 km) resolution for the elevp.csv data visualized using the Pseudocolor color table. The processing only takes a few minutes, and covers the northern part of Alaska.

Figure xx: Interpolation of elevp data using IDW method {{Template:Nix
}caption} Interpolate idw.png