Skip to content

Wrap sphdistance - #1383

Merged
seisman merged 16 commits into
mainfrom
wrap-sphdistance
Sep 10, 2021
Merged

Wrap sphdistance#1383
seisman merged 16 commits into
mainfrom
wrap-sphdistance

Conversation

@willschlitzer

Copy link
Copy Markdown
Contributor

This pull request wraps the gmt module sphdistance.

Fixes #

Reminders

  • Run make format and make check to make sure the code follows the style guide.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Add new public functions/methods/classes to doc/api/index.rst.
  • Write detailed docstrings for all functions/methods.
  • If adding new functionality, add an example to docstrings or tutorials.

Slash Commands

You can write slash commands (/command) in the first line of a comment to perform
specific operations. Supported slash commands are:

  • /format: automatically format and lint the code
  • /test-gmt-dev: run full tests on the latest GMT development version

@willschlitzerwillschlitzer added the feature Brand new feature label Jul 11, 2021
@willschlitzerwillschlitzer added this to the 0.5.0 milestone Jul 11, 2021
@willschlitzerwillschlitzer self-assigned this Jul 11, 2021
@willschlitzerwillschlitzer changed the title WIP: Wrap sphdistanceWrap sphdistanceAug 8, 2021
@willschlitzer
willschlitzer marked this pull request as ready for review August 11, 2021 08:54
Comment threadpygmt/src/sphdistance.py Outdated
Comment threadpygmt/src/sphdistance.py Outdated
Comment threadpygmt/src/sphdistance.py
Comment threadpygmt/src/sphdistance.py Outdated
Comment threadpygmt/tests/test_sphdistance.py Outdated
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>

@weiji14weiji14 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks alright to me 😁

@weiji14weiji14 added the final review call This PR requires final review and approval from a second reviewer label Sep 9, 2021
Comment threadpygmt/src/sphdistance.py Outdated
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Comment threadpygmt/src/sphdistance.py Outdated
Comment threadpygmt/tests/test_sphdistance.py Outdated
Comment threadpygmt/tests/test_sphdistance.py Outdated
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>

@seismanseisman left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@seisman
seisman merged commit 2edaa63 into mainSep 10, 2021
@seisman
seisman deleted the wrap-sphdistance branch September 10, 2021 05:08
@seismanseisman removed the final review call This PR requires final review and approval from a second reviewer label Sep 10, 2021
@maxrjones

Copy link
Copy Markdown
Member

Sorry for the comment after merging, but I think this needs to be in 'operations on tabular data' rather than 'operations on grids'.

Also the 'table' parameter is missing from the docstring (#1479 (comment) is relevant here).

@willschlitzer

Copy link
Copy Markdown
ContributorAuthor

Sorry for the comment after merging, but I think this needs to be in 'operations on tabular data' rather than 'operations on grids'.

Also the 'table' parameter is missing from the docstring (#1479 (comment) is relevant here).

I'll open a PR to fix it

sixy6e pushed a commit to sixy6e/pygmt that referenced this pull request Dec 21, 2022
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

featureBrand new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@willschlitzer@maxrjones@seisman@weiji14