はじめましょう

この章ではQGISのインストール,QGISサンプルデータのダウンロードとラスタとベクタデータを表示する簡単な最初のセッションの実行についての概要を提供します。

QGISのインストール

QGISプロジェクトでは、プラットフォームに応じてQGISをインストールするさまざまな方法を提供しています。

バイナリからインストールする

win MS Windowsおよび osx MacOS用の標準インストーラが提供されています。 GNU / Linux各種 nix 向けにはバイナリパッケージ(rpmおよびdeb)またはソフトウェアリポジトリが提供されています。

あなたのオペレーティングシステム向けの更なる情報と手順については https://download.qgis.org を参照して下さい。

ソースからのインストール

ソースからQGISをビルドする必要がある場合は、インストール手順を参照してください。それらは INSTALL というファイルでQGISソースコードと一緒に配布されています。また、オンラインでそれを見たい場合は https://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html を参照して下さい。

開発中のバージョンではない特定のリリースをビルドする場合は、上記のリンクの master をリリースブランチ(通常は release-X_Y という形式)に置き換えてください(インストール手順は異なる場合があります)。

外部メディアへのインストール

QGISを (すべてのプラグインと設定を含めて) フラッシュドライブにインストールすることが可能です。 このインストールは --profiles-path オプションを定義してデフォルトの user profile パスを上書きし QSettings にもこのディレクトリを設定すると利用できます。 詳しい情報は システム設定 セクションを参照して下さい。

サンプルデータのダウンロード

This user guide contains examples based on the QGIS sample dataset (also called the Alaska dataset).

win Windows インストーラにはQGIS サンプルデータセットをインストールするオプションがあります.それがチェックされているとデータは Documents フォルダにダウンロードされ GIS Database というフォルダに置かれます。Windowsエキスプローラを利用すると利用しやすい場所にこのフォルダを移動できます。 もしQGISの初期インストールでサンプルデータインストールチェックボックスを選択していない場合は以下の作業のうちのどれかを行うことができます:

  • 既にあなたがお持ちのGISデータを利用する;

  • Download sample data from https://qgis.org/downloads/data/qgis_sample_data.zip

  • QGISをアンインストールし、データのダウンロードオプションを指定して再インストールする(上記の方法が失敗した場合にのみ推奨)

nix osx For GNU/Linux and macOS, there are no dataset installation packages available as rpm, deb or dmg. To use the sample dataset, download it from https://qgis.org/downloads/data/qgis_sample_data.zip and unzip the archive on any convenient location on your system.

アラスカデータセットにはユーザーガイドサンプルとスクリーンショットで利用されているすべてのGISデータが含まれています。そこには小さなGRASSデータベースも含まれています。QGISサンプルデータセットの投影法はフィート単位のAlaska Albers Equal Area図法です。それのEPSGコードは2964です。

