-
Notifications
You must be signed in to change notification settings - Fork 23
Install
- Operating system: 32-bit or 64-bit version of Windows.
- Windows Edition: Windows 7 or Windows 10.
- Recommended RAM size: 8 GB
- Please make sure that you have Administrator Privilege to the computer that you are using to install QGIS.
📌
To successfully load the Processing Algorithms that the GALUP team developed, the QGIS 3.10.8 version is particularly REQUIRED. To avoid any potential conflicts, please first perform an uninstallation before moving forward on this instruction, if another version of QGIS is installed on your computer.
💡 A tip for viewing the links:
By default, clicking on a link in this page will open the link from the current tab in the current window of the web browser, to open a link in a new tab, press and holdCtrl
while clicking; and to open a link in a new window, press and holdShift
while clicking.
- Go to https://qgis.org/en/site/.
- Click Download Now.
- Go to ALL RELEASES where you can download Previous releases of QGIS are still available here.
- Download
QGIS-OSGeo4W-3.10.8-1-Setup-x86_64.exe
, if you are using 64-bit system, or downloadQGIS-OSGeo4W-3.10.8-1-Setup-x86.exe
, if you are using 32-bit system. - Double-click the downloaded installation file and follow the installation instruction to install QGIS 3.10.8 on your computer.
- Go to https://github.com/SERVIR-WA/GALUP.
- Click Code, and then click Download ZIP to download the lucis_qgis
repository (see image below).
-
Unzip the downloaded
GALUP-master.zip
. - Open the unzipped folder, go to install, and then QGIS 3.10.8.
- Locate the folder that matches your operating system and then copy and paste
the entire folder to QGIS 3.10 root folder, i.e.,
- Copy _pylusat 32-bit_ to
C:\Program Files (x86)\QGIS 3.10
, if you are using a 32-bit system, or - Copy _pylusat 64-bit_ to
C:\Program Files\QGIS 3.10
, if you are using a 64-bit system.
- Copy _pylusat 32-bit_ to
- Open the copied folder in QGIS 3.10 root folder and double-click to
run the
install_pylusat.bat
file. - A pop-up window will ask you two questions (see the animation below):
-
Specify the root folder of QGIS: type or paste the path,
e.g.,
C:\Program Files (x86)\QGIS 3.10
. - Is the QGIS a long term release [Y/N]: type Y (case insensitive).
-
Specify the root folder of QGIS: type or paste the path,
e.g.,
- Press Enter key and wait for the installation to complete.
- Open QGIS Desktop 3.10.8 program from Start Menu.
- Check out this Processing link
to make sure Processing, a
Core Plugin
of QGIS, is activated.
💡 Plugins are at the core of QGIS:
QGIS has been designed with a plugin architecture. This allows many new features and functions to be easily added to the application. Some of the features in QGIS are actually implemented as plugins. - Open Processing Toolbox
on the Menu bar or Press
Ctrl+Alt+T
. - Click Add Script to Toolbox (see the animation below).
- Locate the algorithms folder within the GALUP-master folder you downloaded from GitHub.
- Select all the
*.py
files and click Open. - Now you can find all
Processing Algorithms
developed by GALUP under the
Scripts
dropdown menu.