Image

TreeMapper

The free monitoring tool for forest restoration programs

Simple & Powerful

Monitoring restoration interventions is as easy as locate, snap, measure.

Built for places with limited or no connectivity

TreeMapper works offline, so you can collect data anywhere. Simply export the data from the device or it can upload automatically when an internet connection is detected
Image

60k+ species
and project integration

Want to customize the tree names and add your own picture? We've got you covered! Add them to your list of frequently used species and customize for easy access
Image

Add Custom Fields with a Form Builder

Need to gather more data? Customize the app to your needs with a powerful form builder. You can share your forms with anyone using a QR code
Image

Monitoring Plots

Easily create permanent monitoring plots with the app, collect statistically representative data sets and compare your impact with a no-intervention scenario using paired baseline-plots
Image
COMING SOON

Register a planted tree
in seconds

Image

or register groups of
planted trees

map the polygon and select how many
of each species you planted

Image

or register other
restoration interventions

to keep track of what you did where
and to analyze what works best

COMING SOON
Image

Create
monitoring plots

use representative samples to track
how the ecosystem develops over time

COMING SOON
Image

Simplify data gathering with
favourite species

mark the species you use most frequently
and have easy access

Image

Download maps to make
them available
offline

Image

Learn from your data
by using DataExplorer

analyse data directly to see survival, growth
and other key stats or export the dataset for
more complex analysis

Open DataExplorer
Image

Share your restoration data
publicly with supporters

you can choose to make all your
intervention work publicly visible
through our platform and embed your
live maps in your website

and benefit from
Remote Sensing analysis

Image

Register a planted tree
in seconds.

Image

or register groups of
planted trees

map the polygon and select how many
of each species you have planted

Image

or register other
restoration interventions register

to keep track of what you did where
and to analyse what works best

COMING SOON
Image

Creating
monitoring plots

use representative samples to track
how the ecosystem develops over time

COMING SOON
Image

Simplify data gathering with
Favorite species

mark the species you use most frequently
and have easy access

Image

Download maps to make them available offline

Image

Learn from your data
by using
DataExplorer

analyse data directly to see survival, growth and other key stats or export the dataset for more complex analysis
Open DataExplorer
Image

Share your restoration data
publicly with supporters

you can choose to make all your
intervention work publicly visible
through our platform and embed your
live maps in your website

and benefit from the
Remote Sensing analysis

Image

How to get started

Image

How to get started

Forest Cloud

TreeMapper is Part of Our Forest Cloud

Our free software tools enable the funding, management and monitoring of restoration and conservation projects. 80+ million trees funded so far.
Additionally, we support the restoration movement with
Image

Any ideas how we can improve
TreeMapper? tell us at

support@plant-for-the-planet.org
Image

Need help using TreeMapper or any of
our other tools?

Maximilian Schmid
maximilian.schmid@plant-for-the-planet.org

👋 Hello Developers!

TreeMapper is built to connect, share and integrate. TakecTreeMapper raw data wherever you want. Whether it is to extend the Plant-for-the-Planet platform, for internal use, or for academic analysis, our powerful APIs come in handy. The next generation of TreeMapper will include versioned data to account for any change in the planting locations.

Access APIs

POST /treemapper/plantLocations
{
"type": "multi",
"captureMode": "on-site",
"plantDate": "2021-05-25",
"registrationDate": "2021-05-25",
"plantedSpecies": [
{
"treeCount": 50,
"scientificSpecies": "sspec_1P3ICFW0mNSUk8G8HP"
},
{
"treeCount": 100,
"scientificSpecies": "sspec_RJ9QhdxJ11q2uhyqNq"
}
],
"deviceLocation": {
"coordinates": [
-74.25796508789062,
3.797627553237359
],


POST /treemapper/plantLocations

{
  "type": "multi",
  "captureMode": "on-site",
  "plantDate": "2021-05-25",
  "registrationDate": "2021-05-25",
  "plantedSpecies": [
    {
      "treeCount": 50,
      "scientificSpecies": "sspec_1P3ICFW0mNSUk8G8HP"
    },
    {
      "treeCount": 100,
      "scientificSpecies": "sspec_RJ9QhdxJ11q2uhyqNq"
    }
  ],
  "deviceLocation": {
    "coordinates": [
      -74.25796508789062,
      3.797627553237359
    ]
  }
}