-
Notifications
You must be signed in to change notification settings - Fork 224
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
xyz2grd wrapper #635
Comments
Could you try removing the space at line 222 between |
It didn't... |
@carocamargo It seems you almost finished wrapping xyz2grd. Perhaps you could submit a pull request so that we can comment and improve it together? Of course, it's OK if you want to finish grdfilter (#616) first. BTW, |
Ok, I think I did a PR for the xyz2grd function (on gridding.py) |
Hi,
I tried to write a wrapper of the xyz2grd function , in a similar way to the grdfilter wrapper:
I added the function to the gridops.py file, and call it in the init.py file. Still, the function doesn't appear when I try to call it.
Maybe it wasn't as simple as change the 'grdcut' to 'grdfilter', but I would expect it to recognise the function anyway, and then give me errors...
xyz2grd
The function is used to transform a table/text file into a binary grid file.
Right now I use library to call gmt from python:
Any ideas of how I can solve it?
The text was updated successfully, but these errors were encountered: