Skip to content

Commit 016222e

Browse files
committed
🐍 Further slackening the package by transferring to BNRTools
1 parent 5110f4c commit 016222e

File tree

7 files changed

+29
-645
lines changed

7 files changed

+29
-645
lines changed

β€ŽNAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export(engine_xgboost)
9999
export(ensemble)
100100
export(ensemble_partial)
101101
export(ensemble_spartial)
102-
export(formatGLOBIOM)
103102
export(get_data)
104103
export(get_ngbvalue)
105104
export(get_priors)

β€ŽNEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### New features
44

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

78
# ibis.iSDM 0.1.5
89

β€ŽR/add_predictors_globiom.R

Lines changed: 16 additions & 500 deletions
Large diffs are not rendered by default.

β€Ž_pkgdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ reference:
136136
- predictor_derivate
137137
- predictor_filter
138138
- interpolate_gaps
139-
- objects_size
140139
- run_stan
141140
- wrap_stanmodel
142141
- sanitize_names

β€Žman/add_predictors_globiom.Rd

Lines changed: 12 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žman/formatGLOBIOM.Rd

Lines changed: 0 additions & 53 deletions
This file was deleted.

β€Žvignettes/articles/04_biodiversity_projections.Rmd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,3 @@ sc.fit2$summary_beforeafter()
241241
```
242242

243243
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.
244-
245-
## Specific parsers for GLOBIOM related scenarios
246-
247-
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.
248-
249-
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 commit comments

Comments
Β (0)