ronnyhdez / reclaimed_sites_ab

https://ronnyhdez.github.io/reclaimed_sites_ab/
0 stars 0 forks source link

Filtering criteria: land cover match between reclamation and reference poly. #92

Closed rfernand387 closed 1 month ago

rfernand387 commented 3 months ago

In addition to a minimum area we will also filter to select polygons whose reference polygon matches in current land cover to ensure we actually have similar reference.

Filter criteria for keeping reclamation polygon in sample. This only requires filter on attributes.

  1. Simplfy ABMI land cover to: Forest Wetland/Marsh/Swamp Crop/herbacious Other
  2. Set a flag for each land cover type having >25% area of reclamation polygon.
  3. Retain reclamation polygon if reference polygon has >5ha of land cover for each flagged land cover.
ronnyhdez commented 1 month ago

Ref #130