Land tenure regimes influenced long-term restoration successes and reversals across Brazil’s Atlantic Forest
This is the code for our agglomerative matching technique, and for reproducing the results in the paper "Land tenure regimes influenced long-term restoration successes and reversals across Brazil’s Atlantic Forest", by Rayna Benzeev, Sam Zhang, Pedro Piffer, and Meg Mills-Novoa.
This repository is organized according to Principled Data Processing.
The tasks are:
import
construct_superlands
matching
summarize
visualize
Run make scaffold
, and place all_lands.shp
in import/input
. Furthermore, install all of the packages in requirements.txt
, as is typical in Python projects.