Skip to content

Commit

Permalink
šŸ Further slackening the package by transferring to BNRTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Jung committed Dec 13, 2024
1 parent 5110f4c commit 016222e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 645 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export(engine_xgboost)
export(ensemble)
export(ensemble_partial)
export(ensemble_spartial)
export(formatGLOBIOM)
export(get_data)
export(get_ngbvalue)
export(get_priors)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### New features

#### Minor improvements and bug fixes
* IIASA internal functionalities such as preparation of GLOBIOM data have been transferred to [BNRTools](https://github.com/iiasa/BNRTools)

# ibis.iSDM 0.1.5

Expand Down
516 changes: 16 additions & 500 deletions R/add_predictors_globiom.R

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ reference:
- predictor_derivate
- predictor_filter
- interpolate_gaps
- objects_size
- run_stan
- wrap_stanmodel
- sanitize_names
Expand Down
96 changes: 12 additions & 84 deletions man/add_predictors_globiom.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 0 additions & 53 deletions man/formatGLOBIOM.Rd

This file was deleted.

6 changes: 0 additions & 6 deletions vignettes/articles/04_biodiversity_projections.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,3 @@ sc.fit2$summary_beforeafter()
```

Another option for constraining prediction is also by imposing a zonal limit (for instance climatically defined) on the projections (see alternatively `add_constraint_boundary()` above). This has to be done while fitting the SDM for the reference conditions (see the example with limits ([1](01_train_simple_model.html)) ) and is considered when doing (future) projections.

## Specific parsers for GLOBIOM related scenarios

IIASA's Global Biosphere Management Model ([GLOBIOM](https://iiasa.github.io/GLOBIOM/)) is a partial equilibrium model and used to analyze the competition for land use between agriculture, forestry, and bioenergy, which are the main land-based production sectors. It builds on.

With the ibis.iSDM being part of IIASA's suite of integrated models, there is a direct link available to make use of downscaled GLOBIOM outputs. Implemented are functions to either directly format the data via [`formatGLOBIOM()`] or add them to any `DistributionModel-class` or `BiodiversityScenario-class` object directly via `add_predictors_globiom()` .

0 comments on commit 016222e

Please sign in to comment.