-
Notifications
You must be signed in to change notification settings - Fork 368
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
Document that -J is not required anymore for modern mode? #8695
Comments
Is it still required in classic mode? |
Yes, I think is required for classic mode. (I will update the name of the issue). |
No, it's not required in classic neither. |
I believe it's still required in classic mode.
|
Weird. For me, this command worked: But I got this wrong:
I am using GMT 6.6.0_82a5564_2025.02.18 on linux. |
Dongdong must be using an older GMT version. When not provided https://github.com/GenericMappingTools/gmt/blob/master/src/grdimage.c#L1705-L1707 |
In that line, I see that |
You're right that I'm using GMT 6.5.0, but those lines were added in #8440. |
|
As I understand it,
-J
is an optional argument for all GMT modules. And from what I see in the following code, the default values are defined by these lines insrc/gmt_inti.c
:gmt/src/gmt_init.c
Lines 16127 to 16148 in 82a5564
However, I cannot find this mentioned in the documentation anywhere. Is this the case? Or is there any good reason not to do it?
I offer to document it if needed.
This is related #8694.
The text was updated successfully, but these errors were encountered: