Uh oh!
There was an error while loading. Please reload this page.
Wrap sphinterpolate - #1418
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
willschlitzer
commented
Sep 7, 2021
I would prefer to have #1420 merged before this PR so that these tests can import the Mars data in a Python format. |
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
seisman
left a comment
There was a problem hiding this comment.
Looks good to me except a suggestion on the docstrings.
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
| V="verbose", | ||
| ) | ||
| @kwargs_to_strings(I="sequence", R="sequence") | ||
| def sphinterpolate(data, **kwargs): |
There was a problem hiding this comment.
Need to support x, y, z input following #1479, but can be done in a separate PR.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Wrapping the sphinterpolate function which creates spherical grid files in tension of data. Official GMT documentation is at https://docs.generic-mapping-tools.org/6.2/sphdistance.html. Aliased outgrid (G), spacing (I), region (R), verbose (V). Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
This pull request wraps the module
sphinterpolate.Fixes #
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version