Skip to content
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

makecpt does not fully understanf the '@name' mechanism #685

Closed
joa-quim opened this issue May 4, 2019 · 1 comment
Closed

makecpt does not fully understanf the '@name' mechanism #685

joa-quim opened this issue May 4, 2019 · 1 comment

Comments

@joa-quim
Copy link
Member

joa-quim commented May 4, 2019

Though the '@' seems to have been parsed, still

makecpt -T680/1000/16+n -C@ex_16.cpt
makecpt [ERROR]: File C:/progs_cygw/GMTdev/gmt5/master/share/cpt/ex_16.cpt not found
PaulWessel added a commit that referenced this issue May 5, 2019
Both makecpt and grd2cpt would strip off the trailing ".cpt" from a file name but this should not be done if file starts with '@', i.e., a remote CPT file.  Closes issue #685.
joa-quim pushed a commit that referenced this issue May 5, 2019
Both makecpt and grd2cpt would strip off the trailing ".cpt" from a file name but this should not be done if file starts with '@', i.e., a remote CPT file.  Closes issue #685.
@joa-quim
Copy link
Member Author

joa-quim commented May 6, 2019

Fixed

@joa-quim joa-quim closed this as completed May 6, 2019
obaney pushed a commit to obaney/gmt that referenced this issue Aug 18, 2021
We have these linting issues because base_plotting.py is too long:

```
pygmt/base_plotting.py:1:0: C0302: Too many lines in module (2047/2000) (too-many-lines)
```

The problem will be fixed in GenericMappingTools#685, but it may take some time.
This PR increases the max-module-lines to 3000 to temporarily disable the warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant