wri / gfw_forest_loss_geotrellis

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

GTC-2732 Add JRC map intersection to AFi analysis #220

Closed danscales closed 7 months ago

danscales commented 7 months ago

GTC-2732 Add JRC map intersection to AFi analysis

The native JRC map is close to 10m resolution, so we move the grid and all the other datasets to 10m resolution. JRC is the more official forest cover map for EUDR vs. the SBTN natural forests map. Added two new columns in the output, jrc_forest_cover__extent and jrc_forest_cover_loss__ha, in analogy to the naturalforest* columns.

danscales commented 7 months ago

Looks good to me, as long as all the layers being used have a 10/100000 version in the API

Yes, I created the 10/100000 version for all the datasets being used, and everything runs successfully (in a sample run and in the AFi test).

Thanks for the review!