Max Jones
Max Jones
I used the xyz -> blockmedian -> surface workflow in the [tutorial for the PyGMT refresher](https://github.com/GenericMappingTools/2021-eswn-pygmt-workshop/blob/main/refresher/pygmt_tutorial.ipynb), which can also be used as a reference for this gallery example.
Good catch @yvonnefroehlich! Glad to review a PR for this if you want to submit a correction for these misnomers.
Is the same change needed for load_earth_age? Also, the alternative to providing a note about different behavior between 6.3 and 6.4 is to define the default as gridline in the...
> @GenericMappingTools/pygmt-maintainers Would it be a good idea to add inline docstring examples (without an associated plot) to all of our module docstrings? That way the page would be a...
These issues could be related to https://github.com/GenericMappingTools/gmt/pull/6160. I would be curious if it works after deleting ~/.gmt/server/gmt_data_server.txt
`gmt grdcut @earth_gebco_01d -R0/5/10/20 -Gout.nc -Vd` fails for me with GMT 6.3.0 but works with the main branch, due to the fix applied in https://github.com/GenericMappingTools/gmt/pull/6160. We may want to wait...
> Please note that we decided to support multiple GMT versions in issue #1991. > > As GMT 6.3.0 is still supported, and earth_gebco is known to have issues with...
I like the syntax of the class method style, but dislike using classes in a functional programming style with the `staticmethod` decorator. I would also prefer for the function/method names...
The implementation of grdhisteq in https://github.com/GenericMappingTools/pygmt/pull/1433 uses the "Two methods in a single Python class" style and is currently on a final review call. If that PR gets merged, I...
Just a note that this issue can be closed after the recommended structure (as used in [grdhisteq](https://github.com/GenericMappingTools/pygmt/pull/1433) and [triangulate](https://github.com/GenericMappingTools/pygmt/pull/731)) is added to the contributing guide. The guidance could be added...