A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

BIOMASS

An R package for estimating aboveground biomass and its uncertainty in tropical forests.
https://github.com/umr-amap/BIOMASS

Category: Biosphere
Sub Category: Biomass

Keywords from Contributors

forests

Last synced: about 20 hours ago
JSON representation

Repository metadata

README.md

BIOMASS

The package

The BIOMASS package allows users to estimate above ground biomass/carbon and its uncertainty in tropical forests.

The main implemented steps are as follows :

  1. retrieving and correcting tree taxonomy;
  2. estimating wood density and its uncertainty;
  3. building height-diameter models;
  4. estimating above ground biomass/carbon at stand level with associated uncertainty;
  5. managing tree and plot coordinates.

For more information, see Réjou-Méchain et al. (2017)

Install BIOMASS

The latest released version from CRAN:

install.packages("BIOMASS")

The latest version from Github (in development):

install.packages("remotes")
remotes::install_github('umr-amap/BIOMASS')

To use it :

library("BIOMASS")

Tutorials/Vignettes

Two vignettes are available in the 'Articles' section of the following page : https://umr-amap.github.io/BIOMASS/index.html

Citation

Please cite this package as:

Réjou-Méchain M, Tanguy A, Piponiot C, Chave J, Herault B (2017). “BIOMASS : an R package for estimating above-ground biomass and its uncertainty in tropical forests.” Methods in Ecology and Evolution, 8(9). ISSN 2041210X, doi:10.1111/2041-210X.12753.

Or you can also run

citation("BIOMASS")

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 701
Total Committers: 10
Avg Commits per committer: 70.1
Development Distribution Score (DDS): 0.444

Commits in past year: 174
Committers in past year: 5
Avg Commits per committer in past year: 34.8
Development Distribution Score (DDS) in past year: 0.195

Name Email Commits
Arthur Péré a****e@f****r 390
ArthurBailly a****y@f****r 140
Maxime RM m****u@g****m 76
lamonica-d d****a@g****m 46
gcornu c****g@c****r 15
Eric Marcon e****n@a****r 11
Guillaume Cornu g****u@c****r 11
billy u****7@f****r 8
Mauro Lepore m****e@g****m 3
Philippe Verley p****y@i****r 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 38
Total pull requests: 34
Average time to close issues: 8 months
Average time to close pull requests: about 2 months
Total issue authors: 15
Total pull request authors: 6
Average comments per issue: 1.74
Average comments per pull request: 0.26
Merged pull request: 30
Bot issues: 0
Bot pull requests: 0

Past year issues: 8
Past year pull requests: 25
Past year average time to close issues: 7 days
Past year average time to close pull requests: 7 days
Past year issue authors: 3
Past year pull request authors: 5
Past year average comments per issue: 0.75
Past year average comments per pull request: 0.2
Past year merged pull request: 21
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/umr-amap/BIOMASS

Top Issue Authors

  • ArthurPERE (11)
  • ArthurBailly (6)
  • billy34 (5)
  • MaximeRM (5)
  • AbhorWrent (1)
  • CoenvdBrand (1)
  • AEMuelbert (1)
  • rsbivand (1)
  • FabioMostacato (1)
  • fabeit (1)
  • NicoLabriere (1)
  • mlouwzoo (1)
  • maurolepore (1)
  • AragonAmazon (1)
  • laura-simoes (1)

Top Pull Request Authors

  • ArthurBailly (21)
  • billy34 (6)
  • maurolepore (3)
  • EricMarcon (2)
  • lamonica-d (1)
  • stephenhagen (1)

Top Issue Labels

  • enhancement (9)
  • bug (6)
  • wontfix (2)

Top Pull Request Labels

  • bug (1)
  • enhancement (1)

Package metadata

cran.r-project.org: BIOMASS

Estimating Aboveground Biomass and Its Uncertainty in Tropical Forests

  • Homepage: https://umr-amap.github.io/BIOMASS/
  • Documentation: http://cran.r-project.org/web/packages/BIOMASS/BIOMASS.pdf
  • Licenses: GPL-2
  • Latest release: 2.2.3 (published 2 months ago)
  • Last Synced: 2025-04-26T12:32:45.720Z (2 days ago)
  • Versions: 18
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • Downloads: 893 Last month
  • Rankings:
    • Forks count: 5.186%
    • Downloads: 11.907%
    • Stargazers count: 12.236%
    • Dependent repos count: 13.226%
    • Average: 14.081%
    • Dependent packages count: 27.852%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • data.table >= 1.9.8 imports
  • graphics * imports
  • jsonlite * imports
  • methods * imports
  • minpack.lm * imports
  • proj4 * imports
  • rappdirs * imports
  • raster * imports
  • sp * imports
  • stats * imports
  • utils * imports
  • curl * suggests
  • httr * suggests
  • knitr * suggests
  • prettydoc * suggests
  • rmarkdown * suggests
  • sf * suggests
  • testthat * suggests
.github/workflows/check-standard.yml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite
.github/workflows/test-coverage.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite

Score: 12.65921618895508