-
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 common alias coltypes (-f) for specifying i/o data types #994
Conversation
Used to specify data types of input and/or output columns (time or geographical data). See also: - https://docs.generic-mapping-tools.org/6.1/gmt.html#f-full - https://github.com/GenericMappingTools/gmt/blob/6.1.1/doc/rst/source/explain_-f.rst_ - https://github.com/GenericMappingTools/gmt/blob/master/doc/rst/source/explain_-f_full.rst_ - https://docs.generic-mapping-tools.org/6.1/cookbook/options.html#data-type-selection-the-f-option Needed for the workaround datetime bugfix at #960
@PaulWessel Does
A GMT bug? |
Yes, I think so. Please make a PR that adds it in. I think it just needs adding to THIS_MODULE_OPTIONS since already present in synopsis and usage. |
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.
OK to merge, although grdcut
doesn't support -f in GMT 6.1.1.
…MappingTools#994) Used to specify data types of input and/or output columns (time or geographical data). See also: - https://docs.generic-mapping-tools.org/6.1/gmt.html#f-full - https://github.com/GenericMappingTools/gmt/blob/6.1.1/doc/rst/source/explain_-f.rst_ - https://github.com/GenericMappingTools/gmt/blob/master/doc/rst/source/explain_-f_full.rst_ - https://docs.generic-mapping-tools.org/6.1/cookbook/options.html#data-type-selection-the-f-option Needed for the workaround datetime bugfix at GenericMappingTools#960
Description of proposed changes
Used to specify data types of input and/or output columns (time or geographical data). See also:
Preview at https://pygmt-git-common-aliases-coltypes-gmt.vercel.app/api/generated/pygmt.Figure.basemap.html
Needed for the workaround datetime bugfix at #960
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