Implement a dialog to plot and export GPS data
Compare changes
Files
6+ 123
− 1
@@ -11,6 +12,7 @@ from obspy.core import Stream
@@ -56,6 +58,8 @@ class MSeed(DataTypeModel):
@@ -309,3 +313,121 @@ class MSeed(DataTypeModel):
Create a dialog with buttons to plot and export GPS data.
Show information about a GPS data point when user clicks on it.