Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yamazaki et al (2020) terrain-following interpolation algorithm #213

Open
gmaze opened this issue Apr 29, 2022 · 4 comments
Open

Add Yamazaki et al (2020) terrain-following interpolation algorithm #213

gmaze opened this issue Apr 29, 2022 · 4 comments
Labels
argo-traj About trajectory data enhancement New feature or request good first issue Good for newcomers stale No activity over the last 90 days

Comments

@gmaze
Copy link
Member

gmaze commented Apr 29, 2022

Hi folks,
A great new method was developed here to interpolate Argo float trajectories under ice.
I think this would be worth implementing in argopy, as suggested by euroargodev/terrain-following#1

The new API could look like this:

from argopy import DataFetcher as ArgoDataFetcher
argoset = ArgoDataFetcher(mode='expert').float(2900114)
ds = argoset.load().data.argo.traj_interp_terrain_following()

and the data set would have new LAT_INTERP/LON_INTERP variables with interpolated values

Getting topographic data could be made with argopy Topo fetcher so that users wouldn't have to manage this

@gmaze gmaze added enhancement New feature or request argo-traj About trajectory data labels Apr 29, 2022
@gmaze gmaze added this to the Go from alpha to beta milestone May 17, 2022
@gmaze gmaze added the good first issue Good for newcomers label May 17, 2022
@KaiheYamazaki
Copy link

I'm very happy with implementing the function! Please let me know if you need any assistance.

@github-actions
Copy link

This issue was marked as staled automatically because it has not seen any activity in 90 days

@github-actions github-actions bot added the stale No activity over the last 90 days label Oct 30, 2022
@github-actions
Copy link

This issue was closed automatically because it has not seen any activity in 365 days

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2023
@gmaze gmaze reopened this Nov 6, 2023
@github-actions github-actions bot removed the stale No activity over the last 90 days label Nov 6, 2023
Copy link

This issue was marked as staled automatically because it has not seen any activity in 90 days

@github-actions github-actions bot added the stale No activity over the last 90 days label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
argo-traj About trajectory data enhancement New feature or request good first issue Good for newcomers stale No activity over the last 90 days
Projects
None yet
Development

No branches or pull requests

2 participants