-
Notifications
You must be signed in to change notification settings - Fork 229
Wrap grdfilter #610
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
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct. |
Hi @carocamargo, no plans yet for Lines 21 to 115 in d3e131a
Do you have an example on how |
That's a cool plot, amazing how much changing ice volume can affect sea level around Antarctica! Anyways, what you could try is to take the |
Thanks! It worked modifying a bit the grdcut! @use_alias( def grdfilter(grid, **kwargs):
|
out=pygmt.grdfilter('/Users/Desktop/ANT_trend.nc',F='m1600',D='4', |
Great! Do you want to try to start a Pull Request for this, since I saw you forked the repo already? I can help polish it up if you don't have time, but making a start shouldn't be too hard. Just modify the same gridops.py file with this new |
Just did (I think...It's pending the request). I just modified the and also the <init.py> to call also from . |
Hello,
I would like to know if there are plans to incorporate the grdfilter function from GMT in pygmt?
http://gmt.soest.hawaii.edu/doc/latest/grdfilter.html#examples
The function is used to apply different filters in space (or time) domain.
Thanks
The text was updated successfully, but these errors were encountered: