-
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
blockmedian fails with x,y,z options and not table. #1351
Comments
Hi @leonfoks, the xyz input into
And yes, agree that we should have some examples for those methods. Would you prefer a full tutorial or just a gallery example? I did make a |
Hi @weiji14 , Another easy one from me. Thanks for the quick response. I updated and it's working just fine! Personally, I think a gallery example would suffice. Perhaps containing a surface example, then a surface example that produces the block median warning message and finally use of the block median to reduce and then use surface, showing that the images look visually the same before and after reduction. Thanks again! |
No worries :)
Ok, I'll open a separate issue for this documentation suggestion, and maybe someone will work on it for the upcoming SciPy sprint in July. |
Description of the problem
Im trying to use block median before surface and I want to specify x, y, z instead of casting into a dataframe or other format.
I'm looking at the docs here which state this is possible.
It would be good to have examples in the documentation for the block filtering and surface methods (as a side note :) )
Thanks in advance for your help!
Full code that generated the error
Full error message
System information
Please paste the output of
python -c "import pygmt; pygmt.show_versions()"
:The text was updated successfully, but these errors were encountered: