자주 묻는 질문

여기에 자주 발생하는 질문에 대한 답변을 모았습니다.

지금은 이 한 페이지로 시작하지만, 아마도 섹션에 넣거나 필요하면 페이지가 많아질 것입니다.

사용자

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>

QGIS로 지도를 만들었습니다. QGIS를 언급해야 하나요?

There is no requirement to mention QGIS for maps produced with it. It is of course really welcome if would like to add a note saying that the map was produced with QGIS. “Made with QGIS” or “Map created using the Free and Open Source QGIS” are good examples of such a note.

참고

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

QGIS로 ECW 파일을 열 수 있나요?

할 수 있습니다… 하지만 사용자의 운영체제에 따라 다소 어렵습니다.

If you are under Windows and are using the OSGeo4w installer, it is included.

If you are using macOS, you can find the ECW plugin and install instructions at https://www.kyngchaos.com/software/frameworks

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

개발

QGIS를 내 스스로 컴파일할 수 있나요?

예. qgis를 소스에서 컴파일하는 건 어떤 운영체제(윈도, OS X, 리눅스)든 가능합니다. 읽어보실 것 Building QGIS from source