wri / gfw_forest_loss_geotrellis

Global Tree Cover Loss Analysis using Geotrellis and SPARK
MIT License
10 stars 8 forks source link

treecoverloss package was referring to the old plantations layer, not… #154

Closed dagibbs22 closed 2 years ago

dagibbs22 commented 2 years ago

… the plantedForests layer. Now it's using the correct layer.

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Using the wrong (old) plantation layer for treecoverloss analysis (used in ArcPy client).

What is the new behavior?

Does this introduce a breaking change?

Other information

Ran locally in sbt shell and got results split by plantation. Seems to work now.