-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
120 lines (120 loc) · 4.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Package: mapme.biodiversity
Title: Efficient Monitoring of Global Biodiversity Portfolios
Version: 0.9.3.9000
Authors@R: c(person(given = "Darius A.",
family = "G\u00F6rgen",
email = "info@dariusgoergen.com",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-5503-7704")),
person(given = "Om Prakash",
family = "Bhandari",
role = "aut"),
person(given = "Andreas",
family = "Petutschnig",
role = "ctb",
comment = c(ORCID = "0000-0001-5029-2425"))
)
Description: Biodiversity areas, especially primary forest, serve a
multitude of functions for local economy, regional functionality of
the ecosystems as well as the global health of our planet. Recently,
adverse changes in human land use practices and climatic responses to
increased greenhouse gas emissions, put these biodiversity areas under
a variety of different threats. The present package helps to analyse a
number of biodiversity indicators based on freely available
geographical datasets. It supports computational efficient routines
that allow the analysis of potentially global biodiversity portfolios.
The primary use case of the package is to support evidence based
reporting of an organization's effort to protect biodiversity areas
under threat and to identify regions were intervention is most duly
needed.
License: GPL (>= 3)
URL: https://mapme-initiative.github.io/mapme.biodiversity/, https://github.com/mapme-initiative/mapme.biodiversity/
BugReports: https://github.com/mapme-initiative/mapme.biodiversity/issues
Depends: R (>= 3.5.0)
SystemRequirements: GDAL (>= 3.7.0), PROJ (>= 4.8.0)
Imports: dplyr, furrr, httr2, jsonlite, magrittr, purrr, sf, terra, tibble,
tidyr
Suggests: exactextractr, future, knitr, landscapemetrics, progressr, rmarkdown,
rstac, rvest, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/Needs/website: DiagrammeR
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'register.R'
'calc_biodiversity_intactness_index.R'
'calc_biome.R'
'calc_burned_area.R'
'calc_carbon.R'
'calc_deforestation_drivers.R'
'calc_drought_indicator.R'
'calc_ecoregion.R'
'calc_elevation.R'
'calc_exposed_population_acled.R'
'calc_exposed_population_ucdp.R'
'calc_fatalities_acled.R'
'calc_fatalities_ucdp.R'
'calc_gsw_change.R'
'calc_gsw_occurrence.R'
'calc_gsw_recurrence.R'
'calc_gsw_seasonality.R'
'calc_gsw_time_series.R'
'calc_gsw_transitions.R'
'calc_hfp.R'
'get_resources.R'
'calc_indicators.R'
'calc_ipbes_biomes.R'
'calc_iucn.R'
'calc_key_biodiversity_areas.R'
'calc_landcover.R'
'calc_mangroves_area.R'
'calc_population_count.R'
'calc_precipitation_chelsa.R'
'calc_precipitation_chirps.R'
'calc_precipitation_wc.R'
'calc_slope.R'
'calc_soilproperties.R'
'calc_temperature_max_wc.R'
'calc_temperature_min_wc.R'
'calc_traveltime.R'
'calc_traveltime_2000.R'
'calc_treecover_area.R'
'calc_treecover_area_and_emissions.R'
'calc_treecoverloss_emissions.R'
'calc_tri.R'
'chunking.R'
'engines.R'
'get_accessibility_2000.R'
'get_acled.R'
'get_biodiversity_intactness_index.R'
'get_carbon.R'
'get_chelsa.R'
'get_chirps.R'
'get_esalandcover.R'
'get_fritz_et_al.R'
'get_gfw_emissions.R'
'get_gfw_lossyear.R'
'get_gfw_treecover.R'
'get_gmw.R'
'get_gsw.R'
'get_gsw_time_series.R'
'get_hfp.R'
'get_ipbes_biomes.R'
'get_iucn.R'
'get_key_biodiversity_areas.R'
'get_mcd64A1.R'
'get_nasa_grace.R'
'get_nasa_srtm.R'
'get_nelson_et_al.R'
'get_soilgrids.R'
'get_teow.R'
'get_ucdp_ged.R'
'get_worldclim.R'
'get_worldpop.R'
'mapme.biodiversity-pkg.R'
'portfolio.R'
'spatial-utils.R'
'utils.R'