PermafrostDiscoveryGateway / viz-staging

PDG Visualization staging pipeline
Apache License 2.0
2 stars 1 forks source link

Add a deduplication method that is based on file footprints #3

Closed robyngit closed 2 years ago

robyngit commented 2 years ago

To make a spatially consistent product, we would like a deduplication method that keeps polygons from only one file in areas where two or more files overlap. In these areas of file overlap, we should remove all polygons that are not from the preferred file (e.g. the newest file.)

We should think about the following when coming up with a solution:

robyngit commented 2 years ago

Some notes about deduplication in the Ice Wedge Polygon case:

Update:

overlap_plot_3

robyngit commented 2 years ago

The deduplicate by footprint method is now working, but requires a directory of footprint vector files to work. Once we have these generated for the IWP data, we should be able to avoid all overlap between between files. See documentation here and here