nasaharvest / crop-mask

End-to-end workflow for generating high resolution cropland maps
Apache License 2.0
94 stars 26 forks source link

Area estimation from multiple land cover product #391

Open adebowaledaniel opened 1 month ago

adebowaledaniel commented 1 month ago

The src/compare_covermaps module already provided all necessary functions and classes to support area estimation from multiple land cover maps. However, there is no provision to select maps available for a year of interest, which is important for crop area estimation. So, I modified the module and updated the intercomparison notebook template to include the area estimates in the PR.

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

hannah-rae commented 1 month ago

@adebowaledaniel It seems like the goal of this PR is similar to my other PR #374. Have you reviewed that PR already? Can you comment on how the goals of this are different from that PR, or do you see this as superseding the other PR?

adebowaledaniel commented 1 month ago

@hannah-rae, The primary goal of this PR is to get the area estimates of a reference year from all the land cover products available for that year, including the ones ± 2 years. So, my focus was on the area estimation. I didn't notice #374 until I finished this draft. I suggest we complete and merge #374 first. Or integrate both PRs since this has an extra layer for area estimates.