「ラスタデータの操作方法」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
(ページの作成: <H1> Working with Raster Data </H1> <P> This Section describes how to visualize and set raster layer properties. QGIS supports a number of different raster formats. Currently te…)
 
 
(3人の利用者による、間の4版が非表示)
行1: 行1:
<H1>
+
==ラスタデータの操作方法==
Working with Raster Data
+
</H1>
+
  
<P>
+
このセクションではラスタレイヤーの表示及びプロパティの設定方法を述べます。
This Section describes how to visualize and set raster layer properties.
+
QGISはさまざまなラスタデータのフォーマットをサポートしています。
QGIS supports a number of different raster formats. Currently tested formats
+
現在テスト済みであるフォーマットは以下のとおりです:
include:<A NAME="4"></A>
+
  
<P>
+
*Arc/Info Binary Grid
 +
*Arc/Info ASCII Grid
 +
*GRASS Raster
 +
*GeoTIFF
 +
*JPEG
 +
*Spatial Data Transfer Standard Grids (with some limitations)
 +
*USGS ASCII DEM
 +
*Erdas Imagine
  
<UL>
+
QGISにおけるラスタデータの実装はGDALに基づいているので、GDALで実装されているその他のフォーマットでも動作する可能性は高いですが、
<LI>Arc/Info Binary Grid
+
疑わしい場合はサンプルデータを開いてみて、サポートされているかどうかを確認してみてください。
</LI>
+
GDALがサポートしているフォーマットについてのより詳細な情報については、付録[[サポートするデータ形式#GDAL Raster Formats|A.2]]またはhttp://www.gdal.org/formats_list.html を参照してください。
<LI>Arc/Info ASCII Grid
+
GRASSラスタデータの読み込みについては[[GRASSラスター、ベクターレイヤをロードする|9.2]]章を参照してください。
</LI>
+
<LI>GRASS Raster
+
</LI>
+
<LI>GeoTIFF
+
</LI>
+
<LI>JPEG
+
</LI>
+
<LI>Spatial Data Transfer Standard Grids (with some limitations)
+
</LI>
+
<LI>USGS ASCII DEM
+
</LI>
+
<LI>Erdas Imagine
+
</LI>
+
</UL>
+
  
<P>
+
<BR>
Because the raster implementation in QGIS is based on the GDAL library, other
+
----
raster formats implemented in GDAL are also likely to work - if in doubt try
+
*[[ラスタデータとは何?]]
to open a sample and see if it is supported. You find more details about GDAL
+
*[[QGISでのラスタデータロード方法]]
supported formats in Appendix  or at http://www.gdal.org/formats_list.html. If you want to load GRASS raster data, please refer to Section&nbsp;.
+
*[[ラスタプロパティダイアログ]]
 
+
**[[Raster Properties Dialog:Symbology|Symbology Tab]]
<P>
+
**[[Raster Properties Dialog:Transparency Tab|Transparency Tab]]
<BR><HR>
+
**[[Raster Properties Dialog:Colormap|Colormap]]
<!--Table of Child-Links-->
+
**[[Raster Properties Dialog:General Tab|General Tab]]
<STRONG>Subsections</STRONG>
+
**[[Raster Properties Dialog:Metadata Tab|Metadata Tab]]
 
+
**[[Raster Properties Dialog:Pyramids Tab|Pyramids Tab]]
<UL CLASS="ChildLinks">
+
**[[Raster Properties Dialog:Histogram Tab|Histogram Tab]]
<LI><A NAME="tex2html44"
+
  HREF="node2.html">What is raster data?</A>
+
<LI><A NAME="tex2html45"
+
  HREF="node3.html">Loading raster data in QGIS</A>
+
<LI><A NAME="tex2html46"
+
  HREF="node4.html">Raster Properties Dialog</A>
+
<UL>
+
<LI><A NAME="tex2html47"
+
  HREF="node5.html">Symbology Tab</A>
+
<LI><A NAME="tex2html48"
+
  HREF="node6.html">Transparency Tab</A>
+
<LI><A NAME="tex2html49"
+
  HREF="node7.html">Colormap</A>
+
<LI><A NAME="tex2html50"
+
  HREF="node8.html">General Tab</A>
+
<LI><A NAME="tex2html51"
+
  HREF="node9.html">Metadata Tab</A>
+
<LI><A NAME="tex2html52"
+
  HREF="node10.html">Pyramids Tab</A>
+
<LI><A NAME="tex2html53"
+
  HREF="node11.html">Histogram Tab</A>
+
</UL></UL>
+
<!--End of Table of Child-Links-->
+
<BR><HR>
+

2009年9月9日 (水) 21:50時点における最新版

ラスタデータの操作方法

このセクションではラスタレイヤーの表示及びプロパティの設定方法を述べます。 QGISはさまざまなラスタデータのフォーマットをサポートしています。 現在テスト済みであるフォーマットは以下のとおりです:

  • Arc/Info Binary Grid
  • Arc/Info ASCII Grid
  • GRASS Raster
  • GeoTIFF
  • JPEG
  • Spatial Data Transfer Standard Grids (with some limitations)
  • USGS ASCII DEM
  • Erdas Imagine

QGISにおけるラスタデータの実装はGDALに基づいているので、GDALで実装されているその他のフォーマットでも動作する可能性は高いですが、 疑わしい場合はサンプルデータを開いてみて、サポートされているかどうかを確認してみてください。 GDALがサポートしているフォーマットについてのより詳細な情報については、付録A.2またはhttp://www.gdal.org/formats_list.html を参照してください。 GRASSラスタデータの読み込みについては9.2章を参照してください。