Використання додатків¶
Попередження
This tutorial is now obsolete. A new and updated version is available at Using Plugins (QGIS3)
Плагіни в QGIS додають корисних функцій програмі. Плагіни написані розробниками QGIS і іншими незалежними користувачами, які хочуть розширити функціональність програми. Ці плагіни доступні в QGIS всім користувачам.
Огляд завдання¶
В даному уроці ви дізнаєтесь як включити Основні Плагіни, а також завантажити і встановити Зовнішні Плагіни. Ви також дізнаєтесь як знайти плагіни в меню QGIS після їх встановлення.
Виконання¶
Основні плагіни¶
Основні плагіни вже є частиною стандартної інсталяції QGIS. Для їх використання, вам необхідно лише активувати їх.
Відкрийте QGIS. Виберіть меню Plugin Manager.
. і відкрийте діалогове вікно

Навіть якщо ви вперше використовуєте QGIS, ви побачите багато плагінів у списку на вкладці Installed. Це тому що вони є Основними плагінами і встановленні під час установки QGIS.

Let’s enable one of the plugins. Check on the checkbox next to Spatial Query Plugin. This will enable the plugin and you will be able to use it. One thing to note is that plugins have the ability to insert menu items at various locations and create new panels and toolbars. Sometimes it is difficult to know how to find the newly enabled tools. Once clue is to look in the plugin discription. Here the description says Category: Vector. That indicates that the plugin would be found under the Vector menu once enabled. Click Close.

Now that the Spatial Query Plugin is enabled, you can go to the to use the functionality added by the plugin.

Зовнішні плагіни¶
External plugins are available in the QGIS Plugins Repository and need to be installed by the users before using them. An easy way to browse and install these plugins is by using the Plugin Manager tool.
Відкрийте QGIS. Виберіть меню Plugin Manager.
. і відкрийте діалогове вікно

Click on Get more tab. Here you will see a list of plugins listed.

For this tutorial, let’s find and install a plugin called „QuickQKT“. As you start typing qui in the search box, you will see the search results below. Click on the QuickWKT. Next, click on Install plugin button to install it.

Як тільки плагін буде завантажено і встановлено ви побачите діалогове вікно підтвердження.

If you noticed, there was no mention of the plugin category in the description. That makes it hard to determine how to access the newly installed plugin. Most external plugins are installed under the Plugins menu itself in QGIS. Click on and you will see the newly installed plugin. Usually, external plugins also install a button in the Plugins toolbar also. You may also use that button to access the plugin.

Експерементальні плагіни¶
Now you know how to install and find an External Plugin in QGIS. Let’s explore some advanced options. Sometimes you are looking for a specific plugin, but cannot find it in the Get more tab. It maybe because the plugin is marked Experimental. Here is how to install experimental plugins.
Open Plugin Manager by . Click on the Settings tab. You will see an option called Show also experimental plugins. Click the checkbox next to it, to enable it.

Ви побачите нову вкладку, що називається New. Нововстановлені експерементальні плагіни будуть показуватись тут.
Примітка
The New tab will appear only temporarily once you enable the experimental plugins. The next time you open Plugin Manager, the experimental plugins will show alongside regular plugins in the Get more tab.

Let’s install a plugin called TimeManager. Click on the plugin name and then Click Install.

Now when you come back to the main QGIS window, you will see a new Panel at the bottom of the canvas. This panel is created by the TimeManager plugin. This is yet another way of plugins to add useful functionality to the user interface .

You can enable/disable this panel from
.

If you want to report any issues with this tutorial, please comment below. (requires GitHub account)