FAQ

ここではよくある質問への答えを紹介していきます。

こちらのページから初めていきますが、必要な場合はいくつかのセクションやページに渡る場合があります。

ユーザ

QGISの質問をするには?

メーリングリスト を通じてQGIS関連の質問をしようとしている場合は、問題が何なのかを他の人が簡単に理解するのに十分な情報を提供してください。明確かつ正確でない質問に答えるのは誰にとっても非常に難しいです。あるいは、答えがあなたへの質問になり、・・・となって、時間がかかりすぎます。ご提供していただきたい情報は:

  • できれば電子メールに対する説明的なタイトル

  • その時点で使用しているQGISバージョン(正確に)

  • 何を得ることを期待しているか

  • 該当する場合、何を試してみて、得られた結果は何だったか

  • 質問が何かが壊れているということについてであれば、以下も提供できます:

    • エラーがまさに何なのか(可能な場合:スクリーンダンプ、スタックトレース、エラーテキストのコピー)

    • どのオペレーティングシステムとバージョンか

    • それをインストールする方法(osgeo4w?スタンドアロンインストーラ?独自のビルド?)

    • それがいつ壊れたか(再インストール新しいインストール、システムの更新、プロジェクトの変更)

ご質問がより正確であるほど、より迅速かつ正確に回答できることに留意してください。

注釈

In case of a broken function, you may give a look at QGIS issue tracker before mailing to the list. More information at バグ、機能と既知問題.

QGISのリリース名はどのように選択されていますか?

チューリッヒ(スイス)での成功した開発者会議の後、私たちは次のリリースをそれに関連付けるべきだと決めました。それ以来、すべてのリリースは開発者会議の場所にちなんで名付けられています。

どのようにQGISを引用するのですか?

To cite QGIS in your piece of work, or for an assignment, please use citation type that can be more helpful:

Cite the QGIS project in general

QGIS.org, %Y. QGIS Geographic Information System. QGIS Association. http://www.qgis.org

Cite the QGIS Developers Manual

QGIS.org, %Y. QGIS 3.28. Geographic Information System Developers Manual. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/developers_guide/index.html

Cite the QGIS Installation Guide

QGIS.org, %Y. QGIS 3.28. Geographic Information System Installation Guide. QGIS Association. Electronic document: https://github.com/qgis/QGIS/blob/master/INSTALL.md

Cite the QGIS User Guide

QGIS.org, %Y. QGIS 3.28. Geographic Information System User Guide. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/user_manual/index.html

Cite the QGIS Server Documentation

QGIS.org, %Y. QGIS 3.28. Geographic Information System API Documentation. QGIS Association. Electronic document: https://docs.qgis.org/3.28/en/docs/server_manual/index.html

Cite the QGIS API Documentation

QGIS.org, %Y. QGIS 3.28. Geographic Information System API Documentation. QGIS Association. Electronic document: https://qgis.org/pyqgis/3.28/index.html

Preferred format: BibTeX

Example BibTeX entry:

<pre>
    @Manual{QGIS_software,
      title = {QGIS Geographic Information System},
      author = {{QGIS Development Team}},
      organization = {QGIS Association},
      year = {%Y},
      url = {https://www.qgis.org},
    }
</pre>

I created a map with QGIS, do I have to mention QGIS?

QGISで作成された地図については言及する必要はありません。もちろん、地図がQGISで作成されたというメモを追加したい場合は大歓迎です。 「QGISで作成」または「当地図はフリーかつオープンソースのQGISを使用して作成されました」はそのようなメモの良い例です。

注釈

Do not say ©QGIS as QGIS does not hold copyrights on your work.

QGISでECWファイルを開くことはできますか?

はい、できます...しかし、オペレーティングシステムによっては、多かれ少なかれ困難です。

Windows環境下でOSGeo4wインストーラを使用している場合は、それが含まれています。

macOSを使用している場合、 https://www.kyngchaos.com/software/frameworks にECWプラグインおよびインストール手順があります

For other instructions, eg look here: https://www.faunalia.eu/en/blog/2019-05-21_ecw_support

開発

QGISを自分でコンパイルできますか?

Yes, compiling QGIS from source is possible whatever OS you use (Windows, OS X, Linux). Please read Building QGIS from source