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.
- Host: GitHub
- URL: https://github.com/appliedgrg/beratools
- Owner: appliedgrg
- License: gpl-3.0
- Created: 2025-10-15T20:36:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T03:43:55.000Z (3 months ago)
- Last Synced: 2026-03-10T11:24:50.217Z (3 months ago)
- Topics: chm, forest, geospatial, mapping, seismic-line
- Language: Python
- Homepage: https://appliedgrg.github.io/beratools/
- Size: 35.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://github.com/appliedgrg/beratools/actions/workflows/python-tests.yml)
[](https://codecov.io/gh/appliedgrg/beratools)
[](https://appliedgrg.github.io/beratools/)
[](https://anaconda.org/AppliedGRG/beratools)
[](https://pypi.org/project/BERATools/)
[](https://www.python.org/downloads/release/python-3100/)
[](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
```

- [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
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.