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

New method to interpolate dataset on theta surface #279

Open
gmaze opened this issue Jun 13, 2023 · 1 comment
Open

New method to interpolate dataset on theta surface #279

gmaze opened this issue Jun 13, 2023 · 1 comment
Labels
enhancement New feature or request stale No activity over the last 90 days

Comments

@gmaze
Copy link
Member

gmaze commented Jun 13, 2023

Some analysis require to have salinity values on iso-thermal surfaces.
It would be awesome to have an easy method in argopy to do that.
The API may simply look like this:

from argopy import DataFetcher

ds = DataFetcher().float(6901035).data

dsi = ds.argo.interp_on_theta(theta=np.arange(0,40))
dsi = ds.argo.interp_on_theta(theta=np.arange(0,40), method='linear')
dsi = ds.argo.interp_on_theta(theta=np.arange(0,40), method='linear', fillvalue=np.NaN)

it is possible that such function already exists in the python OWC software

@gmaze gmaze added the enhancement New feature or request label Jun 13, 2023
@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 Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale No activity over the last 90 days
Projects
None yet
Development

No branches or pull requests

1 participant