Installation

The Installation section explains how to set up EnMAP‑Box as a QGIS plugin on your computer. It guides you through installing a compatible QGIS version, preparing the required Python environment, and then adding EnMAP‑Box via the QGIS Plugin Manager or from a specific release.

1. QGIS and Python Dependencies

Install QGIS via the official Standalone/OSGeo4W Installer

Install the current QGIS 3.44 LTR to run the latest EnMAP-Box using the QGIS installer from https://www.qgis.org/en/site/forusers/alldownloads.html#windows.

For beginners, we recommend using the standalone installers. More advanced QGIS users can use OSGeo4W installer, which eases updates of existing QGIS installation.

In case you have an outdated QGIS, make sure to install a current version (3.44).

Install Python Dependencies

  1. Close QGIS, if it is open.

  2. Search for OSGeo4W shell from the start menu. In case the OSgeo4W does not exists, run the Setup to install it.

    ../_images/installation_osgeo4w_executables.png ../_images/windows_start_osgeo.png
  3. Open the OSGeo4 shell and to install Python dependencies using PIP:

    pip install --upgrade --user -r https://raw.githubusercontent.com/EnMAP-Box/enmap-box/main/.env/osgeo4w/requirements_osgeo4w.txt
    

    Note

    In rare cases, the user folder may contain wrongly installed packages, which are interfering with the package version managed by OSGeo4W, e.g. numpy, scipy or gdal. Wrongly installed packages can be deleted manually from the user folder.

    To locate the user folder used by your QGIS instance, run the following inside your QGIS Python console:

    >>> import site
    >>> print(site.USER_SITE)
    C:\Users\<user name>\AppData\Roaming\Python\Python39\site-packages
    
  4. Open QGIS from the start menu. If you are running into Installation issues, check out the FAQ & Troubleshooting for help.

2. Install EnMAP-Box

Install EnMAP-Box Plugin via the QGIS Plugin Manager

  1. Start QGIS

  2. Go to Plugins -> Manage and Install Plugins

  3. Search for ‘EnMAP-Box’

  4. Click on ‘Install Plugin’

../_images/QgisGUI_InstallPlugin.gif
Activate Experimental Plugins (Optional)
  1. Go to Plugins -> Manage and Install Plugins -> Settings

  2. Enable Show also Experimental Plugins

../_images/QgisGUI_Experimental.gif