MaceKuailv / seaduck

A python package that interpolates data from ocean dataset from both Eulerian and Lagrangian perspective.
Apache License 2.0
15 stars 6 forks source link

Feature requests #2

Closed ThomasHaine closed 1 year ago

ThomasHaine commented 1 year ago

Some suggestions for enhancements:

  1. Automatically remove Lagrangian particles (or requested interpolation points) that start in land.
  2. Automatically check Lagrangian trajectories to see if any particles get stuck.
MaceKuailv commented 1 year ago

Should be easy to address. I will add it to utils in the coming PR.

MaceKuailv commented 1 year ago

Now get_masks.which_not_stuck and abandon_stuck function is implemented, and will do the things described here. This is from PR #41