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/image88.png

Step 2: QGIS Setup Profile

Build a QGIS User Profile by following these steps:

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 the Admin account.

  1. Open QGIS. Any version newer than 3.30 should work.

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

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

Important

This step is critical for the FLO-2D Plugin to function properly.

../_images/image1414.png

Step 3: Install FLO-2D Plugin

Warning

Restart QGIS at the conclusion of Step 3 to Save the User Profile.

  1. Add the FLO-2D Plugin Repository. Copy this link to the clipboard. Ctrl-C.

    https://flo-2dsoftware.github.io/FLO-2D-Plugins/plugins.xml

  2. Open to the Plugin Manager and Find the Settings tab.

  3. Click the Add button to add the FLO-2D Plugin Repository.

../_images/qgisplugin001.png
  1. Fill the form with the repository URL and click OK.

../_images/qgisplugin002.png
  1. Install the FLO-2D Plugins.

    Switch to the All Plugins tab and filter the list with “FLO-2D”.

    Install the following plugins:

../_images/qgisplugin003.png

Setup Older FLO-2D Plugins (Not Required)

Older versions of the FLO-2D Plugin can be downloaded from the following link:

Note

A dedicated QGIS User Profile is recommended when working with older versions of the FLO-2D Plugin.

  1. Open QGIS and access the Settings menu.

  2. Select New Profile.

../_images/qgisplugin005.png
  1. QGIS loads in a default state. All required settings must be configured for the new profile.

../_images/qgisplugin006.png
  1. Add the required previous build of the FLO-2D Plugin by opening the Plugin Manager.

  2. Select the Install from ZIP tab.

  3. Navigate to the downloaded ZIP file and select the plugin.

  4. Accept the security warning when prompted.

../_images/qgisplugin007.png

Note

The FLO-2D plugin toolbar now reflects version 0.10.115.

Return to Step 2 to complete the QGIS setup and install any additional required plugins.