Section 2 An analysis of forest clearances

Vijay Ramesh1*, Pratik Rajan Gupte2, Mridula Mary Paul3

1*Department of Ecology, Evolution and Environmental Biology, Columbia University, New York, NY 10027

2Groningen Institute for Evolutionary Life Sciences, University of Groningen, Groningen 9747 AG, The Netherlands

3Ashoka Trust for Research in Ecology and the Environment, Jakkur Post, Bengaluru 560064, India

4Department of Aerospace Engineering, Indian Institute of Science, Bengaluru, 560012, India

2.1 Load data

Data is accessed from the PARIVESH portal.

2.1.1 Pre-2014 data

## Parsed with column specification:
## cols(
##   ID = col_double(),
##   PROPOSAL_NO = col_character(),
##   USER_ID = col_character(),
##   PROPOSAL_NAME = col_character(),
##   CATEGORY = col_character(),
##   USER_AGENCY_NAME = col_character(),
##   AREA_APPLIED = col_double(),
##   DATE_FROM_UA_TO_NODAL = col_character(),
##   STATE_NAME = col_character(),
##   PROPOSAL_STATUS = col_character(),
##   PROPOSAL_STATUS1 = col_character(),
##   RESTATUS = col_character()
## )

2.1.2 Post-2014 data

We do not consider lease renewals in our analysis. This is a simple way to avoid double counting.

## Parsed with column specification:
## cols(
##   id = col_double(),
##   state_name = col_character(),
##   Proposal_no = col_character(),
##   Onlineuserid = col_double(),
##   user_id = col_character(),
##   Proposal_Name = col_character(),
##   category = col_character(),
##   user_agency_name = col_character(),
##   area_applied = col_double(),
##   date_from_ua_to_nodal = col_character(),
##   proposal_status = col_character(),
##   date_of_recomm = col_character(),
##   Undersection_Act = col_character()
## )
## Parsed with column specification:
## cols(
##   id = col_double(),
##   Proposal_no = col_character(),
##   user_id = col_double(),
##   Moef_file_no = col_character(),
##   Proposal_Name = col_character(),
##   category = col_character(),
##   user_agency_name = col_character(),
##   area_applied = col_double(),
##   date_from_ua_to_nodal = col_character(),
##   State_Name = col_character(),
##   proposal_status = col_character(),
##   date_of_recomm = col_character(),
##   user_id1 = col_double()
## )
## Parsed with column specification:
## cols(
##   id = col_double(),
##   state_name = col_character(),
##   Proposal_no = col_character(),
##   Onlineuserid = col_double(),
##   user_id = col_character(),
##   Proposal_Name = col_character(),
##   category = col_character(),
##   user_agency_name = col_character(),
##   area_applied = col_double(),
##   date_from_ua_to_nodal = col_character(),
##   proposal_status = col_character(),
##   date_of_recomm = col_character()
## )

2.2 Basic analyses

2.2.2 Area applied for over years

Forest area (in sq. km.) proposed for clearance over the years 1994 -- 2019, coloured to show the fraction approved (blue), rejected (brown), and pending decision (grey). Projects applied for nearly twice as much area to be cleared in years when or shortly after a new EIA notification was adopted (1995 and 2006), as in other years. Since the approval rate did not differ significantly among years, 1995 and 2006 saw 814% more forest clearances approved than other years.

Figure 2.1: Forest area (in sq. km.) proposed for clearance over the years 1994 – 2019, coloured to show the fraction approved (blue), rejected (brown), and pending decision (grey). Projects applied for nearly twice as much area to be cleared in years when or shortly after a new EIA notification was adopted (1995 and 2006), as in other years. Since the approval rate did not differ significantly among years, 1995 and 2006 saw 814% more forest clearances approved than other years.

2.3 Rule change years and other years

2.3.2 Area in relation to rule change

## 
## Call:
## glm(formula = total_area ~ event, family = "quasipoisson", data = data_rule_change)
## 
## Deviance Residuals: 
##     Min       1Q   Median       3Q      Max  
## -309.63  -199.01  -146.08    47.31  1072.18  
## 
## Coefficients:
##                  Estimate Std. Error t value Pr(>|t|)    
## (Intercept)       11.6931     0.2179   53.66   <2e-16 ***
## eventrule change   1.0972     0.4875    2.25   0.0339 *  
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## (Dispersion parameter for quasipoisson family taken to be 136467.7)
## 
##     Null deviance: 2657597  on 25  degrees of freedom
## Residual deviance: 2109080  on 24  degrees of freedom
## AIC: NA
## 
## Number of Fisher Scoring iterations: 5
event mean_area sd_area
other 1197.466 1303.2068
rule change 3587.178 687.2126
## [1] 1.99564

In years in which EIA rules were changed (1995 and 2006), applications are made to clear 200% more forest land than in other years.

2.3.3 Area approved in relation to rule change

## `summarise()` ungrouping output (override with `.groups` argument)
## 
## Call:
## glm(formula = total_area ~ event, family = "quasipoisson", data = data_area_approved)
## 
## Deviance Residuals: 
##     Min       1Q   Median       3Q      Max  
## -205.34   -67.68   -33.48    53.50   256.72  
## 
## Coefficients:
##                  Estimate Std. Error t value Pr(>|t|)    
## (Intercept)       10.3169     0.1171   88.13  < 2e-16 ***
## eventrule change   2.2122     0.1781   12.42 6.07e-12 ***
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## (Dispersion parameter for quasipoisson family taken to be 9946.432)
## 
##     Null deviance: 1425074  on 25  degrees of freedom
## Residual deviance:  223003  on 24  degrees of freedom
## AIC: NA
## 
## Number of Fisher Scoring iterations: 4
event mean_area sd_area
other 302.4002 173.0824
rule change 2762.6557 547.5280

In years in which EIA rules were changed (1995 and 2006), 814% more forest land was approved for clearance than in other years.

2.3.4 Proportion of success in relation to rule change

## Warning in eval(family$initialize): non-integer #successes in a binomial glm!
## 
## Call:
## glm(formula = proportion_approved ~ event + time_to_present, 
##     family = "binomial", data = data_rule_change)
## 
## Deviance Residuals: 
##      Min        1Q    Median        3Q       Max  
## -0.41500  -0.18068  -0.05278   0.21090   0.38848  
## 
## Coefficients:
##                  Estimate Std. Error z value Pr(>|z|)
## (Intercept)      -0.49830    0.84153  -0.592    0.554
## eventrule change -0.03236    1.72964  -0.019    0.985
## time_to_present   0.08115    0.06037   1.344    0.179
## 
## (Dispersion parameter for binomial family taken to be 1)
## 
##     Null deviance: 3.4509  on 25  degrees of freedom
## Residual deviance: 1.4007  on 23  degrees of freedom
## AIC: 28.866
## 
## Number of Fisher Scoring iterations: 4

2.4 Land applied for clearance post 2014

## `summarise()` regrouping output by 'year' (override with `.groups` argument)
period mean_area_per_year
post-2014 255279.3
pre-2014 102984.0

2.5 Estimate forest clearance post 2014

2.5.2 Total area potentially approved for clearance post 2014

We apply the approval rate of 70% to pending proposals made after 2014, to get a rough estimate of forest area that will potentially be approved for clearance.

2.5.3 Projected clearances in relation to pre-2014 clearances

## [1] 2.018461

Assuming a pre-2014 clearance rate, 9,896 square kilometres are likely to be approved for clearance from post-2014 proposals alone. These projected clearances by themselves represent an increase of 202% over all approved clearances in the 20 years preceding 2014. Combined with the area already approved for clearance, this is cause for alarm.