FIPEX with the DCI Homepage

Welcome!

You’ve landed on the homepage for the Fish Passage Extension (FIPEX) with Dendritic Connectivity Index (DCI) project.

The extensive fragmentation of river systems due to damming, road construction, and other development is a problem that many governments, academic institutions, communities, corporations, and environmental groups are trying to solve. On the path to recovery of longitudinal connectivity (i.e., connectivity from headwaters to ocean / outflow) of river systems many questions arise, including:

River systems present unique challenges when attempting to assess the impacts of barriers and costs/benefits of habitat restoration and connectivity projects, making answering the above questions difficult, time consuming, or both. The Fish Passage Extension (FIPEX) with Dendritic Connectivity Index (DCI) is designed to help address these challenging questions.

FIPEX-DCI link

The toolset is designed as an integrated ‘Add-in’ to the Geographic Information System (GIS) software ArcGIS Desktop™ (ArcMap™ 10.4+) by ESRI™. It provides basic and advanced tools for assessing river systems with respect to their longitudinal connectivity and can assess individual and cumulative impacts of barriers to fish passage such as dams, weirs, and culverts. FIPEX can be differentiated from other toolsets for river / watershed network analysis in that it leverages the geometric network model provided with the ESRI ArcGIS Desktop™ suite.

network model image

By using the geometric network model, the direction of flow can be set and network analyses can be conducted without the need for Digital Elevation Models, careful attention to digitization direction, or other datasets; users simply need river lines and a river outflow point.

FIPEX is made freely available courtesy of various developers and sponsoring institutions over the years.

FIPEX Overview

back to top

Intro Video

The Fish Passage Extension for ArcGIS 10.4 (FIPEX) with the Dendritic Connectivity Index (DCI) is a toolset for assessing the individual and cumulative effects of watercourse obstacles on the connectivity of river systems. FIPEX offers the ability to quantitatively assess the effects of real or anticipated barriers.

The following are the main features:

  1. Summarize river quantity affected by one or many barriers, where habitat affected may be defined as:

    a) habitat immediately upstream of a barrier (until the next barrier or headwaters)

    b) habitat immediately downstream of a barrier (until the next barrier or headwaters)

    c) total habitat upstream of a barrier (ignoring all other barriers)

    d) total habitat downstream of a barrier (with the flow of the system, until the ocean / sink)

    e) total habitat downstream of a barrier (ignoring flow direction)

  2. Allow flexible definition of habitat quantity, allowing users to choose from:

    a) Length / linear network (e.g., metres)

    b) Polygonal / area network (e.g., hectares)

    c) Either (a) or (b) while excluding certain features (e.g., stillwater, wetland, lake ‘spines’)

  3. Classify river segments and summarize habitat by class (e.g., lakes, river, wetland, urban area).

  4. Exclude certain barriers or features (e.g., waterfalls, poor fish habitat) from analyses.

  5. Calculate the Dendritic Connectivity Index (DCI):

    a) DCId where d stands for ‘diadromous’ connectivity; assessing connectivity from sources to sink.

    b) DCIp where p stands for ‘potamodromous’ connectivity; assessing connectivity within the system ignoring flow direction (i.e., undirected connectivity)

  6. Assess ‘sectional’ DCI for each barrier; evaluate the impact of individual barriers on directed connectivity with attention to natural vs artificial barriers.

Who is the Typical User of FIPEX?

back to top

Ultimately, the goal of FIPEX is to provide the everyday user with a decision support tool for fish passage and riverine connectivity assessment. Setup of FIPEX 10.4 is best done by an intermediate to advanced user of ArcGIS™ - typically a GIS technician or GIS specialist. Familiarity with the geometric network model (usage of the Utility Network Analyst toolbar) is an asset.

After a river network is created, barriers are organized and labelled, quality assurance on the data is done, FIPEX is installed, options are set, and preliminary tests are done, FIPEX can be used as a decision support tool by people without GIS skills. The flexibility offered by the toolset and advanced options such as coupling with the statistical software, ‘R’, mean that the typical user should have experience with ArcGIS and technical knowledge of windows-based software and operating systems.

The Dendritic Connectivity Index (DCI)

back to top

The Dendritic Connectivity Index (DCI) is a measure of longitudinal connectivity of a river system (Cote et al., 2009).

cote-2009

