Enhance -o to accept the same transformations as -i#7887
Merged
PaulWessel merged 10 commits intomasterfrom Oct 9, 2023
Merged
Conversation
Long overdue upgrade to modify output columns via transformations as we are able to do on input
Esteban82
approved these changes
Oct 9, 2023
Member
|
Could I merge this? |
PaulWessel
added a commit
that referenced
this pull request
Oct 9, 2023
Given we now merged in #7887 we need to update -o, as -i.
Member
Author
|
Already merged |
rbdavis
pushed a commit
that referenced
this pull request
Oct 10, 2023
* Update long-options for -o Given we now merged in #7887 we need to update -o, as -i. * Update gmt_common_longoptions.h Sorry, forgot to change 'i' to 'o'...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See this recent forum post for background. Long overdue upgrade to modify output columns via transformations as we are able to do on input. This is particularly useful when writing table output that originate from grids (e.g., grdtrack). I have updated the -o parser (shared code with -i parser), synopsis, documentation, and added a test script gmt_core/gmt_io_cols.sh which compares output from convert with the same settings for -i to the output from -o. Passes.
WIP since I want some more testing first.