18.3. 공간처리 프레임워크 설정

공간처리 프레임워크를 사용하기 전에 먼저 설정부터 해줘야 합니다. 설정할 것이 별로 없으므로, 쉬운 작업이 될 것입니다.

이후에 사용 가능한 알고리듬 목록을 확장하는 데 쓰이는 외부 응용 프로그램을 설정하는 방법을 배우겠지만, 이 시점에서는 프레임워크 자체만을 가지고 작업하겠습니다.

The processing framework is a core QGIS plugin, which means that it should already be installed in your system, since it is included with QGIS. In case it is active, you should see a menu called Processing in your menu bar. There you can access all the framework components.

../../../_images/menu1.png

해당 메뉴를 찾을 수 없다면, 플러그인 관리자에서 활성화시켜야 합니다.

../../../_images/installer.png

우리가 작업하게 될 주요 요소는 툴박스입니다. 상응하는 메뉴 항목을 클릭하면 QGIS 창의 오른쪽에 툴박스가 붙는 것을 볼 수 있습니다.

../../../_images/toolbox2.png

The toolbox contains a list of all the available algorithms, divided in groups called Providers. Providers can be (de)activated in the Settings ‣ Options ‣ Processing. We will discuss that dialog later in this manual.

By default, only providers that do not rely on third-party applications (that is, those that only require QGIS elements to be run) are active. Algorithms requiring external applications might need additional configuration. Configuring providers is explained in a later chapter in this manual.

이 시점까지 왔다면 이제 공간 알고리듬을 사용할 준비가 된 것입니다. 지금 다른 설정을 할 필요는 없습니다. 다음 강의에서 첫 번째 알고리듬을 실행해보겠습니다.