You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue serves as the central place for discussing and tracking the implementation of the sac method in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.
List any related GMT configurations that may affect the behavior.
Notes on Input Formats
The GMT sac module accepts SAC waveform files as input. Since ObsPy is widely used for seismic waveform processing in Python, support for ObsPy Trace/Stream objects could also be considered.
This issue serves as the central place for discussing and tracking the implementation of the
sacmethod in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.Documentation
GMT Option Flags and Modifiers
☑️: Implemented; ⬜: To be implemented/discussed;
Strikethrough: Won't implement.-B:frame-J:projection-R:region-C:time_window-D:offset-E:profile-F:preprocess-G:fill-M:amplitude_scale-Q:vertical-S:time_scale-T:reduction_velocity,time_shift,time_reference-W:pen-V:verbose: Use-X/-YFigure.shift_origininstead.: Use--PAR=valuepygmt.configinstead.Related GMT configurations
List any related GMT configurations that may affect the behavior.
Notes on Input Formats
The GMT
sacmodule accepts SAC waveform files as input. Since ObsPy is widely used for seismic waveform processing in Python, support for ObsPyTrace/Streamobjects could also be considered.For example:
Linked Pull Requests
Related Issues and Discussions
Add links to related wrapper discussions, API design threads, or upstream GMT changes here.