Skip to content

BERA Tools: Series of script tools for facilitating the high-resolution mapping and studying of forest lines via processing canopy height models.

License

Notifications You must be signed in to change notification settings

appliedgrg/beratools

Repository files navigation

BERA Tools

BERA Tools is successor of Forest Line Mapper. It is a toolset for enhanced delineation and attribution of linear disturbances in forests.

GitHub Workflow Status Codecov GitHub Pages Conda Version Python Version License: MIT

BERA Tools is built upon open-source Python libraries. Anaconda is used to manage runtime environments.

Installation Steps:

  • Install Miniconda. Download Miniconda from Miniconda and install on your machine.

  • Download the file environment.yml and save to local storage. Launch Anaconda Prompt and change directory to where environment.yml is saved.

  • Run the following command to create a new environment named bera. BERA Tools will be installed in the new environment at the same time.

    $ conda env create -n bera -f environment.yml

    Wait until the installation is done.

  • Activate the bera environment and launch BERA Tools:

    $ conda activate bera
    $ beratools
  • Download latest example data to try with BERA Tools.

  • To update BERA Tools when new release is issued, run the following commands:

    $ conda activate bera
    $ conda update beratools
  • To completely remove BERA Tools and its environment, run the following command:

    $ conda remove -n bera

BERA Tools Guide

Check the online BERA Tools Guide for user, developer guides.

Credits

Logos

This tool is part of the Boreal Ecosystem Recovery & Assessment (BERA). It is actively developed by the Applied Geospatial Research Group.

© 2026 Applied Geospatial Research Group. All rights reserved.

About

BERA Tools: Series of script tools for facilitating the high-resolution mapping and studying of forest lines via processing canopy height models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages