Skip to content

Commit

Permalink
GTC-2590 Revert NF loss to >= 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Oct 11, 2023
1 parent 49d09c8 commit faf7642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object AFiSummary {
summaryData.natural_forest__extent += areaHa
}

if (lossYear == 2021 && naturalForestCategory == "Natural Forest") {
if (lossYear >= 2021 && naturalForestCategory == "Natural Forest") {
summaryData.natural_forest_loss__ha += areaHa
}

Expand Down

0 comments on commit faf7642

Please sign in to comment.