QGIS and FLO-2D Plugin Install Instructions

QGIS is an open-source geographic information system software designed for spatial data analysis and visualization. The FLO-2D Plugin uses QGIS tools to effectively prepare FLO-2D data, providing an enhanced modeling experience within a user-friendly environment.

Step 1: QGIS Installation

Choose one of the following methods:

Option A – QGIS Latest Long-Term Release (Recommended)

The following method uses the OSGeo4W Network Installer to install the current QGIS LTR version and adds Python modules such as h5py and netCDF4.

  1. Download the OSGeo4W Installer

OSGeo4W Installer

Choose the OSGeo4W Network Installer for 64-bit Windows.

  1. Launch the Installer

Run osgeo4w-setup.exe and choose Express Installation from the main menu.

../_images/qgisnetwork001.png
  1. Select the download site

Choose a download site from the list provided.

../_images/qgisnetwork006.png
  1. Select Packages to Install

Enable the following items:

  • QGIS (optional)

  • QGIS (LTR)

  • GDAL

  • GRASS GIS (optional)

../_images/qgisnetwork023.png
  1. Accept the Dependencies

Install the dependencies when prompted.

../_images/qgisnetwork017.png
  1. Accept the License Agreements

Accept the license agreements to continue.

../_images/qgisnetwork018.png

The installation should start. This may take some time depending on your internet connection.

../_images/qgisnetwork019.png

Click the Finish button when the installation is complete.

../_images/qgisnetwork020.png
  1. Install Additional Python Modules

Run the OSGeo4W Setup program again and select Advanced Install.

Click Next until reaching the package selection screen.

Filter the package list by typing h5py in the search box. Click the Skip button to select the latest version for installation.

../_images/qgisnetwork011.png

Repeat the process for netCDF4.

../_images/qgisnetwork013.png

Accept any dependencies.

../_images/qgisnetwork024.png

Click Next and Finish to complete the installation.

  1. Verify Installation

Search for and select the following packages:

  • h5py

  • netCDF4

Run the OSGeo4W Shell from the Start Menu.

../_images/qgisnetwork026.png

Run the following commands inside the OSGeo4W Shell:

python -c "import h5py; print('h5py:', h5py.__version__)"
python -c "import netCDF4; print('netCDF4:', netCDF4.__version__)"

A version number indicates a successful installation.

../_images/qgisnetwork025.png
Option B – QGIS Stand Alone Older Versions

Follow these instructions to set up an older version of QGIS.

Get an old stand alone installer from the QGIS download archive:

Note

The images reference QGIS version 3.34 and 3.28 but the steps are the same for any stand alone version of QGIS.

../_images/archive.png
  1. Double click the QGIS installer.

  2. Finish installing with the default settings.

../_images/image8.png

Step 2: FLO-2D Plugin

Setup QGIS and install the FLO-2D Plugin.

Important

This step should be performed by the End User. If it is done on an Admin account, the profile will only be available on that account.

  1. Open QGIS.

../_images/Worksh002.png
  1. Click Settings → Options.

../_images/image13.png
  1. Click the CRS tab and set the options shown below.

../_images/image14.png
  1. Get the Plugin.

    Download FLO-2D Plugin
  2. Navigate to the Plugin Manager.

../_images/image10.png
  1. Install the Plugin.

    Click the Install from ZIP tab → Browse to the downloaded ZIP file → Install Plugin.

../_images/image12a.png

Step 3: Additional Plugins

  1. These recommended plugins can be installed from the All Plugins menu:

    • FLO-2D Rasterizor

    • FLO-2D MapCrafter

    • Quick Map Services

    • Profile Tool

    • Curve Number Generator

../_images/image11.png
  1. Quick Map Services requires an additional step.

    Click the QMS icon → Settings → More Services → Get Contributed Pack.

../_images/image15.gif

This concludes the installation and setup. Tutorial data is located here:

C:\\Users\\Public\\Documents\\FLO-2D PRO Documentation\\Example Projects\\QGIS Tutorials

../_images/image9.png