QGIS installation
(→Installation of QGIS and OTB on Ubuntu 18.0.4 ("Bionic Beaver")) |
(→Installation of QGIS and OTB on Ubuntu 18.0.4 ("Bionic Beaver")) |
||
Line 48: | Line 48: | ||
=== Installation of QGIS and OTB on Ubuntu 18.0.4 ("Bionic Beaver") === | === Installation of QGIS and OTB on Ubuntu 18.0.4 ("Bionic Beaver") === | ||
This tutorial is an example for the specific linux distribution Ubuntu LTS 18.0.4. If you want to use a different linux distribution or version | This tutorial is an example for the specific linux distribution Ubuntu LTS 18.0.4. If you want to use a different linux distribution or version | ||
− | read the [https://www.qgis.org/en/site/forusers/alldownloads.html#linux docs] on qgis.org. | + | read the [https://www.qgis.org/en/site/forusers/alldownloads.html#linux docs] on qgis.org and adjust reposiotry and code names for your selected distribution. |
− | To install latest release versions of QGIS, you have to add an alternative software repository. | + | To install latest release versions of QGIS, you have to add an alternative software repository. Please remove all previously installed QGIS und GRASS packages that were installed from other repositories before doing an update: otherwise conflicts between different package versions occur! |
− | Please remove all previously installed QGIS und GRASS packages that were installed from other repositories before doing an update: otherwise conflicts between different package versions occur! | + | |
Open a terminal (Ctrl + Alt + t). Make a backup copy of your current sources.list file: | Open a terminal (Ctrl + Alt + t). Make a backup copy of your current sources.list file: |
Revision as of 11:41, 11 November 2019
Contents |
Using your own laptop or PC
We prefer using Free and Open Source Software because this enables you to install software on your own computer without paying for costly licenses, to learn and continue your work at home. Here are the links to download the software from the internet and install it yourself:
QGIS 3.8 http://www.qgis.org/en/site/forusers/download.html, available for Windows, Mac OSX, Linux and Android. If you want to follow the exercises of this tutorial on Windows, we recommend following the
Installation Guide for Windows
- Do you have already a QGIS version installed? Please first deinstall previous QGIS versions before going on to avoid confusions.
- Uninstalling QGIS
- To deinstall a QGIS version simply delete the installation folder, where the default paths are C:\OSGeo4W64, the user settings folder, downloaded plugins and user scripts C:\Users\YourName\AppData\Roaming\QGIS and related icons in the start menu and on the Desktop. Please check also if there is a "Standalone" QGIS version installed: Start --> Settings --> Apps & Features. Now a complete list of desktop programs is shown. Use the search box and type QGIS. If you do not find QGIS, a "Standalone" QGIS version is not installed. If you've find QGIS, single click its name to highlight it and hit the Uninstall button..
- Determine if your Windows is 32bit or 64bit Version. Knowing this information is important because you need to choose the right software so its performance can be optimized.
- If you are using Windows 8 or 10: On the Start Screen, press Win key (Windows logo key) and the x letter simultanously. Notice the menu of administrative tools in the lower-left corner of the screen, click System and view the information on system type.
- If you are using Windows 7: Press Win key (Windows logo key), Control panel --> System and Security --> System and view the information on system type.
- Download the OSGeo4W Network Installer 64bit for Windows 64-bit or the OSGeo4W Network Installer 32bit for Windows 32-bit and save the file into a temporary folder.
- Start the OSGeo4W Setup Program with a double click the on the downloaded file osgeo4w-setup-x86.exe.
- Choose Advanced Installation. Next.
- Choose Install from Internet. Next.
- Set root directory to: C:\OSGeo4W\ and check the radio button All Users. Next.
- Choose a temporary directory to store the files to be downloaded. Next.
- Choose Internet connection: Direct connection. Next.
- Mark one of the download sites e.g. "http://osgeo4w-oslandia.com".
- Select Packages: In the "Categories field" click on the + symbol before "Desktop" to extend the folder. Click on the "Skip" symbol before qgis-full: QGIS Full Desktop (meta package for express install) to mark necessary software packages for the installation..
- Go on, accept the licence agreements and wait until all programs are installed.Next.
- Start QGIS by Start|All programs|OSGeo4W|QGIS Desktop.
- Updating QGIS
- Updating QGIS is easily done by using All Programs --> OSGeo4W --> Setup or by double clicking the file C:\OSGeo4W64\bin\osgeo4w-setup.exe. Follow the advanced installation procedure. New package versions will be automatically detected. Accept all previous settings and wait until all updated programs are installed.
Installation Guide for Mac OS
- QGIS 3.6 is built for El Capitan, Sierra, High Sierra and Mojave.
- Python 3.6 musst be installed first. Only the recent 3.6.x version is supported, not 3.7.
- Download and install https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.9.pkg. Start the Python 3.6.8 Setup Programm with a double click on the downloaded file python-3.6.8-macosx10.9.pkg
- Follow the instructions
- Download and install http://qgis.org/downloads/macOS/QGIS-macOS-3.6.3-1.dmg. Start the QGIS 3.6.3 Setup Programm with a double click on the downloaded file 2 install QGIS 3.6.pkg
- Follow the instructions
- Additional information can be found in Read Me.rtf
Installation Guide for Linux
If you are interested to try a Linux OS on your own Windows PC, we recommend to install the current distribution of Ubuntu. You can install Ubuntu onto a computer alongside a copy of Windows. You will be able to select whether to start Ubuntu or Windows each time your computer starts up or you can try to run Ubuntu on a CD or even on a memory stick alongside your current system.
Installation of QGIS and OTB on Ubuntu 18.0.4 ("Bionic Beaver")
This tutorial is an example for the specific linux distribution Ubuntu LTS 18.0.4. If you want to use a different linux distribution or version read the docs on qgis.org and adjust reposiotry and code names for your selected distribution. To install latest release versions of QGIS, you have to add an alternative software repository. Please remove all previously installed QGIS und GRASS packages that were installed from other repositories before doing an update: otherwise conflicts between different package versions occur!
Open a terminal (Ctrl + Alt + t). Make a backup copy of your current sources.list file:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bat
Append new lines of text to current sources.list file
echo "deb https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list echo "deb-src https://qgis.org/debian bionic main" | sudo tee -a /etc/apt/sources.list
Update in order to use the new repository and install QGIS and SAGA
sudo apt-get update sudo apt-get install qgis qgis-plugin-grass saga
In case of keyserver errors add the qgis.org repository public key to your apt keyring, type:
wget -O - https://qgis.org/downloads/qgis-2019.gpg.key | gpg --import gpg --fingerprint 51F523511C7028C3
Should output:
pub rsa4096 2019-08-08 [SCEA] [expires: 2020-08-08] 8D5A 5B20 3548 E500 4487 DD19 51F5 2351 1C70 28C3 uid [unknown] QGIS Archive Automatic Signing Key (2019) <qgis-developer@lists.osgeo.org>
After you have verified the fingerprint you can add the key to apt with:
gpg --export --armor 51F523511C7028C3 | sudo apt-key add -
Installation and Konfiguration of the OTB-QGIS-plugin is the same as Windows OTB Plugin installation. First install the OTB plugin, second adopt path names for OTB folder and OTB Application folder: Settings --> Options --> Processing --> Providers --> OTB
- OTB Application folder: /usr/lib/x86_64-linux-gnu/otb/applications
- OTB folder: /usr
Language settings
Go to Settings --> Options --> General and click the checkbox Override system locale on. You may choose one of 42 languages which are available for QGIS instead the system locale. For our course please select english (en_US). The settings are active after restarting QGIS.