Skip to content

darrennorris/CuttingDownTrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuttingDownTrees

DOI

Amazon forest cover

Data and R code to accompany the article:

NORRIS, D et. al. Cutting down trees does not build prosperity: On the continued decoupling of Amazon deforestation and economic development in 21st century Brazil. Tropical Conservation Science : https://doi.org/10.1177/19400829221132193

Portuguese version of the main text: https://www.researchgate.net/publication/364123197_Norris2022_CuttingDownTrees_Ptpdf

AIM: Apply the most up to date data to examine spatial and temporal patterns in forest cover changes and economic progress in Brazilian Amazonia.

A (perhaps) timely continuation to the investigations carried out by Rhett Butler at Mongabay.

An accessible language summary of the findings is available here: https://news.mongabay.com/2022/09/cutting-down-the-amazon-does-not-build-prosperity-for-most-brazilians/ .

Abstract

Background and aims: We present evidence examining spatial and temporal patterns in forest cover changes and economic progress in Brazilian Amazonia. Specifically we tested two predictions embedded in arguments used by influential interest groups: i) where there is less forest cover economic progress should increase and ii) areas with most recent deforestation should have increased economic progress. Amazon study Methods: Complementary methods assessed variation in economic progress across 794 administrative districts (municipalities) covering 4.9 Mkm2 of the Brazilian Amazon from 2002 to 2019. A representative subset of municipalities was used to compare economic and basic socioeconomic indicators across municipalities with contrasting forest coverage.

Results: Contrasting results between the full and a representative subset of municipalities suggests that municipality-level economic progress cannot be directly attributed to loss of natural forests. There was no association between forest loss and economic (average salary) or basic socioeconomic indicators (existence of sanitation plans and internet connectivity). The economic progress of municipalities with less than 40% forest cover in 1986 was no different to that of similar municipalities with more than 60% forest cover from 1986 to 2019. socioeconomic Conclusion: The evidence contradicted both of the predictions tested. Reducing forest cover does not appear to directly promote socioeconomic progress. Any localized associations between forest cover and poverty most likely result from other more plausible alternatives including lack of opportunity and a widespread failure to effectively implement and enforce existing policies within the local socioeconomic context.

Implications for Conservation: Our findings support evidence from across the tropics that show deforestation does not necessarily generate transformative and equitable food production systems or lead to poverty alleviation.

Steps to repeat analysis

Files are organized in two folders: R that has code files and data that has everything else.

Step 1 preparation

File prep_mapbiomas.R — extracts required subset of municipalities (local government administrative units) from MapBiomas data and calculates necessary cover and transition values.

File prep_analysis.R — selects variables used in modelling, creates new variables (e.g. log transformations) and exports object as R data format ready for modelling.

Step 2 Models and analysis

Code used to obtain rho values for AR1 correlations and Tweedie index parameter is in file gdp_bams.R . File gdp_gams.R has additional examples of code used to calculate cross correlations for timeseries, temporal autocorrelation and spatial autocorrelation, plus testing of different GAM model types.

File run_analysis.R runs all the analysis and produces figures used in the article.

File check_analysis.R runs jackknife randomization used to control effect of sample size.