AntSimi / py-eddy-tracker

Eddy identification and tracking
https://py-eddy-tracker.readthedocs.io/en/latest/
GNU General Public License v3.0
123 stars 53 forks source link

time series of external data on Unregular grid #144

Closed Ashwitaa closed 2 years ago

Ashwitaa commented 2 years ago

Hello,

Could you please assist me how could we go the time series of the external data say, salinity or temperature which is on the unregular grid

AntSimi commented 2 years ago

What did you want exactly with this external data?

Ashwitaa commented 2 years ago

actually I want to have a time-series of salinity (and also temperature) of a particular (choosen) trajectory or the time-series of salinity averaged over a period or a region…

AntSimi commented 2 years ago

Closer method to do that is interp_grid, but it's only for RegularGrid :(. This method could be maybe implemented "efficently" on UnregularGrid if you are able to find "efficiently" eddy bounding box on UnregularGrid coordinates to be able to test all pixel in this bounding box.

Ashwitaa commented 2 years ago

okay… thanks!