Required Software

Some of The EnMAP tutorials are based on the EnMAP-Box plugin for QGIS and other Python packages.

The following setup is recommended to install the required software:

  1. Install a conda / conda-forge package installer, e.g., from https://conda-forge.org/download/
  2. Open a conda terminal and create a new conda environment that contains QGIS and all python packages that are required to run the tutorials.

    The environment is defined in enmaptutorials.yml. To install call:

    conda env create --name enmaptutorials --file=https://raw.githubusercontent.com/EnMAP-Box/earsel2026_tutorials/refs/heads/main/enmaptutorials.yml
    
  3. Activate the enmaptutorials conda environment
    conda activate enmaptutorials
    
  4. Start QGIS from the conda environment and use a new user profile dedicated to the tutorials
    (enmaptutorials) qgis --profile EnMAP-Tutorials
    

    installation_qgis_empty.png

  5. Open the QGIS Plugin Manager and install the EnMAP-Box plugin

    installation_qgis_pm1.png

    installation_qgis_pm2.png


This site uses Just the Docs, a documentation theme for Jekyll.