mapme-initiative / mapme.forest

https://mapme-initiative.github.io/mapme.forest
GNU General Public License v3.0
0 stars 1 forks source link
deforestation gfw ghg-emissions remote-sensing

mapme.forest

check Coverage
Status

IMPORTANT NOTE

This package has been archived. Please use the mapme.biodiversity package instead which offers even more biodiversity-related indicators.

About

The mapme.forest package helps understanding recent and past deforestation dynamics around the world. Next to calculating areal statistics about the amount of deforestation in a given space, the tool provides you with the ability to calculate a high number of common fragmentation statistics of a given landscape.

Tutorial

The tutorial for the usage of the mapme.forest package can be found here. Please visit this page in order to get to know the API of mapme.forest.

Installation instructions under Linux

The mapme.forest package can then be installed by using the remotes package by entering the following command:

remotes::install_github("mapme-initiative/mapme.forest").

Additionally, we ship this package with a Dockerfile which can be used to run the packages and its dependencies as a container. When cding into the repository, building and running the image is as simple as:

docker build -t mapmeForest:latest .

docker run -d -p 8787:8787 -e USER=myuser -e PASSWORD=mypassword gans-deforestation

Installation instructions under Windows

In our installation instruction we assume that you are going to use R Studio as an IDE. You need to have some software pre-installed software to be able to install the forestIndicator package.

Now the package has been sucessfully installed, however, you are not necessarily 100% ready to use it. Since some of the function use gdal system calls we additionally need a valid gdal installation on your machine.

Once the installation is completed you have to add some environment variables so that Windows know where to look for the programs.