PROJCS["Albers Equal Area",
GEOGCS["NAD27",
DATUM["North_American_Datum_1927",
SPHEROID["Clarke 1866",6378206.4,294.978698213898,
AUTHORITY["EPSG","7008"]],
TOWGS84[-3,142,183,0,0,0,0],
AUTHORITY["EPSG","6267"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9108"]],
AUTHORITY["EPSG","4267"]],
PROJECTION["Albers_Conic_Equal_Area"],
PARAMETER["standard_parallel_1",55],
PARAMETER["standard_parallel_2",65],
PARAMETER["latitude_of_center",50],
PARAMETER["longitude_of_center",-154],
PARAMETER["false_easting",0],
PARAMETER["false_northing",0],
UNIT["us_survey_feet",0.3048006096012192]]

GRASS用のグラフィカルフロントエンドとしてQGISを使用したい場合は、公式のGRASS GISのウェブサイト https://grass.osgeo.org/download/sample-data/ でサンプルlocations(例えば、Spearfish やSouth Dakota)をみつけて選択することができます。

QGISの起動と終了

QGISはあなたのコンピュータの他のアプリケーションと同じような方法で起動できます。このことはあなたが次のような方法でQGISを起動でえきることを意味します:

  • using nix the Applications menu, win the Start menu, or osx the Dock

  • アプリケーションフォルダまたはデスクトップショートカットのアイコンをダブルクリック

  • double clicking an existing QGIS project file (with .qgz or .qgs extension). Note that this will also open the project.

  • typing qgis in a command prompt (assuming that QGIS is added to your PATH or you are in its installation folder)

To stop QGIS, use:

  • nix win メニューオプション プロジェクト ‣ QGISを終了 またはショートカット Ctrlキー+Q を使用

  • osx QGIS ‣ QGISを終了 、またはショートカット Cmd+Q を使用します

  • or use the red cross at the top-right corner of the main interface of the application.

サンプルセッション:ラスタとベクタのレイヤをロードする

さて今では QGISをインストール されていて サンプルデータセット が利用できるようになっていますので、最初のサンプルセッションを例示します。この例の中ではラスタおよびベクタレイヤを視覚化します。以下を使用します:

  • landcover ラスターレイヤー( qgis_sample_data/raster/landcover.img

  • and the lakes vector layer (qgis_sample_data/gml/lakes.gml)

Where qgis_sample_data represents the path to the unzipped dataset.

  1. Start QGIS as seen in QGISの起動と終了.

  2. To load the files in QGIS:

    1. dataSourceManager データソースマネージャを開く アイコンをクリックします。データソースマネージャがブラウザモードで開きます。

    2. Browse to the folder qgis_sample_data/raster/

    3. ERDAS IMGファイル landcover.img を選択してダブルクリックします。データソースマネージャウィンドウを開いたまま、ランドカバーレイヤがバックグラウンドで追加されます。

      ../../../_images/add_raster.png

      Adding data to a new project in QGIS

    4. To load the lakes data, browse to the folder qgis_sample_data/gml/, and double-click the lakes.gml file to open it.

    5. A Coordinate Reference System Selector dialog opens. In the Filter menu, type 2964, filtering the list of Coordinate Reference Systems below.

      ../../../_images/selectCRS.png

      Select the Coordinate Reference System of data

    6. Select the NAD27 / Alaska Alberts entry

    7. Click OK

    8. Close the Data Source Manager window

これで、プロジェクトの中で2つのレイヤをランダムな色で使用できるようになりました。 lakesレイヤーでカスタマイズを行いましょう。

  1. zoomIn Navigation ツールバーの Zoom In ツールを選択します

  2. Zoom to an area with some lakes

  3. Double-click the lakes layer in the map legend to open the Properties dialog

  4. To change the lakes color:

    1. Click on the symbology Symbology tab

    2. Select blue as fill color.

      ../../../_images/selectFillColor.png

      湖の色を選択する

    3. Press OK. Lakes are now displayed in blue in the map canvas.

  5. To display the name of the lakes:

    1. Reopen the lakes layer Properties dialog

    2. Click on the labeling Labels tab

    3. Select Single labels in the drop-down menu to enable labeling.

    4. From the Label with list, choose the NAMES field.

      ../../../_images/showLabels.png

      Showing Lakes names

    5. Press Apply. Names will now load over the boundaries.

  6. You can improve readability of the labels by adding a white buffer around them:

    1. Click the Buffer tab in the list on the left

    2. Check checkbox Draw text buffer

    3. Choose 3 as buffer size

    4. Click Apply

    5. Check if the result looks good, and update the value if needed.

    6. Finally click OK to close the Layer Properties dialog and apply the changes.

Let's now add some decorations in order to shape the map and export it out of QGIS:

  1. Select View ‣ Decorations ‣ Scale Bar menu

  2. In the dialog that opens, check checkbox Enable Scale Bar option

  3. Customize the options of the dialog as you want

  4. 適用 を押します。

  5. Likewise, from the decorations menu, add more items (north arrow, copyright...) to the map canvas with custom properties.

  6. Click Project ‣ Import/Export ‣ saveMapAsImage Export Map to Image...

  7. Press Save in the opened dialog

  8. Select a file location, a format and confirm by pressing Save again.

  9. Press Project ‣ fileSave Save... to store your changes as a .qgz project file.

これでおしまい! QGISでラスタレイヤとベクタレイヤを視覚化し、それらを構成して、他のソフトウェアで使用できる画像形式で地図を作成するのがどれほど簡単かわかったでしょう。次には、使用可能な機能、機能と設定、およびそれらの使用方法について詳しく説明します。

注釈

To continue learning QGIS through step-by-step exercises, follow the Training manual.