An open API service indexing awesome lists of open source software.

https://github.com/appliedgrg/beratools

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

chm forest geospatial mapping seismic-line

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# BERA Tools

BERA Tools is successor of [Forest Line Mapper](https://github.com/appliedgrg/flm). It is a toolset for enhanced delineation and attribution of linear disturbances in forests.

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/appliedgrg/beratools/python-tests.yml?branch=main)](https://github.com/appliedgrg/beratools/actions/workflows/python-tests.yml)
[![Codecov](https://img.shields.io/codecov/c/github/appliedgrg/beratools/main)](https://codecov.io/gh/appliedgrg/beratools)
[![GitHub Pages](https://img.shields.io/github/deployments/appliedgrg/beratools/github-pages?label=docs)](https://appliedgrg.github.io/beratools/)
[![Conda Version](https://img.shields.io/conda/v/AppliedGRG/beratools)](https://anaconda.org/AppliedGRG/beratools)
[![PyPI](https://img.shields.io/pypi/v/BERATools)](https://pypi.org/project/BERATools/)
[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/release/python-3100/)
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

## [Quick Start](https://appliedgrg.github.io/beratools)

Here are the ways to install BERA Tools:

- Windows installer
- Install with Anaconda.

### Windows Installer

Windows installer is provided with releases. Check the [latest release](https://github.com/appliedgrg/beratools/releases/latest).

### Install with Anaconda

Install with Anaconda works on Windows, macOS, and Linux.

- Install Miniconda. Download Miniconda from [Miniconda](https://docs.anaconda.com/miniconda/) and install on your machine.
- Download and save the file [environment.yml](https://raw.githubusercontent.com/appliedgrg/beratools/main/environment.yml
).
- Launch **Anaconda Prompt** and **Change directory** to where environment.yml is saved.
- Run the command to install BERA Tools.

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

After the installation is done, a new environment named **bera** is created and BERA Tools is installed within it.
- Activate the **bera** environment and launch BERA Tools main GUI:

```bash
$ conda activate bera
$ beratools gui
```

![BERA Tools Main GUI](beratools/gui/assets/BERA_GUI_Main.png)

- [Download latest example data](https://github.com/appliedgrg/beratools/releases/latest/download/test_data.zip) to try with BERA Tools.

For more information about installation, check the [BERA Tools Installation](https://appliedgrg.github.io/beratools/user/installation/).

## BERA Tools Guide

Check the online [BERA Tools Guide](https://appliedgrg.github.io/beratools/) for user, developer and technical 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.