kanglcn / moraine

Modern Radar Interferometry Environment; A simple, stupid InSAR postprocessing tool in big data era
https://kanglcn.github.io/moraine/
Other
10 stars 7 forks source link

Point set operation #10

Closed kanglcn closed 11 months ago

kanglcn commented 12 months ago

Add set.diff, set.xor, set.union,set.intersect functions and their corresponding de_diff, de_xor, de_union, de_intersect command.

kanglcn commented 12 months ago

And function for select based on one quality image.

kanglcn commented 11 months ago

pc_diff, pc_union, pc_intersect are implemented. pc_xor is kind of hard and I feel we do not need it. Will do it when there is a need.