{"id":38190433,"url":"https://github.com/appliedgrg/beratools","last_synced_at":"2026-03-11T06:03:45.684Z","repository":{"id":319171962,"uuid":"1077135375","full_name":"appliedgrg/beratools","owner":"appliedgrg","description":"BERA Tools: Series of script tools for facilitating the high-resolution mapping and studying of forest lines via processing canopy height models.","archived":false,"fork":false,"pushed_at":"2026-03-10T03:43:55.000Z","size":37139,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-10T11:24:50.217Z","etag":null,"topics":["chm","forest","geospatial","mapping","seismic-line"],"latest_commit_sha":null,"homepage":"https://appliedgrg.github.io/beratools/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appliedgrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-15T20:36:20.000Z","updated_at":"2026-03-10T03:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ce44cc4-b8e1-4701-a814-d4e3fa7c69c4","html_url":"https://github.com/appliedgrg/beratools","commit_stats":null,"previous_names":["appliedgrg/beratools"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/appliedgrg/beratools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appliedgrg%2Fberatools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appliedgrg%2Fberatools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appliedgrg%2Fberatools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appliedgrg%2Fberatools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appliedgrg","download_url":"https://codeload.github.com/appliedgrg/beratools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appliedgrg%2Fberatools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chm","forest","geospatial","mapping","seismic-line"],"created_at":"2026-01-17T00:09:41.201Z","updated_at":"2026-03-11T06:03:45.669Z","avatar_url":"https://github.com/appliedgrg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BERA Tools\n\nBERA 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.\n\n\u003cdiv align=\"center\"\u003e\n\n[![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)\n[![Codecov](https://img.shields.io/codecov/c/github/appliedgrg/beratools/main)](https://codecov.io/gh/appliedgrg/beratools)\n[![GitHub Pages](https://img.shields.io/github/deployments/appliedgrg/beratools/github-pages?label=docs)](https://appliedgrg.github.io/beratools/)\n[![Conda Version](https://img.shields.io/conda/v/AppliedGRG/beratools)](https://anaconda.org/AppliedGRG/beratools)\n[![PyPI](https://img.shields.io/pypi/v/BERATools)](https://pypi.org/project/BERATools/)\n[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/release/python-3100/)\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n\u003c/div\u003e\n\n## [Quick Start](https://appliedgrg.github.io/beratools)\n\nHere are the ways to install BERA Tools:\n\n- Windows installer\n- Install with Anaconda.\n\n### Windows Installer\n\nWindows installer is provided with releases. Check the [latest release](https://github.com/appliedgrg/beratools/releases/latest).\n\n### Install with Anaconda\n\nInstall with Anaconda works on Windows, macOS, and Linux.\n\n- Install Miniconda. Download Miniconda from [Miniconda](https://docs.anaconda.com/miniconda/) and install on your machine.\n- Download and save the file [environment.yml](https://raw.githubusercontent.com/appliedgrg/beratools/main/environment.yml\n).\n- Launch **Anaconda Prompt** and **Change directory** to where environment.yml is saved.\n- Run the command to install BERA Tools.\n\n   ```bash\n   $ conda env create -n bera -f environment.yml\n   ```\n\n   After the installation is done, a new environment named **bera** is created and BERA Tools is installed within it.\n- Activate the **bera** environment and launch BERA Tools main GUI:\n\n  ```bash\n  $ conda activate bera\n  $ beratools gui\n  ```\n\n![BERA Tools Main GUI](beratools/gui/assets/BERA_GUI_Main.png)\n\n- [Download latest example data](https://github.com/appliedgrg/beratools/releases/latest/download/test_data.zip) to try with BERA Tools.\n\nFor more information about installation, check the [BERA Tools Installation](https://appliedgrg.github.io/beratools/user/installation/).\n\n## BERA Tools Guide\n\nCheck the online [BERA Tools Guide](https://appliedgrg.github.io/beratools/) for user, developer and technical guides.\n\n## Credits\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/appliedgrg/beratools/raw/main/docs/files/icons/bera_logo.png\" alt=\"Logos\" width=\"80\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\n      \u003cp\u003e\n        This tool is part of the \u003cstrong\u003e\u003ca href=\"http://www.beraproject.org/\"\u003eBoreal Ecosystem Recovery \u0026 Assessment (BERA)\u003c/a\u003e\u003c/strong\u003e.\n        It is actively developed by the \u003ca href=\"https://www.appliedgrg.ca/\"\u003e\u003cstrong\u003eApplied Geospatial Research Group\u003c/strong\u003e\u003c/a\u003e.\n      \u003c/p\u003e\n      \u003cp\u003e\n        © 2026 Applied Geospatial Research Group. All rights reserved.\n      \u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappliedgrg%2Fberatools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappliedgrg%2Fberatools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappliedgrg%2Fberatools/lists"}