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

提供: OSGeo.JP Wiki
移動: 案内検索
([Working with Raster Data]箇所のタグ調整)
行1: 行1:
<H1>
+
==Working with Raster Data==
Working with Raster Data
+
</H1>
+
  
<P>
 
 
This Section describes how to visualize and set raster layer properties.
 
This Section describes how to visualize and set raster layer properties.
 
QGIS supports a number of different raster formats. Currently tested formats
 
QGIS supports a number of different raster formats. Currently tested formats
include:<A NAME="4"></A>
+
include:
  
<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>
 
<LI>Arc/Info Binary Grid
 
</LI>
 
<LI>Arc/Info ASCII Grid
 
</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>
 
 
Because the raster implementation in QGIS is based on the GDAL library, other
 
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  
 
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  
 
to open a sample and see if it is supported. You find more details about GDAL  
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;.
+
supported formats in Appendix [[サポートするデータ形式#GDAL Raster Formats|A.2]] or at http://www.gdal.org/formats_list.html. If you want to load GRASS raster data, please refer to Section [[GRASSラスター、ベクターレイヤをロードする|9.2]].
 
+
<P>
+
<BR><HR>
+
<!--Table of Child-Links-->
+
<STRONG>Subsections</STRONG>
+
  
<UL CLASS="ChildLinks">
+
<BR>
<LI>[[ラスタデータとは何?]]
+
----
<LI>[[QGISでのラスタデータロード方法]]
+
*[[ラスタデータとは何?]]
<LI>[[ラスタプロパティダイアログ]]
+
*[[QGISでのラスタデータロード方法]]
<UL>
+
*[[ラスタプロパティダイアログ]]
<LI><A NAME="tex2html47"
+
**[[Raster Properties Dialog:Symbology|Symbology Tab]]
  HREF="node5.html">Symbology Tab</A>
+
**[[Raster Properties Dialog:Transparency Tab|Transparency Tab]]
<LI><A NAME="tex2html48"
+
**[[Raster Properties Dialog:Colormap|Colormap]]
  HREF="node6.html">Transparency Tab</A>
+
**[[Raster Properties Dialog:General Tab|General Tab]]
<LI><A NAME="tex2html49"
+
**[[Raster Properties Dialog:Metadata Tab|Metadata Tab]]
  HREF="node7.html">Colormap</A>
+
**[[Raster Properties Dialog:Pyramids Tab|Pyramids Tab]]
<LI><A NAME="tex2html50"
+
**[[Raster Properties Dialog:Histogram Tab|Histogram Tab]]
  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日 (水) 00:01時点における版

Working with Raster Data

This Section describes how to visualize and set raster layer properties. QGIS supports a number of different raster formats. Currently tested formats include:

  • 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

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 supported formats in Appendix A.2 or at http://www.gdal.org/formats_list.html. If you want to load GRASS raster data, please refer to Section 9.2.