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

Add triangle area to netcdf #23

Closed a-bouchat closed 1 year ago

a-bouchat commented 1 year ago

... and then redo area time series function to compute directly from the sum of triangle areas from the netcdf.

a-bouchat commented 1 year ago

I realized that we cannot simply compute the sum of the triangle areas to make the area time series because of overlapping triangles... so maybe it is better to stay with the map binning for now as a sufficient estimate of the area covered by the data set.

mathieuslplante commented 1 year ago

Yes, I think the way you did it is the best. I guess we can close this issue?

a-bouchat commented 1 year ago

I am still adding the triangle area to the netcdf because we will need it to characterize the spatial scale of the deformation estimates. I will close this issue when I do the PR.