「序文」の版間の差分

提供: OSGeo.JP Wiki
移動: 案内検索
行4: 行4:
 
We've worked hard to make GIS software (which is traditionally
 
We've worked hard to make GIS software (which is traditionally
 
expensive proprietary software) a viable prospect for anyone with basic access
 
expensive proprietary software) a viable prospect for anyone with basic access
to a Personal Computer. QGIS currently runs on most Unix platforms, Windows, and
+
to a Personal Computer. 現在QGISは多くのUnix,Windows,OS Xで動作します。QGIS は
OS X. QGIS is developed using the Qt toolkit http://www.trolltech.com
+
Qt toolkit http://www.trolltech.com C++ で開発されています。これによってはQGIS
and C++. This means that QGIS feels snappy to use and has a pleasing, easy-to-
+
は軽快で使いやすいグラフィカルユーザーインターフェース(GUI)を持ちました。
use graphical user interface (GUI).
+
  
 
QGIS aims to be an easy-to-use GIS, providing common functions and features.
 
QGIS aims to be an easy-to-use GIS, providing common functions and features.

2009年8月20日 (木) 16:23時点における版

地理情報システム (GIS)のすばらしい世界へようこそ! Quantum GIS (QGIS) はオープンソースのGISです. このプロジェクトは2002年5月に開始 され、同じ年の6月 SourceForgeのプロジェクトを立ち上げました。 We've worked hard to make GIS software (which is traditionally expensive proprietary software) a viable prospect for anyone with basic access to a Personal Computer. 現在QGISは多くのUnix,Windows,OS Xで動作します。QGIS は Qt toolkit http://www.trolltech.com と C++ で開発されています。これによってはQGIS は軽快で使いやすいグラフィカルユーザーインターフェース(GUI)を持ちました。

QGIS aims to be an easy-to-use GIS, providing common functions and features. The initial goal was to provide a GIS data viewer. QGIS has reached the point in its evolution where it is being used by many for their daily GIS data viewing needs. QGIS supports a number of raster and vector data formats, with new format support easily added using the plugin architecture (see Appendix appdx_data_formats for a full list of currently supported data formats).

QGIS is released under the GNU General Public License (GPL). Developing QGIS under this license means that you can inspect and modify the source code, and guarantees that you, our happy user, will always have access to a GIS program that is free of cost and can be freely modified. You should have received a full copy of the license with your copy of QGIS, and you also can find it in Appendix gpl_appendix.



Tip 1 Up-to-date Documentation


The latest version of this document can always be found at http://download.osgeo.org/qgis/doc/manual/, or in the documentation area of the QGIS website at http://qgis.osgeo.org/documentation/



特徴

QGIS は通常のGISの機能を本体のコア機能と多くのプラグインで提供してます。 ここでは簡潔に6つのカテゴリーに分けて特徴を説明します。

データを見る

異なる形式、投影法のベクタ、ラスタデータを内部形式に変換することなくそのまま 閲覧したりオーバーレイ表示することができます。 利用できるデータ形式は以下の通りです。

  • PostGISを利用したPostgreSQLの空間拡張, OGRライブラリによるベクター形式  \脚注{OGRでサポートされているOracleやmySQLについてはQGISではまだ対応していません} , ここには ESRI shapefiles, MapInfo, SDTS と GMLが含まれます。
  • ラスタとイメージ形式はGDAL (Geospatial Data Abstraction Library) ライブラリでサポートされているものが利用できます。たとえばGeoTiff, Erdas Img., ArcInfo Ascii Grid, JPEG, PNG 等です。
  • SpatiaLite データベース (セクション label_spatialite参照)
  • GRASS データベースのGRASS ラスタとベクタ (location/mapset),
  • OGC対応のオンライン空間データサービス。 Web Map Service (WMS) または Web Feature Service (WFS)。


データの検索と表示地図の構成

表示地図の構成と空間データの検索のために使いやすいグラフィカルユーザーインターフェースを使えます 多くの便利なツールがグラフィカルユーザーインターフェースに含まれています:

  • item on the fly projection
  • item map composer
  • item overview panel
  • item spatial bookmarks
  • item identify/select features
  • item edit/view/search attributes
  • item feature labeling
  • item change vector and raster symbology
  • item add a graticule layer now via fTools plugin
  • item decorate your map with a north arrow scale bar and copyright label
  • item save and restore projects


データの作成、編集、管理と出力

様々な形式のベクタ形式地図を作成、編集、管理と出力することができます。ラスタデータは GRASSにインポートして編集できます、また他の形式で出力できます。 QGISでは以下のことができます:


  • item digitizing tools for OGR supported formats and GRASS vector layer
  • item create and edit shapefiles and GRASS vector layers
  • item geocode images with the Georeferencer plugin
  • item GPS tools to import and export GPX format, and convert other GPS formats to GPX or down/upload directly to a GPS unit (on Linux, usb: has been added to list of GPS devices)
  • item create PostGIS layers from shapefiles with the SPIT plugin
  • item improved handling of PostGIS tables
  • item manage vector attribute tables with the new Attribute table (see Section attribute table ) or Table Manager plugin
  • item save screenshots as georeferenced images


データ解析

fTools python pluginを使うとPostgreSQL/PostGIS やOGRでサポートされるデータ を使った空間解析を実行できます。QGISはベクタ解析、サンプリング、空間解析 空間データとデータベース解析のツールを提供しています。 また300モジュールにおよぶGRASSのツールを利用してデータ解析を行うことが できます ( grassセクション参照).

インターネットへの地図公開

QGISではUMN Mapserver用のマップファイルを作成できます。このマップファイルと WEBサーバー、UMN Mapserverを利用してインターネットに地図を公開できます。 さらにQGISはOGC規格のインターネット地図サービスであるWMS や WFS のクライアント 機能があります, また WMS serverの機能があります.

プラグインを使ったQGIS機能の拡張

QGISではプラグインアーキテクチャーで個別の機能拡張要求に対応できます。 QGISで提供するライブラリを利用してプラグインを作成することができます。 またC++言語かPythonスクリプトを利用して新たなアプリケーションを作成 することもできます。


  • Core Plugins


Add WFS Layer
Add Delimited Text Layer
Coordinate Capture
Decorations (Copyright Label, North Arrow and Scale bar)
Diagram Overlay
Dxf2Shp Converter
Georeferencer
fTools
GPS Tools
GRASS integration
Interpolation Plugin
OGR Layer Converter
Quick Print
SPIT Shapefile to PostgreSQL/PostGIS Import Tool
Mapserver Export
Python Console
Python Plugin Installer
  • Python Plugins
コミュニティによって提供されているQGIS python pluginの数が増加しています。それらのプラグインは公式なPyQGISリポジトリにおいてあります。

python plugin installerを利用するとそれらのプラグインは簡単にインストールできます(pluginsセクション参照)。