-
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
Add missing aliases to sphdistance #1516
Conversation
Read the information pertaining to each Voronoi | ||
polygon (the unique node lon, lat and polygon area) from a separate | ||
file [Default acquires this information from the ASCII segment | ||
headers of the output file]. Required if binary input via `voronoi` | ||
is used. | ||
voronoi : str | ||
Append the name of a file with pre-calculated Voronoi polygons | ||
[Default performs the Voronoi construction on input data]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Especially one sphtriangulate is wrapped, we will need to open a separate issue to discuss how to pass these data to sphdistance from memory rather than relying on writing/reading files.
Co-authored-by: Meghan Jones <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
@willschlitzer, would you mind merging main into this branch to fix the vercel preview? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Co-authored-by: Dongdong Tian <[email protected]>
@GenericMappingTools/pygmt-admin Could I get one of the admins to merge this? I'm not able to with the failed windows-latest test. |
Co-authored-by: Meghan Jones <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
This pull request is a follow up to #1383, and wraps additional optional parameters for
sphdistance
.Reminders
make format
andmake check
to 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