Cote, D., Kehler, D. G., Bourne, C., & Wiersma, Y. F. (2009). A new measure of longitudinal connectivity for stream networks. Landscape Ecology, 24(1), 101-113.

The framework calculates the expected connectivity of a river system given the barriers present, barrier passability, barrier type, habitat quantity and river length. The DCI comes in several ‘flavours’:

Installation

back to top

License

Prior to installation please read and accept the disclaimer and license. The FIPEX toolset is provided as is, where is.

When redistributing this software, leveraging it, or presenting results based on the usage of this software we request that you adhere to the terms of license and provide attribution.

Software Requirements

Hardware Requirements

Prerequisites

Prior to installation, ensure that the following requirements are met:

FIPEX Installation

back to top

  1. Download and unzip the FIPEX files from the Github link above to a folder of your choosing. FIPEX_files.png
  2. Open ArcMap
  3. Go to the ‘Customize’ Menu -> ‘Add-In __Manager’
  4. Look at second tab ‘Options’: check that ‘load __all add-ins without restrictions’ is checked. Click ‘Add Folder…’ and select the FIPEX Add-in folder you chose in step (1). 4_addinmanager_opt
  5. Click Close and restart ArcMap (close ArcCatalog and any other ESRI ArcGIS Desktop programs)
  6. Go to Customize -> Extensions and check The Fish Passage Extension Add-In for ArcMap.
    4_extensions_FIPEX.png
  7. Go to Customize -> Toolbars
  8. Check that the FIPEX Toolbar is activated. Also activate the Utility Network Analyst Toolbar.
  9. The FIPEX Toolbar should now be present but not selectable. It will remain not selectable until it detects a layer that is a member of a geometric network is present in the map document.
    4_toolbar_inactive.png
  10. Go to the Customize Menu -> ‘Add-In Manager’. The Fish Passage Extension will be listed under the ‘Add-Ins’ tab if installed correctly. 4_addinmanager_addins.png
  11. You’re done installing FIPEX. If you wish to calculate the Dendritic Connectivity Index using R, continue with the install of R with DCI Model below!

R & DCI Model Setup

back to top

  1. Download and install R-3.6.1 (FIPEX has been tested with R 3.6.1 and R 3.6.3 and it is likely compatible with all R 3.6.x versions. If you already have one of these versions installed, you do should not need to re-install) 4_R_downloadlink.png
  2. To install the required R packages, you can use a variety of methods. The instructions below are based on the RGUI interface bundled with R 3.6.x.
    Launch the RGUI program (In the Windows ‘Start Menu’ under R, you should see the RGUI program). 4_R_GUI.png
  3. Go to Packages-> Install Packages and select a CRAN mirror near you and click OK
  4. Go to Packages -> Install Packages and find and install BiocManager 4_package_select.png
  5. Go to Packages -> Install Packages and find and install tidyverse
  6. Go to Packages -> Install Packages and find and install data.table
  7. Now using the BiocManager install two ‘sub-packages’: type into the command line BiocManager::install(c(“RBGL”, “Rgraphviz”)) 4_install_RBGL.png
  8. Lastly, download and unzip the DCI Model files to a folder of your choosing that you have read/write access to (e.g., /My Documents).
  9. You should be ready to open ArcMap and start analyzing rivers!

Acknowledgements

back to top

Thanks to:
David Cote
Christopher Edge
Phil Greyson
Eldon Gunn
Gabrielle Riefesel
Sebastian Harder
Dan Kehler
David Longard
Koreen Millard
Peter Duinker
Ken Meade
Peter Rodger
Donald Sam Yolanda Wiersma

Dalhousie University
Fisheries & Oceans Canada
Memorial University
Parks Canada
Natural Sciences & Engineering Research Council of Canada
Nova Scotia Power Inc.

Additional development sponsored by:
Fisheries & Oceans Canada - 2020 upgrade to 10.4+
Parks Canada - DCI Integration and Upgrade from FIPEX version 2.3.x (for ArcGIS) 9.x to FiPEX
Parks Canada - version 10.23 for (ArcGIS 10.23, 10.3)

FIPEX 1.0 (the “American Eel Decision Support Tool”) created in 2008 by:
Fisheries and Oceans Canada, Habitat Management, Maritimes Region

Documentation created and updated by:
Greig Oldford