a-bouchat / ice-tracker-deformations

This project aims at computing arctic sea ice deformations from icetracker data (Sentinel-1 and RCM).
0 stars 0 forks source link

Showing and numbering pairs #45

Open mathieuslplante opened 9 months ago

mathieuslplante commented 9 months ago

I am looking to make a figure showing the overlapped pairs. I would be happy to have your input! In red we have the tracked points, and in black is the area spanned by the points. This is made using the convex hull function in python.

RCMS1_20210211_20210212_dt72_tol72_pairs

Thoughts for improvements?

dringeis commented 9 months ago

You could plot the points added with alpha=0.3 and then, overlaping points would make a darker color, just an idea.