-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
22 lines (16 loc) · 942 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "Readme"
output: github_document
---
Repository supporting the comment piece *The importance of capturing management in forest restoration targets*
# Scripts
- 01_MergeExtracts.R == R-Script to process the outputs from Google Earth Engine
- 02_CalcOverlaysSummaries.R == Script to calculate Overlays and summarize them
- 03_CreateFigures.R == *Main Figure script from the manuscript*
- 04_CreateValidationSample.R == Script to set up randomized sample for Geo-Wiki
- 05_ValidationChecks.R == Formatting and checks of the collated validation data.
# Data and result folders
- The cleaned data collated through Geo-Wiki can be found in folder 'Validation'.
- The folder figures contains the figures shown in the manuscript among others
- The folder resSaves contains some intermediate data created during the Analysis
- The folder GEE contains a copy of the Google Earth Engine script used for extracting and summarizing data.