Last updated: 2021-05-04
Checks: 6 1
Knit directory: mapme.protectedareas/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish
to commit the R Markdown file and build the HTML.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(20210305)
was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version c163980. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .DS_Store
Ignored: .Rproj.user/
Ignored: contributing.html
Ignored: data/.DS_Store
Ignored: mapme.protectedareas.Rproj
Ignored: output/.DS_Store
Unstaged changes:
Modified: analysis/potfolio_analysis.Rmd
Modified: output/plots/portfolio_analysis-carbo_plot.eps
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were made to the R Markdown (analysis/potfolio_analysis.Rmd
) and HTML (docs/potfolio_analysis.html
) files. If you’ve configured a remote Git repository (see ?wflow_git_remote
), click on the hyperlinks in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
html | ec29620 | Johannes Schielein | 2021-05-03 | update areas |
Rmd | 36ba24f | Johannes Schielein | 2021-04-22 | minor changes portfolio |
html | 36ba24f | Johannes Schielein | 2021-04-22 | minor changes portfolio |
html | 0c069d8 | Johannes Schielein | 2021-03-27 | update portfolio |
Rmd | aae8e69 | Johannes Schielein | 2021-03-19 | first assessment |
html | aae8e69 | Johannes Schielein | 2021-03-19 | first assessment |
Conservation finance is an important field in the KfW development bank. The evaluation department, together with operational departments tries to learn more about our conservation projects by using internal data as well as open geodata to assess the relevance and effectiveness of our projects in Latin-america. The main impact goals of our conservation financing efforts can be summarized under three broad topics:
Conservation finance has increased in importance for German development cooperation and considerably more financial resources had been spent in Latin-america since 2004.
We machted our Latinamerica portfolio with the World Database on Protected Areas - WDPA (IUCN) and used data from the Digital Observatory for Protected Areas Explorer DOPA (EU/JRC) to make a first assessment of our portfolio. Our database currently comprises 398 PAs in latinamerica (only) which are situated in 15 different countries. Those areas can be broadly categorized into 337 terrestrial, 19 marine, and 42 partial marine/terrestrial protected areass. They cover a total surface of 0.989 Mio. km2 which is about 2.8 times the size of Germany. The conservation of natural forests is one of the main policy goals of our financial support. In total KfW’s financial support contributed to the protection of a forest area which extents over 0.781 Mio km2 or 2.2 times the size of Germany. Most of the supported forests are situated in the Amazon basin where we cooperate with the governments of Bolivia, Brazil, Colombia, Ecuador and Peru.Geodata can also tell us a bit about the relevance of conserving forests to mitigate global climate change. The following chart shows us, for example, how much carbon is stored in the vegetation and soils for supported protected areas. Conservation finance can help to keep this carbon in place that might be otherwise released to the atmosphere due to deforestation and forest degradation.
As we can see the protected areas network in Latin America stores 18.09 Gigatons of carbon that, if released completely to the atmosphere, would generate emissions which correspond to 90 times the annual GHG emissions of Germany. Most of this carbon is stored in Brazil which is by far the largest country on the continent with the biggest network of protected areass. With the creation of this database and the use of open geodata we hope to be able to learn more about the effectiveness of our projects to reduce deforestation, the loss of biological diversity and to improve the livelihoods of people worldwide living in and around protected areas.
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] plotly_4.9.3 RColorBrewer_1.1-2 leaflet_2.0.3 sf_0.9-6
[5] janitor_2.1.0 readxl_1.3.1 forcats_0.5.0 stringr_1.4.0
[9] dplyr_1.0.2 purrr_0.3.4 readr_1.4.0 tidyr_1.1.2
[13] tibble_3.0.4 ggplot2_3.3.2 tidyverse_1.3.0
loaded via a namespace (and not attached):
[1] httr_1.4.2 jsonlite_1.7.1 viridisLite_0.3.0
[4] modelr_0.1.8 assertthat_0.2.1 cellranger_1.1.0
[7] yaml_2.2.1 pillar_1.4.7 backports_1.2.0
[10] glue_1.4.2 digest_0.6.27 promises_1.1.1
[13] rvest_0.3.6 snakecase_0.11.0 leaflet.providers_1.9.0
[16] colorspace_2.0-0 htmltools_0.5.0 httpuv_1.5.4
[19] pkgconfig_2.0.3 broom_0.7.2 haven_2.3.1
[22] scales_1.1.1 whisker_0.4 later_1.1.0.1
[25] git2r_0.27.1 farver_2.0.3 generics_0.1.0
[28] ellipsis_0.3.1 withr_2.3.0 lazyeval_0.2.2
[31] cli_2.2.0 magrittr_2.0.1 crayon_1.3.4
[34] evaluate_0.14 fs_1.5.0 fansi_0.4.1
[37] xml2_1.3.2 lwgeom_0.2-5 class_7.3-17
[40] tools_4.0.3 data.table_1.13.4 hms_0.5.3
[43] lifecycle_0.2.0 munsell_0.5.0 reprex_0.3.0
[46] compiler_4.0.3 e1071_1.7-4 rlang_0.4.9
[49] classInt_0.4-3 units_0.6-7 grid_4.0.3
[52] rstudioapi_0.13 htmlwidgets_1.5.3 crosstalk_1.1.0.1
[55] labeling_0.4.2 rmarkdown_2.5 gtable_0.3.0
[58] DBI_1.1.0 R6_2.5.0 lubridate_1.7.9.2
[61] knitr_1.30 workflowr_1.6.2 rprojroot_2.0.2
[64] KernSmooth_2.23-17 stringi_1.5.3 Rcpp_1.0.6
[67] vctrs_0.3.5 dbplyr_2.0.0 tidyselect_1.1.0
[70] xfun_0.19