Open sean0921 opened 2 years ago
I agree. Especially for csh to bash!
But for GMT, this means changing C code in Grid2GMT.c that generates the GMT scripts - not a minor task to modify, debug and verify. I have not made these changes because:
However, it would be quite useful if you or others have time, need and interest in upgrading the codes, I am certainly available to assist with this process.
Thanks, Anthony
I think both changes can improve the maintainability of this project:
csh
tobash
and use more POSIX and bash feature (e.g.set -x
) for easier tracing and debugging GMT scripts.I already make some patch for a bit older beta version(1, 2), if this kind of change is acceptable, I will also make PR for this issue.