knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Objectives

{mapme.biodiversity} facilitates statistical data analysis for protected areas around the globe. It supports a high number of biodiversity related datasets and associated indicators that can be utilized to monitor and evaluate the effectiveness of protection efforts. Several indicators are available at regular intervals for almost two decades (2000 to 2020). This allows users to analyse spatial and temporal dynamics of their biodiversity portfolios. The package abstracts repetitive tasks, such as temporal and spatial selection of resources. This allows a seamless approach to quantitative data analysis even for very large (potentially global) portfolios where users are enabled to focus on the aims of their analysis. The package has been tested on Microsoft Azure's cloud infrastructure as well as on local machines. The internal framework was designed to allow an easy process to provide extensions in the form of custom resources and indicators, unlocking the potential for a future growth in supported datasets. We thus highly appreciate Pull-Requests contributing new resources/indicators. For geographic data analysis, the package uses {sf} for operation of vector data and {terra} for raster data.

mapme.biodiversity package

{mapme.biodiversity} provides a standardized interface to download and analyse a great variety of biodiversity related spatial datasets allowing users to focus on the aims of their analysis. The sometimes cumbersome process of handling different spatial data formats and the spatial and temporal selection is handled internally. Many organizations provide value-added datasets related to biodiversity. These organizations often use different technology stacks to distribute their data. {mapme.biodiversity} contains simple routines to communicate with these different backends to provide a seamless access to the data. Once the desired resources have been made available locally, users can decide which indicators they want to calculate and fine-control of these routines is provided.

Functionalities

Currently, the package offers several functionalities, which should ideally be used in a consecutive order to realize a seamless analysis workflow:

  1. construct a portfolio based on an {sf} object
  2. get resources for the spatio-temporal extent of the portfolio
  3. calculate indicators based on the available resources for each asset in the portfolio
  4. write the results to disk as a GeoPackage and use it with other Geo-Spatial software, or
  5. conduct your statistical analysis in R

Inputs, Outputs

Limitations

We are planning to add new features and to extend the functionality of {mapme.biodiversity} to address these limitations best possible.



mapme-initiative/mapme.biodiversity documentation built on April 5, 2025, 12:47 p.m.