SERIF

SERIF is a Python toolbox for performing automatic river segmentation. This repository also contains different scripts that will help you in the process of segmentation.

Requirements

To use this toolbox, ArcGIS pro is required. A complete step-by-step to install ArcGIS pro can be found here

SERIF toolbox Installation

  1. Create a new conda environment.

    conda create -n SERIF python=3.9.21 -y
    
  2. Add conda-forge chanel

    conda config --add channels conda-forge
    
  3. Now Activate the conda environment

    conda activate SERIF
    
  4. Now, install the necessary dependencies

    conda install -c conda-forge geopandas rasterio matplotlib gdal=3.10.0 python=3.9.21 -y